- 14 Jul, 2011 8 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Without it, Doxygen cannot separate them into different sections.
-
Anton Khirnov authored
-
Diego Biurrun authored
This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes a bunch of unused function warnings.
-
Daniel Kang authored
Mainly ported from 8-bit H.264 predict. Some code ported from x264. LGPL ok by author. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 13 Jul, 2011 5 commits
-
-
Justin Ruggles authored
Since both the fixed-point and floating-point encoders use the FFTContext, this no longer needs to be in a separate context. Also, when a short-transform context is added, the same MDCT window will be used.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Ronald S. Bultje authored
-
Alex Converse authored
This fixes AAC playback in ffplay.
-
- 12 Jul, 2011 3 commits
-
-
Diego Biurrun authored
This resolves a circular dependency between the headers.
-
Diego Biurrun authored
-
Ronald S. Bultje authored
Fixes the following compile error with darwin/gcc-4.2.1: In file included from libavcodec/error_resilience.c:33: libavcodec/h264.h: In function ‘decode_mb_skipâ€
: libavcodec/h264.h:773: error: ‘always_inline†function could not be inlined in call to ‘pred_pskip_motion†: the function body must appear before caller libavcodec/h264.h:1334: error: called from here
-
- 11 Jul, 2011 5 commits
-
-
Jason Garrett-Glaser authored
Much faster high bit depth deblocking.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
-
Ronald S. Bultje authored
This prevents a crash when seeking.
-
Ronald S. Bultje authored
This fixes a crash when seeking in some webm files with many threads (e.g. 8).
-
- 10 Jul, 2011 12 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied to struct Picture. Replace by an embedded AVFrame structure in struct Picture.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This macro can cause problems in conjunction with the bitdepth template expansion. It was presumably added to keep source compatibility when high bitdepth support was added. However, emulated_edge_mc is a dsputil pointer and should not be called directly, so there is little reason to keep such a macro. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate avcodec_alloc_context/2.
-
Anton Khirnov authored
It should be replaced with proper per-codec defaults.
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext option. This is the first test of decoder private options.
-
Anton Khirnov authored
Adds support for decoder-private options and makes setting other options simpler.
-
- 09 Jul, 2011 3 commits
-
-
Jason Garrett-Glaser authored
-
Frank Barchard authored
Instead, just decrease it to a valid value and use that. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Diego Biurrun authored
libavcodec/libxvidff.c:752: warning: initialization discards qualifiers from pointer target type
-
- 08 Jul, 2011 4 commits
-
-
Jason Garrett-Glaser authored
Eliminate redundant check in filter_mb_fast, consider bit depth in calculating qp_thresh.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
-