- 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>
-
- 03 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by:ramiro Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
- 16 Jan, 2012 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 24 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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.
-
- 15 Nov, 2011 3 commits
-
-
Michael Niedermayer authored
Idea-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2011 2 commits
-
-
Michael Niedermayer authored
This reverts part of: commit e65ab9d9 Author: Mans Rullgard <mans@mansr.com> Date: Wed Jun 1 17:26:27 2011 +0100 Remove unused variables
-
Clément Bœsch authored
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 31 Oct, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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)/'
-
- 16 Oct, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This way user apps can choose to skip such content. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Sep, 2011 2 commits
-
-
Joakim Plate authored
This avoid retrying to read ASF index in files for every attempt to seek. This makes a big difference to protocols with slow seeking (for example http) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Joakim Plate authored
This reduces problems when underlying protocol is not seekable even if marked as such or if the file has been cut short. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
- 29 May, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-