Mercurial > libavformat.hg
graph
-
Guess the duration before converting video and write guessed duration libavformat2010-02-02, by cehoyos
-
Fix warnings about implicit function declaration when compiling rtpdec.c libavformat2010-02-01, by cehoyos
-
Increase search range if no end timestamp could be found for the duration libavformat2010-01-31, by michael
-
Store strings directly in mov_mdhd_language_map instead of using pointers, libavformat2010-01-30, by reimar
-
Always consider the mov language code as 4 bytes fixed size and change the libavformat2010-01-30, by reimar
-
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformat2010-01-30, by kostya
-
Make RTMP send/receive packet functions report number of bytes read or sent. libavformat2010-01-30, by kostya
-
cosmetics: add an empty line between variable declarations and code libavformat2010-01-30, by kostya
-
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. libavformat2010-01-28, by rbultje
-
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformat2010-01-28, by jai_menon
-
Introduce AVIStream struct and move stream based variables to it. libavformat2010-01-28, by michael
-
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformat2010-01-27, by rbultje
-
Fix duration calculation in the presence of a single wraping of the timeline. libavformat2010-01-27, by michael
-
Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformat2010-01-26, by rbultje
-
Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformat2010-01-25, by ramiro
-
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformat2010-01-24, by cehoyos
-
Make url_read_complete retry on EAGAIN and return how much data it read libavformat2010-01-23, by reimar
-
Print a warning when DATA chunk is encountered in the middle of chunk. libavformat2010-01-23, by kostya
-
Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö libavformat2010-01-22, by rbultje
-
Use the control URI from the SDP (if present) rather than the input filename, libavformat2010-01-22, by rbultje
-
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformat2010-01-21, by rbultje
-
Change on rtsp_send_cmd() to the _async() version since we don't use the libavformat2010-01-21, by rbultje
-
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformat2010-01-21, by rbultje
-
Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. libavformat2010-01-21, by rbultje
-
Set start_time and duration in AVStream instead of AVFormatContext for libavformat2010-01-21, by conrad
-
Use the configure check from r21351 and use it to properly define struct libavformat2010-01-20, by rbultje