- 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
-
- 28 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Specifically av_update_cur_dts(), av_seek_frame_binary() and av_gen_search(). They are not supposed to be called outside lavf.
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's used in libavdevice.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 03 Jul, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 02 Jun, 2011 1 commit
-
-
Mans Rullgard authored
-
- 19 May, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 May, 2011 4 commits
-
-
Uoti Urpala authored
-
Vladimir Pantelic authored
asf_read_seek() inside the asf demuxer already does the right thing, it tries the index and if that fails it uses binary search. If binary search is called from outside of asfdec.c it will fail because the asf code cannot clean up after itself. Therefore introduce AVFMT_NOBINSEARCH that prevents the seek code to fallback to binary search and AVFMT_NOGENSEARCH that prevents the seek code to fallback to generic search.
-
Vladimir Pantelic authored
-
Vladimir Pantelic authored
lavf will do that anyway in case seek by index fails
-
- 04 May, 2011 2 commits
-
-
Uoti Urpala authored
Add an extra size validity check in asf_read_frame_header(). Without this asf->packet_size_left may become negative, which triggers an assertion failure later. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Apr, 2011 1 commit
-
-
Vladimir Pantelic authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 18 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Apr, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-