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
2012-02-14librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-25Add a tool for creating smooth streaming manifestsMartin Storsjö
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles
2012-01-21Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö
2012-01-16add SMJPEG muxerPaul B Mahol
2012-01-16avformat: split out common SMJPEG codePaul B Mahol
2012-01-08build: Skip compiling network.h and rtsp.h if networking is not enabled.Diego Biurrun
2012-01-04adx: add an adx muxerJustin Ruggles
2011-12-28avformat: Add SMJPEG demuxer.Paul B Mahol
2011-12-23build: fix standalone compilation of OMA muxerDiego Biurrun
2011-12-23build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun
2011-12-23build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun
2011-12-19segment: introduce segmented chain muxerLuca Barbato
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-01Add PlayStation Portable PMP format demuxerReimar Döffinger
2011-11-30rtpdec: Add support for G726 audioMiroslav Slugeň
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-20httpproxy: Specify the object files needed in the MakefileMartin Storsjö
2011-11-08BMV demuxer and decoderKostya Shishkov
2011-11-05avformat: Add the https protocolMartin Storsjö
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö
2011-11-05avformat: Split out functions from network.h to a new file, network.cMartin Storsjö
2011-11-02Create separate functions for the raw GSM demuxer.Justin Ruggles
2011-10-23Move id3v2 tag writing to a separate file.Michael Karcher
2011-10-21Move timefilter code from lavf to lavd.Anton Khirnov
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
2011-09-22Add LATM demuxerJanne Grunau
2011-09-07Add LATM muxerKieran Kunhya
2011-08-17add XMV demuxerSven Hesse
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-11build: rework rules for things in the tools dirMans Rullgard
2011-07-02libavformat: Add an example how to use the metadata APIReinhard Tartler
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-05-04Fix standalone compilation of WTV demuxer.Diego Biurrun
2011-04-23Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-14add xWMA demuxerMax Horn
2011-03-28Chronomaster DFA decoderKostya Shishkov
2011-03-16mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov
2011-03-14Bitmap Brothers JV demuxerPeter Ross
2011-03-07Add Apple HTTP Live Streaming protocol handlerMartin Storsjö