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
2015-07-07Put a space between string literals and macros.Chris Watkins
2015-06-08Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'Michael Niedermayer
2015-06-08configure: Support MSVC 2015Luca Barbato
2015-05-06avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer
2015-03-07configure: Make compilable with VS2015 (missing hunk)Peter Tissen
2015-02-10avutil: move internal function out of public headerwm4
2015-01-05Factorize avpriv_mirror() outMichael Niedermayer
2014-11-24Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-04Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'Michael Niedermayer
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-04-25lavu: add LOCAL_ALIGNED_32James Almer
2014-04-25Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-04-25Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-04-22avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer
2014-01-26avutil/internal.h: add timer.h backMichael Niedermayer
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2013-12-09Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'Michael Niedermayer
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-10-21Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.Carl Eugen Hoyos
2013-10-17lavu/channel_layout: change av_get_channel_layout() behavior at the next bumpStefano Sabatini
2013-09-20Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9'Michael Niedermayer
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith
2013-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-10Merge commit '33237123c83bf4f8345e6ac889ad2e7dbd303d0e'Michael Niedermayer
2013-08-10Integrate accessors.h header into internal.hReimar Döffinger
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
2013-08-10libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö
2013-08-08Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer
2013-08-07libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont
2013-08-03Merge commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b'Michael Niedermayer
2013-08-02build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun
2013-05-13lavu: define FF_MEMORY_POISON and use itStefano Sabatini
2013-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-03-14Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-02-15Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba'Michael Niedermayer
2013-02-14avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun
2013-02-14avutil: Move emms code to x86-specific headerDiego Biurrun
2013-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-12lavu: avoid clashing definition of ELuca Barbato
2013-02-09lavu/internal: rename macro E(x) to EXPAND(x)Paul B Mahol
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun