Mercurial > libavformat.hg
graph
-
Make file_open() return the error code set in errno if open() fails, libavformat2010-04-26, by stefano
-
Disable LATM AAC in mpegts, this is not supported and produce too many libavformat2010-04-22, by bcoudurier
-
Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". libavformat2010-04-22, by thardin
-
Do not initialize res in url_fseek(), in the case !s->seek directly libavformat2010-04-21, by stefano
-
parse stream headers for audio streams in mkv, needed for frame size libavformat2010-04-20, by bcoudurier
-
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. libavformat2010-04-20, by rbultje
-
Add missing internal.h #include for brktimegm(), fixes the warning: libavformat2010-04-20, by diego
-
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps libavformat2010-04-20, by mstorsjo
-
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext libavformat2010-04-20, by mstorsjo
-
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if libavformat2010-04-18, by stefano
-
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in libavformat2010-04-18, by stefano
-
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