- 13 Nov, 2014 20 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135739
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1135740
-
Vittorio Giovara authored
Avoid a possible negative bitshift. CC: libav-stable@libav.org Bug-Id: CID 1194400
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 700751 / CID 700752
-
Vittorio Giovara authored
Makes coverity less confused. CC: libav-stable@libav.org Bug-Id: CID 1203487
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 970924
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1047234
-
Vittorio Giovara authored
Bug-Id: CID 1238791
-
Vittorio Giovara authored
Bug-Id: CID 732229
-
Vittorio Giovara authored
Bug-Id: CID 732231
-
Vittorio Giovara authored
FATE tests updated accordingly, no visual difference. CC: libav-stable@libav.org Bug-Id: CID 1087087
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1245702 / CID 1245703
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 700464
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238828 / CID 1238832
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732258
-
Michael Niedermayer authored
Fixes assertion failures and valgrind warnings in trellis encoder. CC: libav-stable@libav.org Bug-Id: CID 732256 / CID 732257
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1244188
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 739870
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 1197061
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087094
-
- 11 Nov, 2014 18 commits
-
-
Luca Barbato authored
CC: libav-stable@libav.org
-
Luca Barbato authored
It is av_opt_set now.
-
John Stebbins authored
Add SPS_EXT, SEI, and subset SPS to codes that are skipped during split. These codes can come before the PPS and results in incomplete extradata.
-
Michael Niedermayer authored
Bug-Id: CID 1087088
-
Vittorio Giovara authored
Fixes the comparison against constant value 0x7fffffff. CC: libav-stable@libav.org Bug-Id: CID 1198260
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238839
-
Vittorio Giovara authored
Use av_mallocz_array instead of iterating and check the returned memory. Check returned memory and cleanly exit in case of error during the loop. Avoid a null pointer dereference for invalid data. CC: libav-stable@libav.org Bug-Id: CID 29575
-
Jernej Fijačko authored
Fix a memory leak too. CC: libav-stable@libav.org Bug-Id: CID 732230
-
Michael Niedermayer authored
Prevents shifts with undefined behavior, as no syntax element has a valid value greater than 1 << 31. Bug-Id: CID 1206635
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1244202
-
Vittorio Giovara authored
data_size is always >= 0 in this case. CC: libav-stable@libav.org Bug-Id: CID 1238788
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 991852
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1047235
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238789
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1238786
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 1047236 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Martin Storsjö authored
vorbis_parser.o is built unconditionally since 5e80fb7f, and the unconditionally built parts of it depend on xiph.o. This fixes builds with --disable-everything. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Nov, 2014 1 commit
-
-
Martin Storsjö authored
The latest fdk-aac code drop (from android 5.0) changed the channel layout enums (changing the value of existing enum constants), and renamed the option for downmixing. The failsafe comparison between ctype and FF_ARRAY_ELEMS(channel_counts) can trigger warnings (-Wtautological-constant-out-of-range-compare) when building with the old FDK AAC releases, where it can't be out of range with the enum values used there. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Nov, 2014 1 commit
-
-
Luca Barbato authored
av_log usually resets it.
-