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
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-02Add an HDS live fragmenting muxerMartin Storsjö
2013-10-31Add raw HEVC demuxerDirk Farin
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
2013-10-12oggvorbisdec: add support for embedded cover artJames Almer
2013-10-12flac: move picture parsing code in a separate fileJames Almer
2013-10-12oggdec: add support for Opus in Ogg demuxingNicolas George
2013-10-04avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun
2013-08-15hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
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-05build: Add missing img2.o dependency to apetag.oDiego Biurrun
2013-07-07Makefile: Remove stray tabsMichael Niedermayer
2013-07-06tests: Only run noproxy test if networking is enabledDiego Biurrun
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2013-06-16avf: split off format register and lookup functionLuca Barbato
2013-06-06libavformat: Fix standalone compilation of the webm muxerMartin Storsjö
2013-05-28lavf: add a raw WavPack muxer.Anton Khirnov
2013-05-28matroskaenc: support muxing WavPackAnton Khirnov
2013-05-28wvdec: split block header parsing into a separate fileAnton Khirnov
2013-05-28lavf: rename wv.c to wvdec.cAnton Khirnov
2013-05-04build: output-example: Add avutil to ELIBS in link commandDiego Biurrun
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-16lavf: Add a fate test for the SRTP functionsMartin Storsjö
2013-01-15lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
2013-01-09au: use ff_raw_write_packet()Justin Ruggles
2012-12-28build: Add rtpenc_chain extra config optionDiego Biurrun
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-12-03build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable placeDiego Biurrun
2012-12-03build: Make the ISMV muxer select the MOV muxerDiego Biurrun
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato
2012-11-05build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()Diego Biurrun
2012-10-25pcmdec: remove dependency from rawdecLuca Barbato
2012-10-25g722: refactor out of rawdec.cLuca Barbato
2012-10-25rawvideo: use a specific read_headerLuca Barbato
2012-10-16lavf: split wav muxer and demuxer into separate files.Anton Khirnov
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-13Add a smooth streaming segmenter muxerMartin Storsjö
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset