- 24 Oct, 2015 1 commit
-
-
Michael Niedermayer authored
avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 of av_image_copy_to_buffer from incompatible pointer type" Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 08 Sep, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Michael Niedermayer authored
This parameter can be used to inform the allocation code about how much downsizing might occur, and can be used to optimize how to allocate the packet Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 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>
-
- 19 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes undefined behavior and segfault Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2014 1 commit
-
-
Zoltan Kovacs authored
According to the DPX file format description found at http://www.fileformat.info/format/dpx/egff.htm the ImageElement part of the GenericImageHeader also contains an an offset to the real image data beside the same member that can be found in the GenericFileHeader. Libav keeps this member empty (=0) while some applications expects it to be filled properly. FATE test updated accordingly. Bug-Id: 742 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 13 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
Bug-Id: CID 732229
-
- 21 Aug, 2014 1 commit
-
-
Christophe Gisquet authored
It was added per pixel instead of per line. Reviewed-by:
James Darnley <james.darnley@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Aug, 2014 1 commit
-
-
Christophe Gisquet authored
S268M-2003 specifies that each line start is aligned on a 4-byte boundary. Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 07 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 06 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 27 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 15 May, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes IOC warnings Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 May, 2013 2 commits
-
-
Paul B Mahol authored
Update rgb24 fate test as it no longer writes image in big endian format. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 15 Mar, 2013 1 commit
-
-
ArnoB authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2012 1 commit
-
-
Georg Lippitsch authored
The DPX encoder now writes 12 DPX that open correctly (tested with ImageMagick), and also correspond to the 12 bit sample files at http://samples.ffmpeg.org/image-samples/dpx_samples.zipSigned-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 25 Aug, 2012 1 commit
-
-
Georg Lippitsch authored
Encode GBRP10 pixel format into 10 bit DPX. Encode GBRP12 pixel format into 12 bit DPX. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Feb, 2012 1 commit
-
-
Martin Storsjö authored
This avoids breaking fate every time the lavc version is bumped. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 17 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
This avoids fate breakage from bumping version. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 21 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Kostya Shishkov authored
10l to the one who hasn't checked this.
-
- 01 May, 2011 1 commit
-
-
Peter Ross authored
-
- 02 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-