summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: extend "See Also" chapters in library manualsStefano Sabatini2012-12-19
| | | | In particular, make "See Also" chapter rendered in HTML output.
* doc: extend "See Also" chapters in component manualsStefano Sabatini2012-12-19
| | | | In particular, make "See Also" chapter rendered in HTML output.
* doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini2012-12-19
| | | | | | 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.
* doc: rework synopsis section for ff* toolsStefano Sabatini2012-12-19
| | | | | Fix syntax, remove pointless introductory sentence, improve overall consistency.
* doc: use a common authors.texi file blurbStefano Sabatini2012-12-19
| | | | Factorize.
* doc/texi2pod: rework man inclusion logicStefano Sabatini2012-12-19
| | | | | | | | | | | 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.
* utils: fix duration calculation for strange_duration_example.tsMichael Niedermayer2012-12-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/gradfun: small align cosmetics.Clément Bœsch2012-12-19
|
* doc/filters: reformat and rework gradfun.Clément Bœsch2012-12-19
| | | | Note that examples are changed.
* lavfi/gradfun: support named options.Clément Bœsch2012-12-19
| | | | This breaks usage for out-of-range values.
* fate: re-enable lavfi gradfun filter test.Clément Bœsch2012-12-19
|
* lavfi/gradfun: reduce up limit for threshold.Clément Bœsch2012-12-19
| | | | | | | | | | 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.
* lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2012-12-19
| | | | There is no noticable benefit for such precision.
* lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2012-12-19
| | | | Current dithering only use the first 4w instead of the whole 8 random values.
* lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2012-12-19
| | | | Current code divide before increasing precision.
* lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2012-12-19
| | | | | First DC is only used once otherwise. This also makes the code consistent with ASM versions.
* qcelpdata: correct start bit for cbgain[0] in qcelp_rate_octave_bitmap[]Paul B Mahol2012-12-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffmpeg: Fix shortest with libx264Michael Niedermayer2012-12-19
| | | | | | | Encoders that buffer a significant number of frames where a "few" frames off with -shortest Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* MAINTAINERS: update my GPG key fingerprintStefano Sabatini2012-12-18
|
* Cosmetics: Reindent after last commit.Carl Eugen Hoyos2012-12-18
|
* Do not skip three bytes and don't search for extradata in old realaudio files.Carl Eugen Hoyos2012-12-18
| | | | Fixes ticket #1557.
* af_apad: remove unneeded av_opt_freeMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apad: add whole_len and pad_len options.Michael Niedermayer2012-12-18
| | | | | | These options allow padding to a specific length or adding a specific amount if silence. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apad: fix apad_options formatingMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* af_apad: add user setable packet_sizeMichael Niedermayer2012-12-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add apad filterMichael Niedermayer2012-12-18
| | | | | | | | 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>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-18
|\ | | | | | | | | | | | | | | | | | | | | * 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>
| * configure: formatting cosmeticsDiego Biurrun2012-12-18
| |
| * h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer2012-12-18
| | | | | | | | | | | | Prevents writing beyond array bounds. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | h264: remove redundant parts of old slice in extradata code.Michael Niedermayer2012-12-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: merge old and new "slice in extradata" checksMichael Niedermayer2012-12-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29'Michael Niedermayer2012-12-18
|\| | | | | | | | | | | | | | | | | | | | | * commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29': 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>
| * h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-18
| | | | | | | | | | | | | | | | 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.
| * doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-17
| | | | | | | | | | | | The "pts for a given stream" was nonsensical. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer2012-12-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a': 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>
| * au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-17
| | | | | | | | This reduces code size when either piece has been disabled.
| * fate: Move RALF test into lossless audio groupDiego Biurrun2012-12-17
| |
| * cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-17
| |
* | wtv: permit root table and first sectors to be located beyond 2GB boundaryPeter Ross2012-12-19
| | | | | | | | | | | | Fixes ticket #2025. Signed-off-by: Peter Ross <pross@xvid.org>
* | nutdec: sanity check r_frame_rateMichael Niedermayer2012-12-18
| | | | | | | | | | | | This fixes files that store a somewhat incorrect value. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch2012-12-18
| |
* | doc/ffmpeg-bitstream-filters: fix typo in titleStefano Sabatini2012-12-18
| |
* | Fix typo in mvc decoder.Carl Eugen Hoyos2012-12-18
| |
* | mjpegenc: fix restart interval parameters for yuv444Michael Niedermayer2012-12-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mjpegenc: fix YUV444 with w%16!=0Michael Niedermayer2012-12-18
| | | | | | | | | | | | Fixes Ticket2040 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/indevs: update syntax for the color filter in the lavfi device examplesStefano Sabatini2012-12-18
| |
* | doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini2012-12-18
| | | | | | | | | | Ignore the other arguments, which have not to be processed by the POD renderer.
* | doc/Makefile: add docclean ruleStefano Sabatini2012-12-18
| | | | | | | | | | | | | | | | | | | | | | This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
* | doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini2012-12-17
| | | | | | | | | | With these commands it is possible to add HTML and non-HTML snippets, which will be useful for the "See Also" manual chapters.
* | doc: remove references to external documentsStefano Sabatini2012-12-17
| | | | | | | | | | | | | | Fix a few warnings generated when creating the manuals. Our current doc generation toolchain does not allow to reference external documents.