- 22 Nov, 2013 1 commit
-
-
gcocherel authored
(cherry picked from commit 0c8dfd8ad6400b33da55a9f4d9aa8d3f5c9d209f) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2013 2 commits
-
-
Ben Boeckel authored
These functions are intended for use with side_data which comes in an AVPacket. Signed-off-by:
Ben Boeckel <mathstuf@gmail.com> Reviewed-by: wm4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ben Boeckel authored
This type is intended to be used to allow codecs to pass updated metadata to applications. Signed-off-by:
Ben Boeckel <mathstuf@gmail.com> Reviewed-by: wm4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Nov, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 16 Nov, 2013 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not used during decoding anymore.
-
Anton Khirnov authored
It was never used in any codec since it was added 3 years ago.
-
- 14 Nov, 2013 5 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
We should not arbitrarily decide the maximum B-frame number for all encoders supported by Libav, each encoder should be able to set its own limits.
-
Anton Khirnov authored
They are mpegvideo-specific and not supposed to be used by callers.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 13 Nov, 2013 2 commits
-
-
Diego Biurrun authored
XvMC has long ago been superseded by newer acceleration APIs, such as VDPAU, and few downstreams still support it. Furthermore XvMC is not implemented within the hwaccel framework, but requires its own specific code in the MPEG-1/2 decoder, which is a maintenance burden.
-
Diego Biurrun authored
Alpha has been end-of-lifed and no more test machines are available.
-
- 04 Nov, 2013 3 commits
-
-
Jan Ekström authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Anton Khirnov authored
It's a private field, not meant to be accessed from outside lavc.
-
Anton Khirnov authored
It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
-
- 03 Nov, 2013 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 01 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
This preempts ABI issues if their values get reused by the fork for something unrelated Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This maintains ABI compatibility also add a note that debug_mv must be accessed through AVOptions (for ABI) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2013 10 commits
-
-
Anton Khirnov authored
It's for internal use only.
-
Anton Khirnov authored
-
Anton Khirnov authored
It has been deprecated/unused for about 10 years.
-
Anton Khirnov authored
Those flags have no effect since 37045e42.
-
Anton Khirnov authored
It has been unused since 37045e42.
-
Anton Khirnov authored
It has not been actually used since 37045e42, when the broken vismv code was removed.
-
Guillaume Martres authored
Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <mraulet@insa-rennes.fr> Seppo Tomperi <seppo.tomperi@vtt.fi> Gildas Cocherel <gildas.cocherel@laposte.net> Khaled Jerbi <khaled_jerbi@yahoo.fr> Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr> Vittorio Giovara <vittorio.giovara@gmail.com> Jan Ekström <jeebjp@gmail.com> Anton Khirnov <anton@khirnov.net> Martin Storsjö <martin@martin.st> Luca Barbato <lu_zero@gentoo.org> Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> Reimar Döffinger <Reimar.Doeffinger@gmx.de> Diego Biurrun <diego@biurrun.de> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
avcodec_set_dimensions() is supposed to be an internal utility function, there is no reason whatsoever for it to be public. Therefore deprecate it.
-
John Stebbins authored
This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
David Kment authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 28 Oct, 2013 1 commit
-
-
Anton Khirnov authored
Just crccheck prints a warning, crccheck+explode returns an error. Also document this behavior.
-
- 27 Oct, 2013 2 commits
-
-
Marton Balint authored
This patch adds CODEC_CAP_DELAY support to avcodec_decode_subtitle2. For DVB teletext decoding, a single teletext packet can contain multiple teletext pages. In order to support that, the teletext decoder may buffer some pages. Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The documentation is copied from the AVOption texts Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Oct, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes part of Ticket1955 suggested by Roman. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Oct, 2013 1 commit
-
-
Vignesh Venkatasubramanian authored
seek_preroll field is added to the AVCodecContext struct. It indicates the number of samples to be discarded whenever there is a discontinuity. The minor version is bumped accordingly. Signed-off-by:
Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2013 3 commits
-
-
Michael Niedermayer authored
Somehow 2 different identifiers have come into existence which makes supporting both until the next major version bump required I did not investigate how exactly that did happen. wm4, j-b and smarter prefer hevc. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Elaborate on flushing the decoder.
-
Anton Khirnov authored
The packet data does not need to be aligned.
-
- 03 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-