Mercurial > libavformat.hg
graph
-
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
-
100l, to start reading from the first frame we must seek to data_offset, libavformat2009-03-09, by reimar
-
change path pattern to be similar to existing files, and remove useless buffer libavformat2009-03-09, by bcoudurier
-
uniformize variable names and remove duplicating fields in private structs libavformat2009-03-08, by bcoudurier
-
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavformat2009-03-08, by reimar
-
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformat2009-03-08, by michael
-
rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformat2009-03-07, by rbultje
-
Add my name to copyright & author as requested by the original author. libavformat2009-03-06, by michael
-
Add clock_period parameter, this should make the code easier to use. libavformat2009-03-06, by michael
-
Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and libavformat2009-03-06, by michael
-
Mark pos_min and pos_max variables as av_uninit to work around false libavformat2009-03-05, by diego
-
Mark dvdaudio_substream_type variable as av_uninit to work around false libavformat2009-03-05, by diego