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
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
2013-11-23build: more fine-grained dependencies for documentation build toolsDiego Biurrun
2013-11-23avconv: add support for VDPAU decodingAnton Khirnov
2013-11-21configure: Avoid requiring c99wrap for working around msys path issuesMartin Storsjö
2013-11-20win{32,64}: Hard disable symbol versioningDerek Buitenhuis
2013-11-19configure: Don't use symlinks for creating the out of tree makefileMartin Storsjö
2013-11-15lavc: VP9 decoderRonald S. Bultje
2013-11-13configure: Check whether MSVC requires using the C89-to-C99 converterMartin Storsjö
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-11-05configure: Move -Wno-maybe-uninitialized check into gcc sectionDiego Biurrun
2013-11-02Add an HDS live fragmenting muxerMartin Storsjö
2013-11-02configure: Properly check for availability of -Wno-foo warning flagsDiego Biurrun
2013-11-02configure: Split test_cflags function off from check_cflagsDiego Biurrun
2013-10-31Add HEVC decoderGuillaume Martres
2013-10-29configure: Provide an hardened toolchain optionLuca Barbato
2013-10-29configure: Move gcc-only -W option where it belongsLuca Barbato
2013-10-28configure: Disable -Wmaybe-uninitialized by defaultLuca Barbato
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-10-23movenc: Add an F4V muxerClément Bœsch
2013-10-09build: Require yasm 0.8.0 or higherDerek Buitenhuis
2013-10-07build: Strip spurious labelsLoren Merritt
2013-09-24configure: Enable -Qansi-alias for icl 14+Alex Smith
2013-09-20msvc/icl: Use __declspec(deprecated)Alex Smith
2013-09-19build: Support cparserLuca Barbato
2013-09-18Add a WebP decoderJustin Ruggles
2013-09-16Fix references to deleted avcodec_encode_video() functionVittorio Giovara
2013-09-12configure: Mention that icl does not build both static and shared libsDiego Biurrun