- 20 Feb, 2015 7 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If src_len is too small for nal_size, we already print a warning above, and the next step is to check the while loop condition anyway, so this one serves no purpose. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Previously, errors were only logged but the code kept on trying, and never actually returning the error as a return value. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is similar to what was done for rtpdec_hevc in ced7238c. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Including libavcodec/get_bits.h is superfluous for AV_RB16 - nothing in this file uses any actual bitstream reader. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows the output to be used with stream copy, which discards packet from the start until the first keyframe. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Feb, 2015 9 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
-
Oleksij Rempel authored
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Oleksij Rempel authored
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori Yamazoe <drocon11@gmail.com>.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Himangi Saraogi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 18 Feb, 2015 2 commits
-
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 17 Feb, 2015 21 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Himangi Saraogi authored
-
Himangi Saraogi authored
-
Himangi Saraogi authored
-
Himangi Saraogi authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267889
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Federico Tomassetti authored
CC: libav-stable@libav.org Bug-Id: CID 1267888 / CID 1267890 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Hugo Beauzée-Luyssen authored
Bug-Id: CID 1257835
-
Vittorio Giovara authored
Related to "warning: suggest braces around initialization of subobject".
-
Vittorio Giovara authored
During remuxing avcodec_copy_context() is discouraged as certain fields (such as codec_tag) could reflect invalid values between input and output contextes.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265718
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267893
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265719
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267891
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265717
-
- 16 Feb, 2015 1 commit
-
-
Diego Biurrun authored
There is no point in having a separate header for a single declaration.
-