- 12 Jun, 2015 14 commits
-
-
Vittorio Giovara authored
Fixes clang warning "absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]".
-
Vittorio Giovara authored
Fixes clang warning "floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value]".
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Reported-By: infer
-
Vittorio Giovara authored
Reported-By: infer
-
Vittorio Giovara authored
Reported-By: infer
-
Vittorio Giovara authored
-
Michael Niedermayer authored
CC: libav-stable@libav.org Sample-Id: test_bref.mp4 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Luca Barbato authored
Untangle eamad from the mpeg12.h header and speed up rebuilding.
-
Luca Barbato authored
-
Vittorio Giovara authored
Having this macro in an header only facilitates the use of such header. The code increase is minimal and files have one less dependency on mpegvideo.h.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- 10 Jun, 2015 5 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Mark it as static.
-
Vittorio Giovara authored
It is only used in one place, and it is small enough that it might be called directly.
-
Vittorio Giovara authored
-
Janne Grunau authored
display_matrix_size is only initialized when av_stream_get_side_data() returns a side data pointer. The code is safe since the only effect this has is setting the display_matrix pointer to NULL which it was already anyway.
-
- 09 Jun, 2015 5 commits
-
-
Luca Barbato authored
Bug-Id: 865 CC: libav-stable@libav.org
-
James Almer authored
The first check is done without the AVIOContext, so alloc it only if said check succeeds Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Fixes stack buffer overflow errors detected by address sanitizer in fate-imc. CC: libav-stable@libav.org
-
Janne Grunau authored
Fixes stack buffer overflow errors detected by address sanitizer in various fate tests. CC: libav-stable@libav.org
-
Janne Grunau authored
Fixes stack buffer overflow errors detected by address sanitizer in various fate tests. CC: libav-stable@libav.org
-
- 08 Jun, 2015 11 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1257774
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1292518
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1292520
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 609333
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1302711
-
Janne Grunau authored
-
Vittorio Giovara authored
It is necessary to avoid circular header dependencies.
-
Vittorio Giovara authored
The main ff_alloc_picture() function is made more generic with all the parameters necessary as arguments. This will allows to move most of the related functions to a separate file later. Right now wrappers are provided to try and minimize the number of changes in the code.
-
Vittorio Giovara authored
Use more generic arguments and remove its static attribute since it will be moved to a separate file.
-
Vittorio Giovara authored
-
Luca Barbato authored
The C runtime C99 compatibility had been improved a lot and it now rejects some of the compatibility defines provided for the older versions. Many thanks to Ray for the time spent testing. Bug-Id: 864 CC: libav-stable@libav.org
-
- 07 Jun, 2015 5 commits
-
-
Luca Barbato authored
The channel configuration can be delivered only by the PCE, try to parse it first and not try to decode until a channel configuration is set. CC: libav-stable@libav.org
-
Sebastian Dröge authored
These are defined in ISO/IEC 14496-3:2009/PDAM 4 for 6.1 and 7.1. It also defines another 7.1 layout with configuration 14, that one is not added here for now. 11: 3/3.1 FC FL+FR BL+BR BC LFE 12: 3/2/2.1 FC FL+FR SiL+SiR BL+BR LFE Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
nu774 authored
FDK AAC encoder outputs SCE(front)+CPE(front)+CPE(back)+CPE(back) on MODE_7_1_REAR_SURROUND configuration. Since decoder couldn't properly map 4 back channels, decoding failed unless -request_channel_layout 0x8000000000000000 has been specified. Now we treat first CPE(back) as CPE(side) on channel mapping. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
Support only streams with Content-Length. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-