summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2012-01-12
* cabac: Remove ff_h264_lps_state array.Diego Biurrun2012-01-12
* utils: Check for extradata size overflows.Alex Converse2012-01-12
* ARM: rv34: fix asm syntax in dc transform functionsMans Rullgard2012-01-12
* rv34: fix and optimise frame dependency checkingJanne Grunau2012-01-12
* rv34: NEON optimised dc only inverse transformJanne Grunau2012-01-12
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-12
* lavc: ifdef out parse_only AVOptionAnton Khirnov2012-01-12
* nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov2012-01-12
* mpegvideo_enc: ifdef out/replace references to deprecated codec flags.Anton Khirnov2012-01-12
* indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-12
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12
* latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse2012-01-11
* fft: init functions with INIT_XMM/YMM.Henrik Gramner2012-01-11
* pcmenc: set frame_size to 0.Justin Ruggles2012-01-11
* avcodec: add GSM parserJustin Ruggles2012-01-11
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-11
* threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau2012-01-11
* rv34: frame-level multi-threadingJanne Grunau2012-01-10
* mpegvideo: claim ownership of referenced picturesJanne Grunau2012-01-10
* aacsbr: prevent out of bounds memcpy().Alex Converse2012-01-10
* bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-10
* bmpenc: support for PIX_FMT_RGB444Paul B Mahol2012-01-10
* rv34: use get_bits_left()Janne Grunau2012-01-10
* bmpdec: support for rgb444 with bitfields compressionPaul B Mahol2012-01-10
* kmvc: Use bytestream2 functions to prevent buffer overreads.Laurentiu Ion2012-01-09
* aacps: Add missing newline in error message.Alex Converse2012-01-09
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-09
* cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-09
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak2012-01-08
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-08
* mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak2012-01-08
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-08
* bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-08
* dpcm: Fix invalid writesLaurentiu Ion2012-01-08
* utvideo: frame multithreading.Aneesh Dogra2012-01-08
* vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-08
* vorbisdec: Fix decoding bug with channel handlingReinhard Tartler2012-01-07
* cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-07
* vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-07
* h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-07
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* avcodec: attempt to clarify the CODEC_CAP_DELAY documentationJustin Ruggles2012-01-07
* avcodec: fix avcodec_encode_audio() documentation.Justin Ruggles2012-01-07
* g722enc: validate AVCodecContext.trellisJustin Ruggles2012-01-07
* g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles2012-01-07
* g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles2012-01-07
* mpegaudiodec: Use clearer pointer mathVitor Sessak2012-01-07