]> git.sesse.net Git - ffmpeg/history - libavformat/asfenc.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / asfenc.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-22 Ronald S. Bultjelavf: use conditional notation for default codec in...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-14 John Brooksriff: always generate a proper WAVEFORMATEX structure...
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: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-09 Anton Khirnovasf: split ASFContext into muxer and demuxer parts.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-21 Anton Khirnovlavf: move ff_put_str16_nolen from asf to avio and...
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
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...
2010-03-24 Zhentan FengMove put_le16_nolen() to asf.c and give it a ff_ prefix...
2010-02-25 Anton Khirnovasfenc: write tags in proper UTF-16.
2010-02-25 Anton Khirnovasfenc: simplify writing of comment header.
2010-02-24 Anton KhirnovDon't add WM prefixes to all written ASF tags.
2010-02-24 Anton KhirnovEliminate put_str16().
2010-02-15 Anton KhirnovStrings in extended content header are UTF16,
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...