| Commit message (Expand) | Author | Age | Files | Lines |
* | mss1: move code that will be reused by MSS2 decoder into separate file | Kostya Shishkov | 2012-08-27 | 4 | -596/+691 |
* | mss1: merge decode_intra() and decode_inter() | Kostya Shishkov | 2012-08-27 | 1 | -50/+14 |
* | avprobe: Get rid of ugly casts in the options table | Martin Storsjö | 2012-08-27 | 1 | -13/+14 |
* | vf_hqdn3d: Remove a duplicate inline declaration | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | vf_hqdn3d: Don't declare the loop variable within the for loop | Martin Storsjö | 2012-08-27 | 1 | -1/+2 |
* | huffyuv: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -521/+576 |
* | huffman: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -21/+26 |
* | rtsp: Free the rtpdec context properly | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | build: fft: x86: Drop unused YASM-OBJS-FFT- variable | Diego Biurrun | 2012-08-27 | 1 | -2/+1 |
* | audio_frame_queue: Clean up ff_af_queue_log_state debug function | Diego Biurrun | 2012-08-26 | 2 | -17/+10 |
* | dwt: Remove unused code. | Diego Biurrun | 2012-08-26 | 2 | -172/+1 |
* | cavs: convert cavsdata.h to a .c file | Mans Rullgard | 2012-08-26 | 3 | -2/+63 |
* | cavs: Move inline functions only used in one file out of the header | Diego Biurrun | 2012-08-26 | 3 | -48/+48 |
* | cavs: Move data tables used in only one place to that file | Diego Biurrun | 2012-08-26 | 4 | -479/+467 |
* | fate: Add a single symbol Ut Video decoder test | Jan Ekström | 2012-08-26 | 2 | -0/+5 |
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 4 | -4/+131 |
* | vf_hqdn3d: support 16bit colordepth | Loren Merritt | 2012-08-26 | 1 | -24/+46 |
* | avconv: prefer user-forced input framerate when choosing output framerate | Anton Khirnov | 2012-08-26 | 1 | -1/+5 |
* | x86: fft: remove unused fft_dispatch* functions | Mans Rullgard | 2012-08-25 | 1 | -8/+0 |
* | avconv: remove unused variable opt_shortest | Mans Rullgard | 2012-08-25 | 1 | -1/+0 |
* | FATE: Add Canopus Lossless tests | Derek Buitenhuis | 2012-08-25 | 3 | -0/+29 |
* | cllc: Pad swapped buffer | Derek Buitenhuis | 2012-08-24 | 1 | -1/+6 |
* | utvideodec: Fix single symbol mode decoding | Jan Ekström | 2012-08-24 | 1 | -7/+4 |
* | truespeech: drop useless casts | Mans Rullgard | 2012-08-24 | 1 | -3/+3 |
* | libavcodec: drop bogus dependencies from mpc[78] and qdm2 | Mans Rullgard | 2012-08-24 | 1 | -9/+3 |
* | mpegaudio: move ff_mpa_enwindow to a separate file | Mans Rullgard | 2012-08-24 | 7 | -41/+61 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 4 | -11/+12 |
* | cmdutils: fix a memleak when specifying an option twice. | Anton Khirnov | 2012-08-24 | 1 | -0/+1 |
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 4 | -5/+5 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 6 | -63/+101 |
* | dnxhdenc: x86: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 4 | -6/+5 |
* | svq1/svq3: Move common code out of SVQ1 decoder-specific file | Diego Biurrun | 2012-08-24 | 3 | -49/+71 |
* | dirac: add Comments and references to the standard | Jordi Ortiz | 2012-08-24 | 1 | -19/+61 |
* | lavr: x86: optimized 6-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+72 |
* | lavr: x86: optimized 2-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+41 |
* | lavr: x86: optimized 6-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+87 |
* | lavr: x86: optimized 2-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+55 |
* | lavr: x86: optimized 6-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 3 | -0/+110 |
* | lavr: x86: optimized 2-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+48 |
* | lavr: x86: optimized 6-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+74 |
* | lavr: x86: optimized 2-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 3 | -0/+71 |
* | lavr: x86: optimized 2-channel fltp to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+44 |
* | lavr: x86: optimized 6-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+129 |
* | lavr: x86: optimized 2-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+52 |
* | lavr: x86: optimized 6-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+121 |
* | lavr: x86: optimized 2-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+58 |
* | lavr: x86: optimized 6-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+137 |
* | lavr: x86: optimized 2-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+50 |
* | doc/APIchanges: add an entry for codec descriptors. | Anton Khirnov | 2012-08-23 | 1 | -6/+16 |
* | vorbisenc: set AVCodecContext.bit_rate to 0 | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |