summaryrefslogtreecommitdiff
path: root/libavformat/mmf.c
Commit message (Expand)AuthorAge
* Remove some useless code that duplicates av_get_packet.Reimar Döffinger2012-05-01
* Fix type and codetype fields in the MMF header for some phones.Vidar Madsen2012-03-21
* Tell users about supported audio samplerates in mmf.Carl Eugen Hoyos2012-03-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * 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
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-26
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-26
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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