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
2014-02-20configure: Move inet_aton check into network function check blockDiego Biurrun
2014-02-20build: The MPEG-4 video parser depends on h263dspDiego Biurrun
2014-02-19threads: Check w32threads dependencies at the configure stageDiego Biurrun
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-13configure: do not link libraries against program-specific dependenciesJanne Grunau
2014-02-13configure: avserver does not need $ldlJanne Grunau
2014-02-12Add libx265 encoderDerek Buitenhuis
2014-02-08Mirillis FIC video decoderKostya Shishkov
2014-02-08configure: clang: add -Qunused-arguments to as|ld_flags as wellJanne Grunau
2014-01-26configure: clang: explicitly state dep file and rule name in DEPFLAGSJanne Grunau
2014-01-26configure: add missing x86 dependency for i686Janne Grunau
2014-01-22configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detectionDiego Biurrun
2014-01-15build: Add separate hidden config option for the intrax8 codeDiego Biurrun
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2014-01-15aarch64: configure: set arch dependent featuresJanne Grunau
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2014-01-13x86/arm: Add clobber tests to libavresampleMartin Storsjö
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-06configure: Disable networking if winsock2.h is available but winsock function...Martin Storsjö
2014-01-06configure: Update freetype check to follow upstreamLuca Barbato
2014-01-05configure: Support preprocessor macros as header namesDiego Biurrun
2013-12-25configure: Explicitly disable w32threads if the test for it failsDiego Biurrun
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-19configure: Express atomics/thread deps through the dependency systemDiego Biurrun
2013-12-16build: Define __printf__ to __gnu_printf__ on MinGW*/gccDiego Biurrun
2013-12-14configure: Detect Solaris libc in an OpenIndiana/illumos compatible wayDiego Biurrun
2013-12-14configure: Reorder pthreads checksLuca Barbato
2013-12-14configure: Move the bz2 and zlib checks below phtreadsLuca Barbato
2013-12-13configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW32Diego Biurrun
2013-12-13configure: Detect newer (>=4.1) versions of MinGW32Diego Biurrun
2013-12-13build: Do not add -g to HOSTCFLAGSDiego Biurrun
2013-12-11configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64Diego Biurrun
2013-12-10configure: Move log2 dependency declaration to a place it takes effectDiego Biurrun
2013-12-09configure: Split host and target libc detectionDiego Biurrun
2013-12-09configure: Move toolchain dependency declarations to a more appropriate placeDiego Biurrun
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09configure: detect Solaris libcSean McGovern
2013-12-09avformat: AviSynth demuxer rewrited s
2013-12-09configure: Move adding of compat objects out of libc detectionDiego Biurrun
2013-12-08configure: Separate MinGW32 and MinGW64 libc handlingDiego Biurrun
2013-12-04configure: Detect msvcrt libc with a CPP check instead of a link checkDiego Biurrun
2013-12-04configure: Add detected C library and host compiler to informative outputDiego Biurrun
2013-11-30configure: Do not use pthread_create to check for pthreadLuca Barbato
2013-11-28configure: add strip flags checksVittorio Giovara
2013-11-27Add an audio transcoding example.Andreas Unterweger
2013-11-27build: Check for pod2man instead of perl for manual page generationDiego Biurrun
2013-11-27configure: Restore doc option to disable building the documentationDiego Biurrun
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-24build: Import makedef script from c99-to-c89Derek Buitenhuis