| Commit message (Expand) | Author | Age | Files | Lines |
* | testprogs: Remove unused includes | Martin Storsjö | 2012-08-29 | 1 | -2/+0 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 11 | -9/+9 |
* | x86: avcodec: Drop silly "_sse" suffixes from filenames | Diego Biurrun | 2012-08-28 | 3 | -2/+2 |
* | utvideoenc: use ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -116/+4 |
* | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 3 | -62/+63 |
* | cllc: simplify/fix swapped data buffer allocation. | Reimar Döffinger | 2012-08-28 | 1 | -17/+13 |
* | h264: Check that the codec isn't null before accessing it | Martin Storsjö | 2012-08-28 | 1 | -1/+2 |
* | audio_frame_queue: Define af_queue_log_state before using it | Martin Storsjö | 2012-08-28 | 1 | -16/+16 |
* | vc1: export some functions | Kostya Shishkov | 2012-08-28 | 2 | -23/+33 |
* | Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." | Mans Rullgard | 2012-08-27 | 2 | -18/+14 |
* | build: Restore dependency of acelp_filters.o on celp_math.o | Diego Biurrun | 2012-08-27 | 2 | -3/+4 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 15 | -83/+77 |
* | celp_math: Move ff_cos() to the only place it is used | Diego Biurrun | 2012-08-27 | 4 | -35/+26 |
* | vp56: Don't use DECLARE_ALIGN on a typedef name | Derek Buitenhuis | 2012-08-27 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | x86: fft: remove unused fft_dispatch* functions | Mans Rullgard | 2012-08-25 | 1 | -8/+0 |
* | 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 | 1 | -3/+3 |
* | 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 |
* | vorbisenc: set AVCodecContext.bit_rate to 0 | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |
* | vorbisenc: fix quality parameter | Justin Ruggles | 2012-08-22 | 1 | -2/+2 |
* | lpc: fix alignment of windowed samples for odd maximum LPC order | Justin Ruggles | 2012-08-22 | 2 | -8/+8 |
* | alacenc: use s16p sample format as input | Justin Ruggles | 2012-08-22 | 1 | -13/+12 |
* | alacenc: remove unneeded sample_fmt check | Justin Ruggles | 2012-08-22 | 1 | -5/+0 |
* | alacenc: fix max_frame_size calculation for the final frame | Justin Ruggles | 2012-08-22 | 1 | -1/+1 |
* | adpcm_swf: Use correct sample offsets when using trellis. | Justin Ruggles | 2012-08-22 | 1 | -3/+4 |
* | mjpegdec: support AVRn interlaced | Michael Niedermayer | 2012-08-22 | 1 | -3/+20 |
* | build: x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-08-22 | 1 | -1/+1 |
* | build: Make the E-AC-3 encoder select the AC-3 encoder | Diego Biurrun | 2012-08-22 | 1 | -2/+1 |
* | dirac: use meaningful return values | Jordi Ortiz | 2012-08-21 | 1 | -12/+13 |
* | flacdec: simplify sample buffer handling | Mans Rullgard | 2012-08-21 | 1 | -19/+18 |
* | flacdec: simplify loop in decode_residuals() | Mans Rullgard | 2012-08-21 | 1 | -2/+6 |
* | build: amrwb: Drop redundant lsp dependency declaration | Diego Biurrun | 2012-08-20 | 1 | -1/+1 |