OSDN Git Service

avconv: move top_field_first to options context.
[coroid/libav_saccubus.git] / libavformat / rmenc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-21 Anton Khirnovrmenc: replace avio_seek(0) with avio_tell()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-05-28 Francesco LavraReindent after r23361.
2010-05-28 Francesco LavraUse ff_rm_codec_tags[] in RM muxer. This, incidentally...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-03-21 Ronald S. BultjeRemove index writing in RM muxer, since it is broken...
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-02-12 Diego BiurrunUse more descriptive format long_names.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2007-12-02 Kostya ShishkovFix muxer so that generated files are playable by realp...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-05-30 Aurelien Jacobssplit rm muxer and demuxer in their own files