summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* svq1enc: Set picture_structure correctlyMichael Niedermayer2012-09-04
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-04
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-04
* elbg: Fix an assertMichael Niedermayer2012-09-04
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-04
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-04
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-04
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-04
* mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-03
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-03
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-03
* build: avcodec: order cosmeticsDiego Biurrun2012-09-03
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-03
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-03
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-31
* MSS2 decoderAlberto Delmás2012-08-31
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-30
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* g723_1: add comfort noise generationKostya Shishkov2012-08-30
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-30
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-30
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-30
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-29
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-29
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-29
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
* testprogs: Remove unused includesMartin Storsjö2012-08-29
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-28
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-28
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-28
* audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-28
* vc1: export some functionsKostya Shishkov2012-08-28
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-27
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-27
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-27
* vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-27
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-27
* mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-27
* huffyuv: update to current coding styleLuca Barbato2012-08-27
* huffman: update to current coding styleLuca Barbato2012-08-27
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-27