index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mm.c
Age
Commit message (
Expand
)
Author
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-09
Remove static function name prefixes from American Laser Games MM demuxer
Peter Ross
2010-01-09
update my email address
Peter Ross
2009-09-15
Vastly improved mm_probe function, passes probetest.
Reimar Döffinger
2009-02-16
Add a context to av_log() call and update the trace not to be redundant.
Benoit Fouet
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-08-24
Remove useless empty close functions in mmf and mm demuxers.
Reimar Döffinger
2008-07-08
Remove AVPaletteControl from ALG MM demuxer/decoder
Peter Ross
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-04-08
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-26
Fix FSF postal address.
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-02-12
complete American Laser Games MM playback system, courtesy of Peter Ross
Mike Melanson