aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avprobe: Get rid of ugly casts in the options tableMartin Storsjö2012-08-271-13/+14
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-271-1/+1
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-271-1/+2
* huffyuv: update to current coding styleLuca Barbato2012-08-271-521/+576
* huffman: update to current coding styleLuca Barbato2012-08-271-21/+26
* rtsp: Free the rtpdec context properlyMartin Storsjö2012-08-271-1/+1
* 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
* fate: Add a single symbol Ut Video decoder testJan Ekström2012-08-262-0/+5
* vf_hqdn3d: x86 asmLoren Merritt2012-08-264-4/+131
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-261-24/+46
* avconv: prefer user-forced input framerate when choosing output framerateAnton Khirnov2012-08-261-1/+5
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-251-8/+0
* avconv: remove unused variable opt_shortestMans Rullgard2012-08-251-1/+0
* FATE: Add Canopus Lossless testsDerek Buitenhuis2012-08-253-0/+29
* 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-244-11/+12
* cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-241-0/+1
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-244-5/+5
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-246-63/+101
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-244-6/+5
* svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-243-49/+71
* dirac: add Comments and references to the standardJordi Ortiz2012-08-241-19/+61
* lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles2012-08-232-0/+72
* lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles2012-08-232-0/+41
* lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles2012-08-232-0/+87
* lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles2012-08-232-0/+55
* lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-233-0/+110
* lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles2012-08-232-0/+48
* lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles2012-08-232-0/+74
* lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles2012-08-233-0/+71
* lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles2012-08-232-0/+44
* lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles2012-08-232-0/+129
* lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles2012-08-232-0/+52
* lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles2012-08-232-0/+121
* lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles2012-08-232-0/+58
* lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles2012-08-232-0/+137
* lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles2012-08-232-0/+50
* doc/APIchanges: add an entry for codec descriptors.Anton Khirnov2012-08-231-6/+16
* vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-221-0/+1