summaryrefslogtreecommitdiff
path: root/libavformat/asfenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* asfenc: remove an unused variableAnton Khirnov2016-03-05
* asfenc: fix some possible integer overflowsAnton Khirnov2016-03-05
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: Replace the ASF demuxerAlexandra Hájková2015-06-28
* asfenc: fix leaking asf->index_ptr on errorAndreas Cadhalpun2015-03-11
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* asfenc: use codec descriptors instead of AVCodecs to write codec infoAnton Khirnov2014-05-01
* asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic2013-09-19
* asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-19
* asfdec: replace magic constant with DATA_HEADER_SIZEVladimir Pantelic2013-09-19
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* Revert "asfenc: return error on negative timestamp"Anton Khirnov2013-03-19
* asfenc: return error on negative timestampLuca Barbato2013-03-18
* asf: K&R formatting cosmeticsDiego Biurrun2013-02-06
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* dict: add av_dict_count()Mans Rullgard2012-08-10
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-25
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-25
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-24
* Eliminate put_str16().Anton Khirnov2010-02-24
* Strings in extended content header are UTF16,Anton Khirnov2010-02-15
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22