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
/
ipmovie.c
Age
Commit message (
Expand
)
Author
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-02-17
not checking error return, resulting double free
Michael Niedermayer
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
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-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2004-06-19
cvs diff before cvs commit
Mike Melanson
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-05-21
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-03-14
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
Mike Melanson
2003-12-01
off by 1 in the palette
Mike Melanson
2003-10-30
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
Mike Melanson
2003-10-02
properly demux silent files; implemented precise framerate calculation
Mike Melanson
2003-09-20
iterate through the appropriate range of palette entries
Mike Melanson
2003-09-18
provisions for raw PCM audio
Mike Melanson
2003-09-14
adapt to use interim palette control API; do away with multi-chunk data
Mike Melanson
2003-09-02
initial commit for Id RoQ and Interplay MVE multimedia subsystems
Mike Melanson