- 15 Jul, 2012 12 commits
-
-
Stefano Sabatini authored
Reduce log clutter, consistent with 1a49a169.
-
Carl Eugen Hoyos authored
Reviewed-by: Reimar Döffinger
-
Piotr Bandurski authored
-
Piotr Bandurski authored
samples: http://www.datafilehost.com/download-46d9a0fa.htmlSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Piotr Bandurski authored
samples: http://www.datafilehost.com/download-4b49270d.htmlSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Piotr Bandurski authored
sample: http://www.datafilehost.com/download-92da395c.htmlReviewed-by: compn <tempn@twmi.rr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Prior to this change max number of channels for float data which was going to be correctly decoded was 32, which is rather small considering that exr allows multiple channel layers. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
The whole point of ff_alloc_packet2 is to not bloat code with duplicated error messages. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
The pivot has to lie between 0 and base. Check of ==base is insufficient. Thus replace it by a proper check. Fixes out of array write. Fixes bug #1531. Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
* dwbuiten/master: doc: Remove stray @item from git-howto libfdk-aac: Port to ff_alloc_packet2 doxy: move av_guess_sample_aspect_ratio to correct place Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jul, 2012 24 commits
-
-
Michael Niedermayer authored
* qatar/master: eval: add gt(), gte(), lt() and lte() fate tests eval: fix swapping of lt() and lte() imgconvert: deprecate avcodec_find_best_pix_fmt() imgconvert: add avcodec_find_best_pix_fmt2() imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt Conflicts: libavcodec/imgconvert.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Philip Langdale authored
This change introduces a basic decoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to parse styling information, and just reads the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Signed-off-by: Philip Langdale <philipl@overt.org>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
It allows to send program-friendly (easy to parse) progress information to a file or an URL.
-
Janne Grunau authored
-
Nicolas George authored
The values are listed if setting them fails. Using "-preset help" or "-preset list" have that effect.
-
Max Lazarov authored
CC: libav-stable@libav.org
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Thomas Kühnel authored
Work done for SOCIS 2011. See thread: Subject: [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder Date: Tue, 4 Oct 2011 00:19:52 +0200 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Slightly more readable, now that the list is getting longer.
-
Thomas Kühnel authored
See thread: Subject: [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame Date: Tue, 4 Oct 2011 00:19:51 +0200
-
jamal authored
Fixes ticket #1515
-
jamal authored
-
jamal authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In particular, assume existence of audio and sink filters.
-
Stefano Sabatini authored
There is no much point into splitting documentation for filters. Also having a separate document for a library is inconsistent.
-
Michael Niedermayer authored
This fixes the timestamp of the first packet when samples have been skiped. 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>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
jamal authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefan Gehrer authored
should fix ticket #505 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Jul, 2012 4 commits
-
-
Paul B Mahol authored
This one will also work in cases when file have channels we are not going to use. Only compressed files where affected by this bug. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-