Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21svq3: Do initialization after parsing the extradataRonald S. Bultje
2011-05-20mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje
2011-05-20LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje
2011-05-20Add support for a.out object format to assembler macros.Dave Yeo
2011-05-20mpegaudio: clean up #includesMans Rullgard
2011-05-20mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard
2011-05-20qdm2: Use floating point synthesis filter.Vitor Sessak
2011-05-20h264: correct border check.Ronald S. Bultje
2011-05-20h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje
2011-05-20Fix ff_mpa_synth_filter_fixed() prototypeMans Rullgard
2011-05-19Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun
2011-05-19Collapse tableprint.c into tableprint.h.Diego Biurrun
2011-05-19Simplify trig table rulesMans Rullgard
2011-05-19Remove potentially unstable filenames from comments in generated files.Diego Biurrun
2011-05-19Simplify CLEANFILES make variable by using wildcards.Diego Biurrun
2011-05-19mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard
2011-05-19mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard
2011-05-19mpegaudio: remove useless #undef at end of fileMans Rullgard
2011-05-19mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard
2011-05-19mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-19g729: Merge g729.h into g729dec.c.Diego Biurrun
2011-05-1910l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-05-19Add request_sample_fmt field to AVCodecContext.Justin Ruggles
2011-05-19Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles
2011-05-18mpegaudiodec: remove decode_end() functionMans Rullgard
2011-05-18mpegaudio: sanitise compute_antialias_* namesMans Rullgard
2011-05-18mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje
2011-05-18h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje
2011-05-18mdec: enable frame-level multithreading.Alexander Strange
2011-05-18mdec.c: fix overread.Ronald S. Bultje
2011-05-18Fix compilation of iirfilter-test.Justin Ruggles
2011-05-18libx264: handle closed GOP codec flagJindrich Makovicka
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard
2011-05-17Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang
2011-05-17dct: build dct32 as separate object filesMans Rullgard
2011-05-17qdm2: include correct header for rdftMans Rullgard
2011-05-17mathops: remove ancient confusing commentMans Rullgard
2011-05-16mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard
2011-05-16mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard
2011-05-16Add missing #includes to mp3_header_(de)compress bsfMans Rullgard
2011-05-16dct: fix indentationMans Rullgard
2011-05-16dct: bypass table allocation for DCT_II of size 32Mans Rullgard
2011-05-16h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen
2011-05-16Remove unused header mpegaudio3.h.Diego Biurrun
2011-05-16aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles
2011-05-15acelp: Remove unused gray_decode table.Diego Biurrun
2011-05-15dfa: Remove unused variable.Diego Biurrun