Mercurial > libavformat.hg
graph
-
do not parse timestamp if bitexact is set, should fix regression tests libavformat2009-03-14, by bcoudurier
-
Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. libavformat2009-03-14, by reimar
-
Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly libavformat2009-03-14, by reimar
-
Do not lose user flags when passing calls from the new to the old seeking API. libavformat2009-03-14, by michael
-
Set pkt->pos correctly (to the start of header of the packet) in swfdec. libavformat2009-03-13, by reimar
-
Simplify RoQ demuxer pts calculation by using a appropriate time bases. libavformat2009-03-13, by reimar
-
Set video width/height and create audio stream in read_packet instead of libavformat2009-03-12, by reimar
-
write correct atoms based on tag and not format, fixes subs stream copy libavformat2009-03-11, by bcoudurier
-
fix subs track height, set track->height to codec height if not set libavformat2009-03-11, by bcoudurier
-
Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformat2009-03-10, by rbultje
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat2009-03-09, by rbultje
-
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] libavformat2009-03-09, by rbultje
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat2009-03-09, by rbultje
-
Replace separate packet parsing for "old_format" .ra files by a call to libavformat2009-03-09, by rbultje
-
Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformat2009-03-09, by rbultje
-
Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformat2009-03-09, by reimar