- 21 Jun, 2016 1 commit
-
-
Anton Khirnov authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 24 Feb, 2016 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
AVStream.codec is now deprecated. Allocate a separate codec context instead.
-
- 09 Feb, 2016 1 commit
-
-
Anton Khirnov authored
lavfi has been considered to be stable for a while now, so it is enabled in most configurations. Supporting avplay without lavfi requires a lot of nontrivial ifdef mess for no good reason.
-
- 25 Jan, 2016 6 commits
-
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
And move the resource deallocation in stream_open failure path. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The name was misleading. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The structure is not video-specific. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
It does not belong to the stream setup. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
And refactor the code in preparation of the following patches. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 26 Oct, 2015 2 commits
-
-
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`.
-
Luca Barbato authored
And drop the av_dup_packet from the input_thread.
-
- 21 Oct, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Use the new fields directly instead of the ones from AVPicture. This removes a layer of indirection which serves no pratical purpose whatsoever, and will help in removing AVPicture structure completely later. Every subtitle encoder/decoder seamlessly points to the new arrays, so it is possible to deprecate AVSubtitleRect.pict. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Express bitfields more simply. 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>
-
- 02 May, 2015 2 commits
-
-
Martin Storsjö authored
This is enabled by default, but can be disbled via the -noautorotate option. Based on a patch by Clément Bœsch. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Significantly based on a patch by Clément Bœsch. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 30 Apr, 2015 1 commit
-
-
Luca Barbato authored
Initialize `diff` to 0. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 19 Apr, 2015 2 commits
-
-
Federico Tomassetti authored
Bug-Id: CID 1291564 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 21 Mar, 2015 1 commit
-
-
Federico Tomassetti authored
Bug-Id: CID 1288294 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 17 Feb, 2015 2 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265718
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267893
-
- 24 Oct, 2014 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Oct, 2014 2 commits
-
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 733793
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 1238794
-
- 06 Sep, 2014 1 commit
-
-
Diego Biurrun authored
This is the expected behavior shared by all other cli multimedia players. Bug-Id: 732
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 08 Jul, 2014 1 commit
-
-
Martin Storsjö authored
This was broken (left half-implemented) in 354468fc. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Feb, 2014 1 commit
-
-
Anton Khirnov authored
-
- 11 Dec, 2013 2 commits
-
-
Anton Khirnov authored
avcodec_decode_audio4() will reset the frame itself.
-
Anton Khirnov authored
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 31 Oct, 2013 1 commit
-
-
Anton Khirnov authored
-
- 25 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 27 Apr, 2013 1 commit
-
-
Luca Barbato authored
Set the data field in the flush_pkt to the pointer to the actual packet. The field needs to contain a valid unique pointer, no read nor writes are ever made to it.
-
- 11 Apr, 2013 1 commit
-
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-