- 19 Dec, 2012 20 commits
-
-
Clément Bœsch authored
It's confusing and not necessary, especially in the introduction.
-
Stefano Sabatini authored
-
Carl Eugen Hoyos authored
-
Stefano Sabatini authored
In particular, make "See Also" chapter rendered in HTML output.
-
Stefano Sabatini authored
In particular, make "See Also" chapter rendered in HTML output.
-
Stefano Sabatini authored
Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
-
Stefano Sabatini authored
Fix syntax, remove pointless introductory sentence, improve overall consistency.
-
Stefano Sabatini authored
Factorize.
-
Stefano Sabatini authored
Ignore @c man begin ... @c man end comments, rely on @chapter for marking the beginning of the various manual top level sections. This allows us to write markup which is not dependent on the specific texi2pod.pl implementation. This change causes a few rendering issues, which will be fixed in further patches.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
Note that examples are changed.
-
Clément Bœsch authored
This breaks usage for out-of-range values.
-
Clément Bœsch authored
-
Clément Bœsch authored
This will prevent an overflow in the SSSE3 and MMX filter_line code: delta is expressed as an u16 being shifted by 2 to the left. If it overflows, having a strength not above 64 will make sure that m is set to 0 (making the m*m*delta >> 14 expression void). A value above 64 should not make any sense unless gradfun is used as a blur filter.
-
Clément Bœsch authored
There is no noticable benefit for such precision.
-
Clément Bœsch authored
Current dithering only use the first 4w instead of the whole 8 random values.
-
Clément Bœsch authored
Current code divide before increasing precision.
-
Clément Bœsch authored
First DC is only used once otherwise. This also makes the code consistent with ASM versions.
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 18 Dec, 2012 20 commits
-
-
Michael Niedermayer authored
Encoders that buffer a significant number of frames where a "few" frames off with -shortest Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket #1557.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
These options allow padding to a specific length or adding a specific amount if silence. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This filter pads an audio stream with silence It can together with -shortest be used to extend audio streams to the same length as video. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: configure: formatting cosmetics h264: use mbaff ref indices in fill_colmap() only for mbaff references Conflicts: libavcodec/h264_direct.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '61c6eef5': h264: prevent decoding of slice NALs in extradata doxy: Clarify what avpriv_set_pts_info does Conflicts: libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c35f0e84': au: Reorder code so that both muxer and demuxer are under #ifdefs fate: Move RALF test into lossless audio group cosmetics: Use consistent names for multiple inclusion guards. Conflicts: libavformat/au.c tests/fate/lossless-audio.mak tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Fixes ticket #2025. Signed-off-by: Peter Ross <pross@xvid.org>
-
Michael Niedermayer authored
This fixes files that store a somewhat incorrect value. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Michael Niedermayer authored
Prevents writing beyond array bounds. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
It is not posible to call get_buffer during frame-mt codec initialization. Libavformat might pass huge amounts of data as extradata after parsing broken files. The 'extradata' for the fuzzed sample sample_varPAR_s5374_r001-02.avi is 2.8M large and contains multiple slices.
-
Clément Bœsch authored
-