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