Mercurial > libavformat.hg
graph
-
Dont try generic seek if seek request before first index entry and backward. libavformat2010-02-03, by michael
-
Try to open decoders in av_find_stream_info() even if no packets for the libavformat2010-02-03, by michael
-
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