Mercurial > libavformat.hg
graph
-
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
-
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformat2009-03-05, by schreter
-
Fix a condition that causes an infinite loop, but only when compiled with libavformat2009-03-04, by melanson
-
Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformat2009-03-04, by rbultje
-
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformat2009-03-03, by michael
-
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformat2009-03-03, by rbultje
-
Add url_get_file_handle(), which is used to get the file descriptor libavformat2009-03-03, by rbultje
-
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformat2009-03-03, by rbultje