| Commit message (Expand) | Author | Age | Files | Lines |
* | svq3: Do initialization after parsing the extradata | Ronald S. Bultje | 2011-05-21 | 1 | -9/+10 |
* | add changelog entries for 0.7_beta2 | Reinhard Tartler | 2011-05-21 | 1 | -0/+4 |
* | mp3lame: add #include required for AV_RB32 macro. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | configure: make executable again | Mans Rullgard | 2011-05-20 | 1 | -0/+0 |
* | LATM/AAC: Free previously initialized context on reinit. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | configure: Do not unconditionally add -Wall to host CFLAGS. | Diego Biurrun | 2011-05-20 | 1 | -1/+2 |
* | configure: Set OS/2 objformat to a.out. | Dave Yeo | 2011-05-20 | 1 | -0/+1 |
* | Add support for a.out object format to assembler macros. | Dave Yeo | 2011-05-20 | 4 | -3/+14 |
* | fate: disable threading for encoding | Mans Rullgard | 2011-05-20 | 1 | -1/+1 |
* | fate: add comment field | Mans Rullgard | 2011-05-20 | 1 | -1/+1 |
* | fate: allow overriding default build and install dirs | Mans Rullgard | 2011-05-20 | 1 | -2/+2 |
* | mpegtsenc: Add an AVClass pointer to the private data | Martin Storsjö | 2011-05-20 | 1 | -0/+1 |
* | 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 |
* | Ignore generated tables and generated table generator programs. | Diego Biurrun | 2011-05-19 | 1 | -0/+3 |
* | Simplify CLEANFILES make variable by using wildcards. | Diego Biurrun | 2011-05-19 | 1 | -1/+1 |
* | Remove silly insults from avformat_version() Doxygen documentation. | Diego Biurrun | 2011-05-19 | 1 | -2/+1 |
* | mpegaudiodsp: fix x86 and ppc makefiles | Mans Rullgard | 2011-05-19 | 2 | -10/+2 |
* | configure: Adjust AVX assembler check. | Diego Biurrun | 2011-05-19 | 1 | -1/+1 |
* | 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 |
* | asfdec: add missing #include for av_bswap32() | Mans Rullgard | 2011-05-19 | 1 | -0/+1 |
* | 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 | 17 | -255/+390 |
* | Clean up #includes in cmdutils.h. | Diego Biurrun | 2011-05-19 | 1 | -6/+3 |
* | 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 |
* | APIchanges: fill in date and commit for request_sample_fmt | Justin Ruggles | 2011-05-18 | 1 | -1/+1 |
* | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 6 | -32/+104 |
* | Add support for request_sample_format in ffmpeg and ffplay. | Justin Ruggles | 2011-05-18 | 2 | -2/+87 |
* | Add APIchanges entry for request_sample_fmt. | Justin Ruggles | 2011-05-18 | 1 | -0/+3 |
* | Add request_sample_fmt field to AVCodecContext. | Justin Ruggles | 2011-05-18 | 3 | -1/+14 |
* | Add float_interleave() to FmtConvertContext with x86-optimized versions. | Justin Ruggles | 2011-05-18 | 4 | -0/+200 |
* | Remove unused make variable SEEK_REFFILE | Mans Rullgard | 2011-05-18 | 1 | -1/+0 |
* | fate: remove redundant aref and vref references | Mans Rullgard | 2011-05-18 | 1 | -7/+3 |
* | fate: remove do_ffmpeg_nocheck function | Mans Rullgard | 2011-05-18 | 2 | -9/+2 |
* | fate: do not collect -benchmark output | Mans Rullgard | 2011-05-18 | 4 | -16/+4 |
* | mpegaudiodec: remove decode_end() function | Mans Rullgard | 2011-05-18 | 1 | -11/+4 |
* | fate: run aref and vref as regular tests | Mans Rullgard | 2011-05-18 | 5 | -11/+15 |
* | mpegaudio: sanitise compute_antialias_* names | Mans Rullgard | 2011-05-18 | 1 | -6/+3 |
* | mpeg12: add slice-threading checks to slice-threading initializers. | Ronald S. Bultje | 2011-05-18 | 1 | -3/+3 |