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
/
sierravmd.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-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-11-19
Identation
Kostya Shishkov
2006-11-19
Divide first audio buffer chunk into atomary bufffers.
Kostya Shishkov
2006-11-13
Simplify VMD demuxer (but it still does not work right)
Kostya Shishkov
2006-11-01
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
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-05-13
sanity checks some might have been exploitable
Michael Niedermayer
2006-03-11
More correct demuxing and timestamp setting fot Sierra VMD
Kostya Shishkov
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
malloc padding to avoid reading past the malloc()ed area.
Jindřich Makovička
2005-12-12
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-13
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)
Benjamin Larsson
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-02-04
fixing an integer overflow, which could lead to overwriting the end of a mall...
Michael Niedermayer
2005-02-04
VMD playing error patch by (Kostya (cannonball bw-team com>)
Kostya Shishkov
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
minor VMD system update; still not perfect, but should not crash either
Mike Melanson
2004-01-02
initial commit for Sierra VMD file demuxer
Mike Melanson