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-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-05-26ac3enc: initialize all coefficients to zero.Justin Ruggles
2011-05-26Remove h263_msmpeg4 from MpegEncContext.Alex Converse
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-24tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini
2011-05-24pgssubdec: fix incorrect colors.Alexandre Colucci
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-05-24msmpeg4: reindent.Anton Khirnov
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-23aacdec: fix typo in scalefactor clipping checkJustin Ruggles
2011-05-23h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras
2011-05-23x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo
2011-05-22dct32_sse: eliminate some spillsLoren Merritt
2011-05-22Fix dct32() compilation with --disable-yasmVitor Sessak
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-21dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak
2011-05-21dct32: port SSE 32-point DCT to YASMVitor Sessak
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