Mercurial > libavformat.hg
log
age | author | description |
---|---|---|
Sun, 11 Apr 2010 00:43:36 +0000 | michael | Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformat |
Fri, 09 Apr 2010 22:39:39 +0000 | michael | Dont try to compute AVPacket duration for possibly interlaced video codecs libavformat |
Thu, 08 Apr 2010 09:47:32 +0000 | thardin | Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. libavformat |
Thu, 08 Apr 2010 09:02:27 +0000 | thardin | Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat |
Wed, 07 Apr 2010 19:40:46 +0000 | banan | Don't write an empty spdif header in spdif muxers write_header function before actual data starts. libavformat |
Mon, 05 Apr 2010 19:50:45 +0000 | rbultje | Actually add flag (somehow got lost in my previous patchset?), fixes broken libavformat |