summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-034-37/+30
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-034-46/+46
* build: avcodec: order cosmeticsDiego Biurrun2012-09-031-2/+2
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-031-0/+2
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-032-150/+0
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-026-34/+62
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-313-5/+10
* MSS2 decoderAlberto Delmás2012-08-3116-216/+1461
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-3114-81/+74
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-303-10/+25
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-306-14/+13
* g723_1: add comfort noise generationKostya Shishkov2012-08-302-7/+225
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-302-40/+29
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-302-26/+42
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-303-66/+309
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+3
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-292-21/+26
* testprogs: Remove unused includesMartin Storsjö2012-08-291-2/+0
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-2811-9/+9
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-283-2/+2
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-281-116/+4
* huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-283-62/+63
* cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-281-17/+13
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-281-1/+2
* audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-281-16/+16
* vc1: export some functionsKostya Shishkov2012-08-282-23/+33
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-272-18/+14
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-272-3/+4
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-2715-83/+77
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-274-35/+26
* vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-271-2/+2
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-274-596/+691
* mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-271-50/+14
* huffyuv: update to current coding styleLuca Barbato2012-08-271-521/+576
* huffman: update to current coding styleLuca Barbato2012-08-271-21/+26
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-271-2/+1
* audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-262-17/+10
* dwt: Remove unused code.Diego Biurrun2012-08-262-172/+1
* cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-263-2/+63
* cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-263-48/+48
* cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-264-479/+467
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-251-8/+0
* cllc: Pad swapped bufferDerek Buitenhuis2012-08-241-1/+6
* utvideodec: Fix single symbol mode decodingJan Ekström2012-08-241-7/+4
* truespeech: drop useless castsMans Rullgard2012-08-241-3/+3
* libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard2012-08-241-9/+3
* mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-247-41/+61
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-3/+3
OpenPOWER on IntegriCloud