- 23 Jun, 2014 9 commits
-
-
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 9 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
-
Anton Khirnov authored
Previously, AVStream.codec.time_base was used for that purpose, which was quite confusing for the callers. This change also opens the path for removing AVStream.codec. The change in the lavf-mkv test is due to the native timebase (1/1000) being used instead of the default one (1/90000), so the packets are now sent to the crc muxer in the same order in which they are demuxed (previously some of them got reordered because of inexact timestamp conversion).
-
Anton Khirnov authored
It will be useful in the following commits. Also, rename the AVCodecContext pointer name from 'stream' to 'codec'.
-
Anton Khirnov authored
-
Anton Khirnov authored
Fall back to 1 (which is what is used for most cases anyway) when the framerate is not set.
-