summaryrefslogtreecommitdiffstats
path: root/libavformat/mmf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-18/+17
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-18/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-4/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-3/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-4/+4
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-6/+6
* | lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-261-1/+1
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-261-2/+3
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-25/+25
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-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-281-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
OpenPOWER on IntegriCloud