aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-211-9/+10
* add changelog entries for 0.7_beta2Reinhard Tartler2011-05-211-0/+4
* mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje2011-05-201-0/+1
* configure: make executable againMans Rullgard2011-05-201-0/+0
* LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-201-0/+1
* configure: Do not unconditionally add -Wall to host CFLAGS.Diego Biurrun2011-05-201-1/+2
* configure: Set OS/2 objformat to a.out.Dave Yeo2011-05-201-0/+1
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-204-3/+14
* fate: disable threading for encodingMans Rullgard2011-05-201-1/+1
* fate: add comment fieldMans Rullgard2011-05-201-1/+1
* fate: allow overriding default build and install dirsMans Rullgard2011-05-201-2/+2
* mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-201-0/+1
* mpegaudio: clean up #includesMans Rullgard2011-05-203-3/+1
* mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-206-80/+79
* qdm2: Use floating point synthesis filter.Vitor Sessak2011-05-191-17/+12
* h264: correct border check.Ronald S. Bultje2011-05-191-8/+8
* h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-191-7/+10
* Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard2011-05-201-1/+1
* Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun2011-05-192-2/+2
* Collapse tableprint.c into tableprint.h.Diego Biurrun2011-05-193-49/+23
* Simplify trig table rulesMans Rullgard2011-05-192-8/+5
* Remove potentially unstable filenames from comments in generated files.Diego Biurrun2011-05-192-2/+2
* Ignore generated tables and generated table generator programs.Diego Biurrun2011-05-191-0/+3
* Simplify CLEANFILES make variable by using wildcards.Diego Biurrun2011-05-191-1/+1
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-191-2/+1
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-192-10/+2
* configure: Adjust AVX assembler check.Diego Biurrun2011-05-191-1/+1
* mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2011-05-192-5/+0
* mpegaudio: remove useless #undef at end of fileMans Rullgard2011-05-191-2/+0
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-191-0/+1
* mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard2011-05-191-6/+3
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-193-55/+53
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-1917-255/+390
* Clean up #includes in cmdutils.h.Diego Biurrun2011-05-191-6/+3
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-192-30/+6
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-181-0/+6
* APIchanges: fill in date and commit for request_sample_fmtJustin Ruggles2011-05-181-1/+1
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-186-32/+104
* Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles2011-05-182-2/+87
* Add APIchanges entry for request_sample_fmt.Justin Ruggles2011-05-181-0/+3
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-183-1/+14
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-184-0/+200
* Remove unused make variable SEEK_REFFILEMans Rullgard2011-05-181-1/+0
* fate: remove redundant aref and vref referencesMans Rullgard2011-05-181-7/+3
* fate: remove do_ffmpeg_nocheck functionMans Rullgard2011-05-182-9/+2
* fate: do not collect -benchmark outputMans Rullgard2011-05-184-16/+4
* mpegaudiodec: remove decode_end() functionMans Rullgard2011-05-181-11/+4
* fate: run aref and vref as regular testsMans Rullgard2011-05-185-11/+15
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-181-6/+3
* mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje2011-05-181-3/+3