summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-17
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-16
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-15
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-15
* avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-15
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-15
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-16
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-15
* wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-15
* vb: Use bytestream2 functionsLaurentiu Ion2012-01-14
* sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-14
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö2012-01-14
* targa: add support for rgb555 paletteJustin Ruggles2012-01-13
* ARM: fix Thumb-mode simple_idct_armMans Rullgard2012-01-13
* ARM: 4-byte align start of all asm functionsMans Rullgard2012-01-13
* 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