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
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-07adts: Fix PCE copying.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-08Cosmetics: whitespaceAlex Converse
2010-07-01Allow remuxing of explicitly signalled AAC files into ADTS.Alex Converse
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
2009-06-30Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse
2009-06-12Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse
2009-06-04Add the .adts file extension to the ADTS muxer.Alex Converse
2009-05-14Add PCE support to the ADTS muxer.Alex Converse
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-07ADTS: Increased protection against writing illegal/nonsense files.Alex Converse
2009-02-14Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman
2009-02-13Report the illegal audio object type, not it offset by 1.Alex Converse
2009-02-13ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-06update my email addressMåns Rullgård
2007-06-27remove empty write trailer functionsVitor Sessak
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-03-27skip 0byte packetsBaptiste Coudurier
2006-03-27flush packetsBaptiste Coudurier
2006-02-18ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni
2006-02-10generate adts frame headers if requiredMåns Rullgård