summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-2/+3
* h264_cabac: synchronize decode_significance_*_x86 conditionalsDiego Biurrun2011-12-211-1/+1
* w32threads: wait for the waked thread in pthread_cond_signal.Sergey Radionov2011-12-201-5/+11
* aacdec: Cleanup decode_ics_info.Alex Converse2011-12-201-15/+9
* lavc: always align height by 32 pixelRafaël Carré2011-12-211-4/+2
* raw: add 10bit YUV definitionsLuca Barbato2011-12-211-0/+6
* mpegvideo_enc: separate declarations and statementsDiego Biurrun2011-12-201-1/+2
* vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun2011-12-201-77/+74
* build: fix standalone compilation of ADX encoderDiego Biurrun2011-12-201-1/+1
* build: fix standalone compilation of ADPCM decodersDiego Biurrun2011-12-201-11/+11
* 4xm: Use bytestream2 functions to prevent overreadsAneesh Dogra2011-12-201-13/+15
* bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra2011-12-201-0/+44
* vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö2011-12-201-2/+1
* h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-191-1/+4
* vc1: Handle WVC1 interlaced streamAneesh Dogra2011-12-191-10/+15
* xl: Fix overreadsAneesh Dogra2011-12-191-0/+6
* qcelpdec: K&R formatting cosmeticsAsen Lekov2011-12-191-183/+177
* qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun2011-12-191-8/+8
* x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun2011-12-191-2/+2
* Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-193-14/+4
* h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-183-4/+14
* cljr: fix buf_size sanity checkPaul B. Mahol2011-12-181-1/+1
* cljr: Check if width and height are positive integersShitiz Garg2011-12-181-0/+5
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-187-56/+14
* 4xm: remove unneeded check for remaining unused data.Justin Ruggles2011-12-181-9/+0
* tmv decoder: set correct pix_fmtUoti Urpala2011-12-181-0/+7
* dct-test: remove unused variable cropTblMans Rullgard2011-12-171-9/+0
* get_bits: remove LAST_SKIP_CACHE macroMans Rullgard2011-12-173-10/+6
* get_bits: remove strange/obsolete commentsMans Rullgard2011-12-171-9/+1
* get_bits: whitespace (mostly) cosmeticsMans Rullgard2011-12-171-49/+73
* get_bits: remove unnecessary #includesMans Rullgard2011-12-171-3/+0
* mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard2011-12-171-0/+3
* adpcm: Check for channels to be a non-zero integerShitiz Garg2011-12-171-2/+3
* get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje2011-12-172-1/+38
* get_bits: remove A32 variantMans Rullgard2011-12-164-100/+16
* wavpack: Fix 32-bit clippingDerek Buitenhuis2011-12-161-2/+2
* wavpack: Clip samples after shiftingDerek Buitenhuis2011-12-161-2/+2
* h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-161-1/+5
* get_bits: remove useless pointer castsMans Rullgard2011-12-161-2/+2
* rv40: NEON optimised weak loop filterMans Rullgard2011-12-162-0/+119
* v410enc: fix output buffer size checkMans Rullgard2011-12-151-1/+1
* v410enc: include correct headersMans Rullgard2011-12-151-1/+1
* ARM: fix external symbol refs in rv40 asmMans Rullgard2011-12-151-2/+2
* libgsm: Reset the MS mode of GSM in the flush functionMartin Storsjö2011-12-151-0/+3
* libgsm: Set options on the right objectMartin Storsjö2011-12-151-1/+1
* ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard2011-12-151-1/+1
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-145-15/+19
* rv40: NEON optimised loop filter strength selectionMans Rullgard2011-12-143-0/+102
* rv40: rearrange loop filter functionsMans Rullgard2011-12-143-146/+240
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-142-11/+16
OpenPOWER on IntegriCloud