- 26 Oct, 2015 1 commit
-
-
Luca Barbato authored
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
-
- 21 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
avpicture_get_size() -> av_image_get_buffer_size() Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 28 Aug, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Deprecated in 10/2012.
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Jul, 2015 1 commit
-
-
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>
-
- 11 Jul, 2015 1 commit
-
-
Dan Flett authored
Tested on a Raspberry Pi. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Jul, 2015 1 commit
-
-
Luca Barbato authored
Found-By: Cheristheus
-
- 30 Jun, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 08 Jun, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1292520
-
- 06 May, 2015 1 commit
-
-
Nicolas George authored
Introduced in e8c4db0d.
-
- 30 Apr, 2015 2 commits
-
-
Luca Barbato authored
And notify why the capture is impossible. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 Apr, 2015 2 commits
-
-
Federico Tomassetti authored
Bug-Id: CID 1265785 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 11 Apr, 2015 1 commit
-
-
Michael Kostylev authored
-
- 10 Apr, 2015 1 commit
-
-
Martin Storsjö authored
These headers can't be included in any arbitrary order. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Apr, 2015 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Also reshuffle headers into canonical order where appropriate.
-
- 12 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
Bug-Id: CID 1274038
-
- 08 Mar, 2015 1 commit
-
-
Luca Barbato authored
Prevent an use after free in the error message. Bug-Id: CID 1274040 CC: libav-stable@libav.org
-
- 02 Mar, 2015 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
The encoder or decoder might be disabled but the format would be supported for at least remuxing.
-
- 28 Feb, 2015 1 commit
-
-
Christian Hujer authored
The correct macro is DEC not D. Broken in b31328d0Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 24 Feb, 2015 2 commits
-
-
Luca Barbato authored
CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 15 Feb, 2015 3 commits
-
-
Himangi Saraogi authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Daniel Moran authored
The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The segment field in the struct has to be conditionally build as well.
-
- 28 Jan, 2015 1 commit
-
-
Clay McClure authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
Bug-Id: CID 1254668
-
- 10 Dec, 2014 1 commit
-
-
Luca Barbato authored
Bug-Id: CID 1254664 CC: libav-stable@libav.org
-
- 11 Nov, 2014 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Nov, 2014 2 commits
-
-
Luca Barbato authored
av_log usually resets it.
-
Tristan Matthews authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 Oct, 2014 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 28 Oct, 2014 1 commit
-
-
Anton Khirnov authored
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 18 Oct, 2014 1 commit
-
-
Timothy Gu authored
Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is available. CC: libav-stable@libav.org Bug-Id: CID 1238992 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-