projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
xan: Remove extra trailing newline
[ffmpeg.git]
/
libavcodec
/
xan.c
2011-09-12
Alex Converse
xan: Remove extra trailing newline
blob
|
commitdiff
|
raw
2011-09-12
Laurent Aimar
Fixed size given to init_get_bits() in xan decoder.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Kostya
Remove Xan WC4 cruft from xan.c
blob
|
commitdiff
|
raw
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-23
Reimar Döffinger
Fix memleak: free palette data on close.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-21
Reimar Döffinger
Fix indentation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-21
Reimar Döffinger
Add explanation and alternative implementation for...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-21
Reimar Döffinger
WC3/xan: move palette handling to decoder, avoiding...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Stefano Sabatini
Remove redundant text in the log.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Stefano Sabatini
Make XAN decoder return meaningful error codes.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-19
Diego Biurrun
Add long_name for Xxan codec.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-19
Kostya Shishkov
Improve handling allocated buffers in Xan decoder
blob
|
commitdiff
|
raw
|
diff to current
2009-12-19
Kostya Shishkov
cosmetics: reindent a bit
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Reimar Döffinger
Remove unnecessary calls to avcodec_check_dimensions...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-05
Reimar Döffinger
Use memcpy to copy till end of line in one go instead...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-05
Reimar Döffinger
Slightly simplify detection of end of compressed data...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Måns Rullgård
Remove useless #include <unistd.h> from many files
blob
|
commitdiff
|
raw
|
diff to current
2009-04-18
Reimar Döffinger
Avoid code duplication in xan_unpack for the final...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Use sign_extend function instead of reimplementing it.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Remove a useless "& 0xF"
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Use / and % operators instead of reimplementing them...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Change buffer check to avoid an unlikely pointer arithm...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Simplify xan_huffman_decode by using get_bits
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Cosmetics to improve xan_unpack readability
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Fix buffer size check for xan_unpack which was broken...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Some more simplifications of xan_unpack
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Reindent xan_unpack code
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Avoid some code duplication in xan_unpack
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Increase buffer padding to avoid most space checks...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Change buffer size checks to avoid the very unlikely...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Remove a pointless right-shift in xan decoder.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Replace bytecopy with the equivalent but faster av_memc...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Reimar Döffinger
Use memcpy instead of the very inefficient bytecopy...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-11
Diego Biurrun
Fix build: Add intreadwrite.h and bswap.h #includes...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-27
Stefano Sabatini
Add long names to AVCodec declarations.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-05
Mike Melanson
fix the WC3 Xan decoder by correcting the frame account...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-01
Aurelien Jacobs
const
blob
|
commitdiff
|
raw
|
diff to current
2008-02-01
Michael Niedermayer
const
blob
|
commitdiff
|
raw
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
raw
|
diff to current
2007-06-02
Ramiro Polla
Use AV_xx throughout libavcodec
blob
|
commitdiff
|
raw
|
diff to current
2007-05-10
Diego Biurrun
Remove redundant #inclusion of common.h, avcodec.h...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-05
Diego Biurrun
Fix multiple "‘inline/static’ is not at beginning of...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-07
Nicholas Tung
Remove superfluous setting of has_b_frames in codecs...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-07
Diego Biurrun
typos
blob
|
commitdiff
|
raw
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
raw
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-13
Mike Melanson
tinfoil patch: no array is written to in bulk before...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-12
Michael Niedermayer
various security fixes and precautionary checks
blob
|
commitdiff
|
raw
|
diff to current
2004-03-14
Mike Melanson
remove numerous definitions of BE_*/LE_* macros; conver...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-03
Michel Bardiaux
av_log() patch by (Michel Bardiaux <mbardiaux at peakti...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-30
Mike Melanson
revised palette API, courtesy of Roberto Togni (rtogni...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-19
Mike Melanson
MACRO-ize a bunch of redundant code blocks; fix 16...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Mike Melanson
change pixel identifier conflict with AltiVec headers...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-13
Mike Melanson
final word on RGBA byte order
blob
|
commitdiff
|
raw
|
diff to current
2003-09-12
Mike Melanson
deploy palette control API
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Mike Melanson
copy & paste strikes again
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Mike Melanson
xan_wc3 decoder now works correctly; added a bunch...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-08
Mike Melanson
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...
blob
|
commitdiff
|
raw
|
diff to current