- 13 Apr, 2014 17 commits
-
-
Michael Niedermayer authored
* commit '13164e47': FATE: add tests for more resampling modes Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f7c5fd81': resample: implement flushing Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Facundo Gaich authored
Videos with complex typesetting usually have font files embedded as attachment streams. vf_subtitles now finds all attachment streams with a MIME type associated with fonts and loads them to libass so it can use them for rendering. The code was basically ported from mpv's loadfile.c@929793be7 Signed-off-by: Facundo Gaich <facugaich@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Lukasz Marek authored
class is reserved keyword in C++ and compilator complains about that variable. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '801c39e1': dcadec: Use correct channel count in stereo downmix check Conflicts: libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c8cf461c': dcadec: Do not decode the XCh extension when downmixing to stereo Conflicts: libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e75ef2b7': tiffdec: support predictor type 2 with RGB48 pixel format Conflicts: libavcodec/tiff.c See: 72381b2bMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '345a96c3': tiffdec: remove an unneeded variable Conflicts: libavcodec/tiff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a9b046fb': tiff: use a better name and enum values for PhotometricInterpretation Conflicts: libavcodec/tiff.c libavcodec/tiff.h libavcodec/tiffenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'fdbe18b7': tiffdec: use a single strip if RowsPerStrip is 0 Conflicts: libavcodec/tiff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0a467a9b': tiffdec: use bytestream2 to simplify overread/overwrite protection Conflicts: libavcodec/tiff.c See: 1ec83d9aMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5748faf2': bytestream: add bytestream2_copy_buffer() functions Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'de9d2705': bytestream: add functions for accessing size of buffer See: 0ee5be4eMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '58bc38a5': tiffdec: use correct data type for palette entries and set alpha to 0xFF Conflicts: libavcodec/tiff.c See: dbfdb288Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Apr, 2014 23 commits
-
-
Michael Niedermayer authored
* commit 'bf2064f0': tiffdec: rename variables for consistency and fix variable shadowing Conflicts: libavcodec/tiff.c See: 251345a3Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd9a542ac': swscale: Set alpha to opaque for internal palettes. Conflicts: libswscale/swscale_unscaled.c See: dbfdb288Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '20c38c9c': swscale: fix some undefined signed left shifts Conflicts: libswscale/swscale_unscaled.c See: 7a32ab5eMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '60c4660b': swscale: fix an implementation-defined unsigned-to-signed conversion Conflicts: libswscale/swscale_unscaled.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* lukaszmluki/master: lavd/qtkit: add device category lavd/fbdev_enc: implement get_device_list lavd: no default device unless explicitly set Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd4a8a86c': doc: Libavfilter English cleanup Conflicts: doc/filters.texi doc/libavfilter.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Tim Walker authored
s->prim_channels is greater than num_core_channels when an XCh extension is present in the bitstream. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Tim Walker authored
This is neither necessary nor currently supported. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
* commit '617a1a98': mp3enc: Properly write bitrate value in XING header Conflicts: libavformat/mp3enc.c See: 40176fc3 See: d62bf5d4 See: various others Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Jean First authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Also add additional known values and log as missing features.
-
Justin Ruggles authored
The spec does not specify that 0 is an error condition, and there are samples which use 0 when the whole image is in one strip.
-
Justin Ruggles authored
Based on a patch by Paul B Mahol <onemda@gmail.com> CC:libav-stable@libav.org
-
Justin Ruggles authored
This is basically an overread/overwrite-safe memcpy between a GetByteContext and a PutByteContext. CC:libav-stable@libav.org
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> CC:libav-stable@libav.org
-
Justin Ruggles authored
-
Jean First authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
Fixes conversion of pal8 to rgb formats with alpha. Updated references for 2 FATE tests which previously encoded fully transparent images. Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Justin Ruggles authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>
-