- 29 Jun, 2016 2 commits
-
-
Vittorio Giovara authored
This converts a misleading error about an option not found to a more meaningful one.
-
Vittorio Giovara authored
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
The rationale is that coded_frame was only used to communicate key_frame, pict_type and quality to the caller, as well as a few other random fields, in a non predictable, let alone consistent way. There was agreement that there was no use case for coded_frame, as it is a full-sized AVFrame container used for just 2-3 int-sized properties, which shouldn't even belong into the AVCodecContext in the first place. The appropriate AVPacket flag can be used instead of key_frame, while quality is exported with the new AVPacketSideData quality factor. There is no replacement for the other fields as they were unreliable, mishandled or just not used at all. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Allocating coded_frame is what most encoders do anyway, so it makes sense to always allocate and free it in a single place. Moreover a lot of encoders freed the frame with av_freep() instead of the correct API av_frame_free(). This bring uniformity to encoder behaviour and prevents applications from erroneusly accessing this field when not allocated. Additionally this helps isolating encoders that export information with coded_frame, and heavily simplifies its deprecation. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 30 Mar, 2015 1 commit
-
-
Himangi Saraogi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 18 Dec, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 15 Dec, 2014 2 commits
-
-
Vittorio Giovara authored
Only one instance affected and solved as other occurences.
-
Luca Barbato authored
Also use the same type for add_entry and check_size. Bug-Id: CID 700699 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Vittorio Giovara <vittorio.giovarao@gmail.com>
-
- 24 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
'ret' can only be used without initialization if s->height <= 0, which can only happen if avctx->height <= 0, which is validated elsewhere. Doesn't hurt to still initialize it though. CC: libav-stable@libav.org Bug-Id: CID 732296
-
- 11 Nov, 2014 1 commit
-
-
Luca Barbato authored
CC: libav-stable@libav.org
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 17 Jun, 2014 1 commit
-
-
Tristan Matthews authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 12 Apr, 2014 1 commit
-
-
Justin Ruggles authored
Also add additional known values and log as missing features.
-
- 16 Mar, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 02 Jun, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 13 Nov, 2012 1 commit
-
-
Luca Barbato authored
Deprecate avcodec_get_chroma_sub_sample.
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 02 Oct, 2012 2 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
- 19 Sep, 2012 1 commit
-
-
Alex Converse authored
-
- 04 Sep, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 01 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 23 Feb, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 24 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 23 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 12 Oct, 2011 1 commit
-
-
Jean First authored
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-