- 19 Apr, 2014 10 commits
-
-
Martin Storsjö authored
Also set the RGBA pixel format correctly as the native endian format, which is what it returns. This fixes the tests on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Vittorio Giovara authored
-
Peter Ross authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Peter Ross authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Peter Ross authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Janne Grunau authored
avctx->coded_{height,width} will always equal h->{height,width} since init_dimensions() does that explicitly, Size changes are detected by changes in mb_{height,width} earlier and propagated through the needs_reinit variable.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Martin Storsjö authored
The first line of the "armcc --vsn" output in one version is "Product: ARM Compiler 5.04". Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Apr, 2014 5 commits
-
-
Alessandro Ghedini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alessandro Ghedini authored
This adds the reversed byte-order version of the ANSI CRC16. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alessandro Ghedini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alessandro Ghedini authored
This adds a function to export raw replaygain values (i.e. in the (u)int32_t form). It first checks whether AV_PKT_DATA_REPLAYGAIN side data is present, in which case it does nothing. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
- 16 Apr, 2014 1 commit
-
-
Luca Barbato authored
Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 14 Apr, 2014 4 commits
-
-
Martin Storsjö authored
This array is written using AV_WN32A, assuming alignment. This hopefully fixes the failing vp7 fate test on sparc. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Niels Möller authored
No initialization is needed in dca_decode_frame, because the next thing it does is calling dca_parse_frame_header, which takes care of the needed initialization. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Stephan Soller authored
In all other cases where ff_rtmp_packet_read is used, the packet returned is passed to rtmp_parse_result more or less immediately. In this single case, the content of the packet was required to be a connect packet. Some clients, e.g. Open Broadcaster Software, send a chunk size packet before the connect packet. If the first packet is a chunk size packet, handle it and read another one, requiring this to be a connect packet instead. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Previously, if read_connect failed, the ret variable was unmodified and had the value 0, indicating success, which then was returned from the rtmp_open function, even though it actually failed. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 13 Apr, 2014 5 commits
-
-
James Almer authored
This fixes compilation failures with --disable-fma3 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alessandro Ghedini authored
This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
This fixes cases where very few input samples (fewer than needed for one output sample) are passed to lavr at the beginning. CC:libav-stable@libav.org
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 12 Apr, 2014 15 commits
-
-
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>
-
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>
-
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>
-
Justin Ruggles authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
-
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>
-