Mercurial > libavformat.hg
graph
-
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformatSat, 10 Oct 2009 21:17:52 +0000, by cehoyos
-
Only read ID3v1 tag if ID3v2 isn't present or is empty. libavformatMon, 05 Oct 2009 21:36:56 +0000, by cehoyos
-
id3v2: Export all text information frames with correct names. libavformatMon, 05 Oct 2009 20:10:07 +0000, by ramiro
-
Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformatMon, 05 Oct 2009 09:19:42 +0000, by diego
-
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformatMon, 05 Oct 2009 08:38:39 +0000, by cehoyos
-
H264 allows B frames without requiring a >=1 sized buffer. libavformatSat, 03 Oct 2009 19:30:09 +0000, by cehoyos
-
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of libavformatFri, 02 Oct 2009 07:27:08 +0000, by reimar
-
Remove url_feof check that would be triggered only after incorrectly producing libavformatFri, 02 Oct 2009 07:05:52 +0000, by reimar
-
Remove useless setting of pkt->size, av_get_packet already handles that. libavformatFri, 02 Oct 2009 07:03:04 +0000, by reimar
-
Return special EOF checking for aiff and au demuxers, the check was at libavformatFri, 02 Oct 2009 06:42:20 +0000, by reimar
-
Return any error return values from av_get_packet, get_buffer etc. unchanged libavformatFri, 02 Oct 2009 06:40:50 +0000, by reimar
-
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as libavformatFri, 02 Oct 2009 06:36:39 +0000, by reimar
-
matroskadec: don't overwrite extradata already read by ff_get_wav_header() libavformatThu, 01 Oct 2009 21:14:46 +0000, by aurel
-
matroskadec: fix handling of A_MS/ACM track with no extradata libavformatThu, 01 Oct 2009 21:14:05 +0000, by aurel
-
Make rawvideo_read_packet return partial frames. libavformatThu, 01 Oct 2009 17:32:22 +0000, by reimar
-
Remove pointless setting of pkt->size, av_get_packet already handles this. libavformatThu, 01 Oct 2009 17:22:01 +0000, by reimar
-
au demuxer: pass av_get_packet error on unchanged instead of converting to libavformatThu, 01 Oct 2009 17:08:33 +0000, by reimar
-
av_new_packet failing should return ENOMEM, not EIO. libavformatThu, 01 Oct 2009 16:10:09 +0000, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavformatThu, 01 Oct 2009 15:40:29 +0000, by reimar
-
Fix playback of strange AVI files with stray LIST. libavformatThu, 01 Oct 2009 10:24:02 +0000, by aurel
-
10l in code reading codec_name, the first byte is the length and should not libavformatWed, 30 Sep 2009 18:27:39 +0000, by reimar