Mercurial > libavformat.hg
graph
-
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
-
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
-
Recognize the "application" data type, which is required for WMS/UDP libavformat2009-03-03, by rbultje
-
Remove size_t cast in setting s->priv_data directly to the (integer) file libavformat2009-03-03, by rbultje
-
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat2009-03-03, by rbultje
-
In the current implementation of rtp_parse_packet(), finalize_packet() is libavformat2009-03-03, by rbultje
-
Reduce allocated length of the HTTP authentication request field buffer, as libavformat2009-03-03, by rbultje
-
Change a bunch of codec long_names to be more consistent and descriptive. libavformat2009-03-02, by diego
-
Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformat2009-03-01, by michael
-
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformat2009-03-01, by michael
-
Change TS seeking so it returns position/timestamp of a key frame. libavformat2009-02-28, by cehoyos