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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-25Fix apparently exploitable race condition.Michael Niedermayer
2011-03-25log:Sanitize string of most control chars before printing.Michael Niedermayer
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-21Remove unused pixel format (PIX_FMT_UNUSED) and swap PIX_FMT_BGR48LE and PIX_...Peter Ross
2011-03-19Add unused pixel format (PIX_FMT_UNUSED) to make PIX_FMT_BGR48BE an odd-value...Peter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15Add AVERROR_EXIT.Nicolas George
2011-03-03Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos
2011-03-02Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos
2011-02-22x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2011-02-18lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-13Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-02-12Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-06Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04Avoid pointless check before calling freeClément Bœsch
2011-02-04Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
2011-02-03Avoid pointless check before calling freeClément Bœsch
2011-02-03Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard