| Commit message (Expand) | Author | Age | Files | Lines |
* | vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping | James Zern | 2011-05-28 | 1 | -0/+1 |
* | cosmetics: indentation and alignment after previous commit | Justin Ruggles | 2011-05-27 | 1 | -87/+87 |
* | ac3enc: add support for E-AC-3 encoding. | Justin Ruggles | 2011-05-27 | 6 | -24/+305 |
* | ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to | Justin Ruggles | 2011-05-27 | 2 | -52/+84 |
* | ARM: disable ff_vector_fmul_vfp on VFPv3 systems | Mans Rullgard | 2011-05-27 | 1 | -1/+2 |
* | x86: Add appropriate ifdefs around certain AVX functions. | Diego Biurrun | 2011-05-27 | 2 | -0/+11 |
* | Mark parameterless function declarations as 'void'. | Diego Biurrun | 2011-05-26 | 1 | -1/+1 |
* | ac3enc: initialize all coefficients to zero. | Justin Ruggles | 2011-05-25 | 1 | -6/+6 |
* | Remove h263_msmpeg4 from MpegEncContext. | Alex Converse | 2011-05-25 | 4 | -16/+4 |
* | Move emms_c() from libavcodec to libavutil. | Ronald S. Bultje | 2011-05-24 | 1 | -19/+1 |
* | tiff: set palette in the context when specified in TIFF_PAL tag | Stefano Sabatini | 2011-05-24 | 1 | -10/+13 |
* | pgssubdec: fix incorrect colors. | Alexandre Colucci | 2011-05-24 | 1 | -1/+1 |
* | dvdsubdec: fix incorrect colors. | Alexandre Colucci | 2011-05-24 | 1 | -1/+1 |
* | msmpeg4: reindent. | Anton Khirnov | 2011-05-24 | 1 | -8/+8 |
* | lavc: remove msmpeg4v1 encoder. | Anton Khirnov | 2011-05-24 | 5 | -34/+2 |
* | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 9 | -179/+744 |
* | aacdec: fix typo in scalefactor clipping check | Justin Ruggles | 2011-05-23 | 1 | -1/+1 |
* | h264: Properly set coded_{width, height} when parsing H.264. | Felipe Contreras | 2011-05-23 | 1 | -0/+3 |
* | x86 asm: Add SECTION_TEXT to dct32_sse.asm. | Dave Yeo | 2011-05-23 | 1 | -1/+1 |
* | dct32_sse: eliminate some spills | Loren Merritt | 2011-05-22 | 3 | -60/+176 |
* | Fix dct32() compilation with --disable-yasm | Vitor Sessak | 2011-05-22 | 1 | -0/+2 |
* | dct32: Add AVX implementation of 32-point DCT | Vitor Sessak | 2011-05-21 | 4 | -119/+224 |
* | dct32: Change pass 6 permutation to allow for AVX implementation | Vitor Sessak | 2011-05-21 | 1 | -49/+49 |
* | dct32: port SSE 32-point DCT to YASM | Vitor Sessak | 2011-05-21 | 3 | -297/+291 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 37 | -58/+68 |
* | svq3: Do initialization after parsing the extradata | Ronald S. Bultje | 2011-05-21 | 1 | -9/+10 |
* | mp3lame: add #include required for AV_RB32 macro. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | LATM/AAC: Free previously initialized context on reinit. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | Add support for a.out object format to assembler macros. | Dave Yeo | 2011-05-20 | 4 | -3/+14 |
* | mpegaudio: clean up #includes | Mans Rullgard | 2011-05-20 | 3 | -3/+1 |
* | mpegaudio: move all header parsing to mpegaudiodecheader.[ch] | Mans Rullgard | 2011-05-20 | 6 | -80/+79 |
* | qdm2: Use floating point synthesis filter. | Vitor Sessak | 2011-05-19 | 1 | -17/+12 |
* | h264: correct border check. | Ronald S. Bultje | 2011-05-19 | 1 | -8/+8 |
* | h264: fix loopfilter with threading at slice boundaries. | Ronald S. Bultje | 2011-05-19 | 1 | -7/+10 |
* | Fix ff_mpa_synth_filter_fixed() prototype | Mans Rullgard | 2011-05-20 | 1 | -1/+1 |
* | Rename costablegen.c ---> cos_tablegen.c. | Diego Biurrun | 2011-05-19 | 2 | -2/+2 |
* | Collapse tableprint.c into tableprint.h. | Diego Biurrun | 2011-05-19 | 3 | -49/+23 |
* | Simplify trig table rules | Mans Rullgard | 2011-05-19 | 2 | -8/+5 |
* | Remove potentially unstable filenames from comments in generated files. | Diego Biurrun | 2011-05-19 | 2 | -2/+2 |
* | Simplify CLEANFILES make variable by using wildcards. | Diego Biurrun | 2011-05-19 | 1 | -1/+1 |
* | mpegaudiodsp: fix x86 and ppc makefiles | Mans Rullgard | 2011-05-19 | 2 | -10/+2 |
* | mpegaudio: remove unused version of SAME_HEADER_MASK | Mans Rullgard | 2011-05-19 | 2 | -5/+0 |
* | mpegaudio: remove useless #undef at end of file | Mans Rullgard | 2011-05-19 | 1 | -2/+0 |
* | mpegaudio: merge two #if CONFIG_FLOAT blocks | Mans Rullgard | 2011-05-19 | 1 | -6/+3 |
* | mpegaudio: move some struct definitions from mpegaudio.h | Mans Rullgard | 2011-05-19 | 3 | -55/+53 |
* | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 16 | -249/+377 |
* | g729: Merge g729.h into g729dec.c. | Diego Biurrun | 2011-05-19 | 2 | -30/+6 |
* | 10l: wrap float_interleave functions in HAVE_YASM. | Justin Ruggles | 2011-05-18 | 1 | -0/+6 |
* | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 6 | -32/+104 |
* | Add request_sample_fmt field to AVCodecContext. | Justin Ruggles | 2011-05-18 | 3 | -1/+14 |