- 11 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 12 Feb, 2014 3 commits
-
-
Janne Grunau authored
After seeking fragments with an offset > 0 must be skipped to correctly assemble packets. Bug-Id: 43
-
Andrew Kelley authored
Bug-id: 43 Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Hitting EOF during seeking is quite likely. Fixes use of uninitialized data during fate-seek-lavf-asf.
-
- 30 Sep, 2013 1 commit
-
-
Martin Storsjö authored
This makes sure errors in setting stream parameters are passed on to the caller. This avoids successfully opening files while some parameters aren't filled in properly. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 Sep, 2013 1 commit
-
-
Vladimir Pantelic authored
this was forgotten when we changed ASF to not output the preroll time Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 21 Apr, 2013 1 commit
-
-
Peter Ross authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
This will allow us to avoid copying the packets in many cases. This breaks ABI.
-
- 09 Feb, 2013 5 commits
-
-
Anton Khirnov authored
This won't be true for ID3 attached picture. Also stop allocating now useless dummy ASFStreams for ASF native attached pictures.
-
Vladimir Pantelic authored
Yes, these files do exist Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vladimir Pantelic authored
In some ASF files this objects holds cover art and other tags. Compared to Metadata Object it can also hold GUIDs, but we ignore these for now. Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vladimir Pantelic authored
Use the same get_tag()/get_value() as for the Extended Content Description but handle the 16 bit vs 32 bit difference for type 2 (BOOL) Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vladimir Pantelic authored
Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 06 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 07 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 02 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2012 2 commits
-
-
Martin Storsjö authored
Some streams don't contain these. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
This allows falling back to a binary search if the file contains no index, thus fixing seeking in such files (e.g. luckynight.wma).
-
- 22 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Prevents crash (double free) when free()ing the original packet. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 29 Feb, 2012 2 commits
-
-
Justin Ruggles authored
-
Ronald S. Bultje authored
Seeking back on EOF will reset the EOF flag, causing us to re-enter the loop to find the next marker in the ASF file, thus potentially causing an infinite loop. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 28 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
They cause various issues further down in demuxing. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 18 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
This prevents failed assertions further down in the packet processing where we require non-negative values for packet_size_left. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 13 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This allows dropping the av_unused argument from them.
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 21 Dec, 2011 1 commit
-
-
Justin Ruggles authored
fixes memleak of side data
-
- 02 Dec, 2011 2 commits
-
-
John Stebbins authored
Having a somehow off seeking is better than having none at all. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The asf_read_pts should read the bitstream directly.
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-