- 16 Nov, 2013 2 commits
-
-
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.
-
- 15 Nov, 2013 4 commits
-
-
Ronald S. Bultje authored
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
Allow supporting files for which the image stride is smaller than the maximum block size + number of subpel mc taps, e.g. a 64x64 VP9 file or a 16x16 VP8 file with -fflags +emu_edge.
-
Diego Biurrun authored
This is necessary to avoid target config settings bleeding into the host compilation process with hardcoded tables and the DV VLC tables no longer present as static tables in a header file.
-
Diego Biurrun authored
-
- 14 Nov, 2013 15 commits
-
-
Anton Khirnov authored
Prevents referencing empty frames when the first packet after the flush does not contain a frame.
-
Reimar Döffinger authored
Generate extradata with SPS/PPS based on container dimensions. Authors of this commit are: Reimar and Thomas Mundt Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Marton Balint authored
Fixes audio packet pts values in some files generated by AVID TRMG 3.01. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
Kostya Shishkov authored
They can be produced by VQF. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
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
-
Anton Khirnov authored
We will likely want to add new fields to it in the future, so this is needed to avoid breaking ABI.
-
Anton Khirnov authored
Based on the code by Rémi Denis-Courmont <remi@remlab.net> from VLC.
-
- 13 Nov, 2013 3 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.
-
Martin Storsjö authored
MSVC does support enough of C99 to work without the converter since the 2013 version. Try to detect which version of the compiler in the path needs to run the C99 converter or not. When the converter is omitted, compilation time is reduced quite drastically. Prior to this, users could still use --cc="c99conv -noconv cl" when running MSVC 2013 to achieve the same. This checks the version number instead of doing a normal compile test, since this check needs to be done earlier in configure, before the normal compile test helpers are usable. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Nov, 2013 3 commits
-
-
Diego Biurrun authored
This reduces global state and the amount of globally visible tables.
-
Diego Biurrun authored
-
Luca Barbato authored
It is always called by passing fields from an AVCodecContext.
-
- 08 Nov, 2013 4 commits
-
-
Anton Khirnov authored
AVI does not really support vfr properly, only by padding with null packets.
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Also remove array element numbering comments.
-
Diego Biurrun authored
-
- 06 Nov, 2013 2 commits
-
-
Diego Biurrun authored
The macros forbidding the system functions no longer exist, obviating the need for the #undefs.
-
Diego Biurrun authored
-
- 05 Nov, 2013 1 commit
-
-
Diego Biurrun authored
As another example of bizarre compiler behavior clang groks the -Wmaybe-uninitialized option, but not -Wno-maybe-uninitialized and spews a warning for every file that gets compiled.
-
- 04 Nov, 2013 6 commits
-
-
Diego Biurrun authored
The function is used in a block of code that is deprecated anyway.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
David Goldwich authored
Imporoves detection of some files in the wild: - ID3v2 a.k.a. "ea3" header is optional. - Version and flags in ID3v2 header are unspecified. Signed-off-by: David Goldwich <david.goldwich@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-