aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles2011-11-261-12/+5
* adx: fix the data offset parsing in adx_decode_header()Justin Ruggles2011-11-261-2/+2
* adx: remove unneeded post-decode channel interleavingJustin Ruggles2011-11-262-39/+20
* adx: validate header valuesJustin Ruggles2011-11-261-5/+12
* adx: cosmetics: general pretty-printing and comment clean-upJustin Ruggles2011-11-261-61/+73
* adx: remove useless commentsJustin Ruggles2011-11-261-7/+2
* adx: change short to int16_tJustin Ruggles2011-11-261-3/+3
* adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-263-5/+8
* dnxhdenc: fix signed overflowsMans Rullgard2011-11-261-2/+3
* dv: simplify bitstream splicing in dv_decode_ac()Mans Rullgard2011-11-261-4/+3
* s3tc: fix shift overflow by using unsigned constantMans Rullgard2011-11-261-1/+1
* svq1enc: fix signed multiplication overflowMans Rullgard2011-11-261-1/+1
* svq1dec: use sign_extend()Mans Rullgard2011-11-261-2/+2
* rv34: fix signed multiplication overflowMans Rullgard2011-11-261-1/+1
* [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-261-1/+2
* cook: use a table for xor key rotationMans Rullgard2011-11-261-1/+5
* apedec: fix signed integer overflowsMans Rullgard2011-11-261-1/+1
* qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard2011-11-261-14/+7
* gif: fix invalid signed shiftsMans Rullgard2011-11-261-2/+2
* rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger2011-11-261-3/+3
* rtjpeg: check get_block return value for error.Reimar Döffinger2011-11-261-12/+13
* nuv: check per-frame header for validity.Reimar Döffinger2011-11-261-3/+3
* nuv: use FFALIGN.Reimar Döffinger2011-11-261-2/+2
* flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-261-3/+6
* fraps: check for overread.Michael Niedermayer2011-11-261-0/+4
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-261-1/+1
* lavc: update doxy to use nondeprecated API.Anton Khirnov2011-11-261-9/+9
* Make channel layout masks unsignedMans Rullgard2011-11-2513-17/+17
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-252-10/+72
* frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-252-2/+6
* snow: split snow in snowdec and snowencLuca Barbato2011-11-246-3113/+3268
* tiffenc: deprecate using compression_levelAnton Khirnov2011-11-242-0/+10
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-242-7/+21
* pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-231-3/+0
* bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov2011-11-231-3/+7
* tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-231-1/+25
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-239-14/+0
* aacdec: Fix PS in ADTS.Alex Converse2011-11-221-1/+2
* dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles2011-11-221-45/+46
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-222-7/+7
* wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles2011-11-221-0/+3
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-222-0/+2
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-221-0/+31
* ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard2011-11-221-0/+16
* pthread: do not touch has_b_framesJanne Grunau2011-11-222-4/+2
* pthread: add some malloc failure checksJustin Ruggles2011-11-211-0/+9
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-1911-58/+127
* avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles2011-11-191-1/+1
* avcodec: fix some const warningsJustin Ruggles2011-11-191-2/+2
* avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles2011-11-191-1/+0