- 13 Apr, 2014 8 commits
-
-
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 32 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>
-
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>
-
Justin Ruggles authored
-
Lukasz Marek authored
AVDeviceInfoList was allocated with first device set as default even though there is no device after allocation. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
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>
-
Katerina Barone-Adesi authored
This aims to standardize the English used in the libavfilter documentation, describing the same thing in the same way more often, and significantly reduce the amount of outright errors, including run-on sentences and sentence fragments. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Instead of using a fixed bitrate_idx, calculate a matching bitrate for the XING header. Using a fixed bitrate_idx causes tools such as file(1) and mediainfo(1) to report wrong bitrate and bitrate mode when using CBR. Bug-Id: https://bugs.debian.org/736088Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
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>
-
Michael Schenk authored
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
-