- 25 Jun, 2014 1 commit
-
-
Diego Biurrun authored
With optimzations disabled compilers have trouble doing dead code elimination on 'if (foo && 0)' expressions, while 'if (0 && foo)' still works, so use the latter to avoid problems. Bug-Id: 707
-
- 24 Jun, 2014 1 commit
-
-
Derek Buitenhuis authored
The JPEG spec requires it to be this. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 23 Jun, 2014 11 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Found-by: Laurent Butti <laurentb@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Janne Grunau authored
Adapt commit 982b596e for the arm and aarch64 NEON asm. 5-10% faster on Cortex-A9.
-
Luca Barbato authored
get_len can overflow for specially crafted payload. Reported-By: Don A. Baley <donb@securitymouse.com> CC: libav-stable@libav.org
-
Dirk Ausserhaus authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Justin Ruggles authored
As indicated in the function documentation, the header MUST be checked prior to calling it because no consistency check is done there. CC:libav-stable@libav.org
-
Justin Ruggles authored
Fixes an invalid read past the end of avpriv_mpa_freq_tab. Fixes divide-by-zero due to sample_rate being set to 0. Bug-Id: 705 CC:libav-stable@libav.org
-
- 22 Jun, 2014 12 commits
-
-
Diego Biurrun authored
The language and the program that consumes the language are not the same.
-
Luca Barbato authored
By default they are set to -1.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
It is not used outside of the file.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
eatqi uses more than just the shared mpegvideo bits.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Jun, 2014 7 commits
-
-
Vittorio Giovara authored
-
Justin Ruggles authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Instead, store them in the context and compute on each parameter change.
-
Anton Khirnov authored
We do not allow the frame parameters to change during encoding, so there is no need to do this for each frame.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Jun, 2014 3 commits
-
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Dirk Ausserhaus authored
Intel i263 codec has special 8-byte dummy frames that should not be decoded, so do not even attempt to decode them and skip them instead. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 18 Jun, 2014 5 commits
-
-
Diego Biurrun authored
-
Luca Barbato authored
Only its size is actually used. Silence a clang warning.
-
Joshua Kordani authored
Issue present in Avigilon IP cameras.
-
Luca Barbato authored
-
Luca Barbato authored
-