summaryrefslogtreecommitdiff
path: root/libavformat/mmf.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* mmf: Write metadata into an Optional Data chunkYoshihisa Uchida2013-05-14
* mmf: K&R formatting cosmeticsLuca Barbato2013-05-09
* mmf: set channel layoutJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove unused variablesMans Rullgard2011-06-02
* 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
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Remove useless empty close functions in mmf and mm demuxers.Reimar Döffinger2008-08-24
* Move a function and an #ifdef CONFIG_MUXERS so that functions used only forDiego Biurrun2008-07-11
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* report to user if mmf with midi found (and not supported)Alex Beregszaszi2006-04-20