summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* rv34: frame-level multi-threadingJanne Grunau2012-01-104-2/+98
* mpegvideo: claim ownership of referenced picturesJanne Grunau2012-01-101-16/+25
* aacsbr: prevent out of bounds memcpy().Alex Converse2012-01-101-3/+4
* bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-101-17/+19
* bmpenc: support for PIX_FMT_RGB444Paul B Mahol2012-01-101-3/+8
* rv34: use get_bits_left()Janne Grunau2012-01-102-3/+1
* bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-101-2/+12
* kmvc: Use bytestream2 functions to prevent buffer overreads.Laurentiu Ion2012-01-091-92/+58
* aacps: Add missing newline in error message.Alex Converse2012-01-091-1/+1
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-092-2/+20
* cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-091-73/+0
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-084-1/+803
* mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak2012-01-082-13/+22
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-084-178/+226
* mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak2012-01-081-25/+25
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-081-683/+726
* bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-081-12/+14
* dpcm: Fix invalid writesLaurentiu Ion2012-01-081-1/+1
* utvideo: frame multithreading.Aneesh Dogra2012-01-081-4/+7
* vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-081-10/+27
* vorbisdec: Fix decoding bug with channel handlingReinhard Tartler2012-01-071-1/+7
* cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-072-25/+25
* vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-071-1/+0
* h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-071-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-0716-43/+42
* avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles2012-01-071-3/+15
* avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles2012-01-071-5/+8
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-071-0/+16
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-071-2/+36
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-071-20/+33
* mpegaudiodec: Use clearer pointer mathVitor Sessak2012-01-071-1/+1
* tta: fix 24-bit decoding.Justin Ruggles2012-01-071-1/+1
* interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-071-4/+4
* libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
* libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
* indeo3: check motion vectors for validityJanne Grunau2012-01-071-4/+18
* indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-071-0/+3
* flicvideo: fix invalid readsLaurentiu Ion2012-01-061-89/+77
* vorbis: Avoid some out-of-bounds readsChris Evans2012-01-061-7/+8
* cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-061-9/+0
* h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-061-4/+4
* add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles2012-01-051-1/+30
* parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-063-0/+10
* truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-051-0/+6
* adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau2012-01-051-1/+5
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-051-3/+11
* mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-051-8/+16
* vp3: fix streams with non-zero last coefficientJanne Grunau2012-01-051-0/+2
* Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat2012-01-041-0/+4
* Revert "4xm: Prevent buffer overreads."Ronald S. Bultje2012-01-041-11/+3