summaryrefslogtreecommitdiffstats
path: root/libavformat/mm.c
Commit message (Expand)AuthorAgeFilesLines
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-9/+9
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Remove static function name prefixes from American Laser Games MM demuxerPeter Ross2010-03-091-6/+6
* update my email addressPeter Ross2010-01-091-1/+1
* Vastly improved mm_probe function, passes probetest.Reimar Döffinger2009-09-151-1/+13
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-161-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Remove useless empty close functions in mmf and mm demuxers.Reimar Döffinger2008-08-241-6/+0
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-081-22/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-3/+3
* 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-4/+4
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-0/+216
OpenPOWER on IntegriCloud