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-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
2013-09-11configure: Fix wrong reference to user support mailing listDiego Biurrun
2013-09-04build: Report an error message when a pc file is not foundLuca Barbato
2013-08-31configure: Add docdir configuration optionVittorio Giovara
2013-08-28configure: x86: Fix handling of i686 and cpunop featuresDiego Biurrun
2013-08-20Add a libfdk-aac decoderMartin Storsjö
2013-08-15hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-06configure: Properly split dv1394 indev dependenciesDiego Biurrun
2013-08-06configure: Properly set zlib dependencies for all componentsDiego Biurrun
2013-08-06configure: The W64 demuxer should select the WAV demuxer, not depend on itDiego Biurrun
2013-08-06configure: Properly split avserver component and system dependenciesDiego Biurrun
2013-08-06riff: Move demuxing code to a separate file.Diego Biurrun
2013-08-06riff: Move muxing code to a separate fileDiego Biurrun
2013-08-05lavf: Support unix socketsLuca Barbato
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-08-03configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun
2013-08-02build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun
2013-07-29configure: Detect AIX ar command instead of hardcoding it in the OS sectionDiego Biurrun
2013-07-26AIX: add support for shared buildsMichael Kostylev