Mercurial > libavformat.hg
graph
-
oggdec: Fix duration calculation if the last page in a file has no granule libavformat2010-04-16, by conrad
-
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). libavformat2010-04-15, by rbultje
-
Remove useless assert(), since this can (in theora) be used for any Xiph libavformat2010-04-15, by rbultje
-
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer libavformat2010-04-12, by thardin
-
Move the internal function declarations in avformat.h to internal.h. libavformat2010-04-11, by stefano
-
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformat2010-04-11, by michael
-
Dont try to compute AVPacket duration for possibly interlaced video codecs libavformat2010-04-09, by michael
-
Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. libavformat2010-04-08, by thardin
-
Don't write an empty spdif header in spdif muxers write_header function before actual data starts. libavformat2010-04-07, by banan
-
Actually add flag (somehow got lost in my previous patchset?), fixes broken libavformat2010-04-05, by rbultje
-
Add void to a function prototype that takes no arguments. Fixes a potential libavformat2010-04-05, by rbultje
-
Allow AVFormatContext.duration to be set if no individual stream duration is known. libavformat2010-04-04, by michael
-
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating libavformat2010-04-02, by rbultje
-
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. libavformat2010-04-02, by rbultje
-
Rename functions / comments from "Theora" to "Xiph" where relevant. libavformat2010-04-01, by rbultje
-
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging libavformat2010-04-01, by rbultje
-
Make av_match_ext() declaration public (move its declaration out of libavformat2010-03-31, by stefano
-
Define AVMediaType enum, and use it instead of enum CodecType, which libavformat2010-03-30, by stefano
-
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab libavformat2010-03-29, by rbultje
-
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via libavformat2010-03-28, by stefano
-
Document the behavior of av_metadata_get() if the prev parameter is libavformat2010-03-27, by stefano
-
eacdata: fix a memleak, return partial packets and use proper return values. libavformat2010-03-27, by reimar
-
Don't report EINTR from select as an error, retry select instead libavformat2010-03-26, by mstorsjo
-
Fix updating condition for the probe_size variable in the internal libavformat2010-03-26, by stefano
-
Reassemble the RTSP URL before replacing hostname with the numerical IP libavformat2010-03-25, by mstorsjo