Mercurial > libavformat.hg
graph
-
Add declarations and doxygen documentation of generic rtsp support functions libavformat2010-02-22, by mstorsjo
-
Create AVFormatContext objects as private transport for output RTSP sessions libavformat2010-02-22, by mstorsjo
-
Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformat2010-02-22, by michael
-
Make sure we dont write more bytes into filename than the array is long. libavformat2010-02-20, by michael
-
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformat2010-02-20, by vitor
-
Split rtsp_read_header() into two functions, so that the main part (now also libavformat2010-02-19, by rbultje
-
Split out input-specific parts of rtsp_read_header() into its own, new, libavformat2010-02-19, by rbultje
-
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformat2010-02-19, by rbultje
-
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformat2010-02-19, by rbultje
-
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformat2010-02-19, by rbultje
-
Make Bink demuxer skip all zero audio tracks, not only the first one libavformat2010-02-19, by kostya
-
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformat2010-02-19, by rbultje
-
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformat2010-02-19, by kostya
-
Add functions to send RTSP commands with content attached to them. This will libavformat2010-02-17, by rbultje
-
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformat2010-02-16, by rbultje
-
When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformat2010-02-16, by rbultje
-
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformat2010-02-16, by rbultje
-
Set lavf identification string globally in av_write_header(), rather libavformat2010-02-16, by rbultje
-
workaround for broken files created by previous versions of asfenc. libavformat2010-02-15, by cehoyos
-
Optimize h261_probe function, since it is far slower than all others. libavformat2010-02-14, by reimar
-
Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformat2010-02-12, by pross
-
Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformat2010-02-10, by reimar
-
Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformat2010-02-10, by rbultje
-
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. libavformat2010-02-10, by rbultje