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-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-04-05asfenc: properly write index informationRamiro Polla
2012-04-05asfenc: start at object 1 instead of 0Ramiro Polla
2012-04-05asfenc: remove useless castsRamiro Polla
2012-04-05asfenc: reduce code duplication with new variableRamiro Polla
2012-04-05asfenc: rename some variablesRamiro Polla
2012-04-05asfenc: realloc index_ptr fewer timesRamiro Polla
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-12Never use MP3 as default audio codec for asf.ami_stuff
2011-11-11asfenc: Use wmav2 audio codec by default.ami_stuff
2011-11-05asfenc: rename put_guid to ff_put_guidPeter Ross
2011-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-10-06Use WMAv2 as default audio codec for asf.Carl Eugen Hoyos
2011-10-06Use M4S2 as default video tag for MPEG-4 ASP in asf.Carl Eugen Hoyos
2011-09-09asfenc: fix assert failure on long ffserver runsChiranjeevi Melam
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-24Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng
2010-02-25asfenc: write tags in proper UTF-16.Anton Khirnov
2010-02-25asfenc: simplify writing of comment header.Anton Khirnov
2010-02-24Don't add WM prefixes to all written ASF tags.Anton Khirnov
2010-02-24Eliminate put_str16().Anton Khirnov
2010-02-16Strings in extended content header are UTF16,Anton Khirnov
2009-06-25Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs