- 26 Jun, 2014 15 commits
-
-
Kostya Shishkov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Properly generate pts for the frames sent to the encoder, avoid using private and deprecated AVStream.pts.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It makes more sense to print the timebase exactly as it is set. Also, this avoids a divide by zero when av_dump_format() is called on a format context before writing the header.
-
Anton Khirnov authored
-
Gildas Cocherel authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kieran Kunhya authored
This fixes decoding for a sample that cannot be shared Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 25 Jun, 2014 2 commits
-
-
Diego Biurrun authored
-
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 11 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
-