]> git.sesse.net Git - ffmpeg/history - libavformat/mm.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat / mm.c
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Peter RossRemove static function name prefixes from American...
2010-01-09 Peter Rossupdate my email address
2009-09-15 Reimar DöffingerVastly improved mm_probe function, passes probetest.
2009-02-16 Benoit FouetAdd a context to av_log() call and update the trace...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-24 Reimar DöffingerRemove useless empty close functions in mmf and mm...
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...