Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavfi: port MP noise filter | Paul B Mahol | 2013-02-16 | 1 | -7/+51 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | lavfi/unsharp: extend range for amount values, to reflect the behavior of ↵ | Stefano Sabatini | 2013-02-16 | 1 | -4/+6 |
| | | | | | | mp=unsharp Also update the documentation accordingly, and suggest a meaningful range. | ||||
* | doc/filters: itemize unsharp examples | Stefano Sabatini | 2013-02-16 | 1 | -5/+9 |
| | | | | Also drop pointless example. | ||||
* | lavfi/unsharp: use named options, and add missing checks on matrix size values | Stefano Sabatini | 2013-02-16 | 1 | -29/+24 |
| | | | | | In particular, avoid out-of-buffer access and crashes with too big values, and rework documentation accordingly. | ||||
* | doc: fix reference to ffmpeg-bitstream-filters.html page | Stefano Sabatini | 2013-02-15 | 4 | -4/+4 |
| | |||||
* | lavfi/unsharp: use the same macros used in the original MP filter | Stefano Sabatini | 2013-02-15 | 1 | -4/+4 |
| | | | | | | | Remove possibly pointless inconsistency with the ported code. Also specify parameter value ranges consistent with those of the ported filter. | ||||
* | examples/scaling_video: fix typo | Stefano Sabatini | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | doc/APIchanges: List merge commit hashes and version numbers | Michael Niedermayer | 2013-02-15 | 1 | -167/+167 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Fix a few "its" vs "it's" typo. | Clément Bœsch | 2013-02-14 | 2 | -3/+3 |
| | |||||
* | doc/resampler: fix two typo. | Clément Bœsch | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | apichanges: fix 2 wrong hashes | Michael Niedermayer | 2013-02-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | apichanges: Use , instead of / to seperate multiple hashes | Michael Niedermayer | 2013-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | apichanges: fix date | Michael Niedermayer | 2013-02-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavfi: remove softskip libmpcodecs wrapper | Paul B Mahol | 2013-02-14 | 1 | -1/+0 |
| | | | | | | | It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | lavfi: remove dsize libmpcodecs wrapper | Paul B Mahol | 2013-02-14 | 1 | -1/+0 |
| | | | | | | | Filter does nothing, and supposed funcionality is already available with native filter(s). Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | doc/APIchanges: fix odd .01 versions | Michael Niedermayer | 2013-02-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/dev: clarify public symbols prefixes. | Clément Bœsch | 2013-02-13 | 1 | -2/+7 |
| | |||||
* | lavf/concatdec: allow probing. | Nicolas George | 2013-02-13 | 1 | -2/+4 |
| | |||||
* | lavf/concatdec: add signature directive. | Nicolas George | 2013-02-13 | 1 | -0/+4 |
| | |||||
* | lavf/concatdec: add safe option. | Nicolas George | 2013-02-13 | 1 | -0/+20 |
| | |||||
* | doc/demuxers: quote command line arguments with @code | Daniel Verkamp | 2013-02-13 | 1 | -5/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-12 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavu: avoid clashing definition of E doc: developer: Add a note about reserved system name space Conflicts: libavutil/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
| * | doc: developer: Add a note about reserved system name space | Diego Biurrun | 2013-02-11 | 1 | -0/+8 |
| | | |||||
* | | Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4' | Michael Niedermayer | 2013-02-12 | 1 | -10/+9 |
|\| | | | | | | | | | | | | | | | | | | | | | * commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4': doc: developer: Fix wording in "naming conventions" section openbsd: Add minor number to shared library install name Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
| * | doc: developer: Fix wording in "naming conventions" section | Diego Biurrun | 2013-02-11 | 1 | -11/+10 |
| | | |||||
* | | doc/filters: rework idet filter description | Stefano Sabatini | 2013-02-11 | 1 | -2/+4 |
| | | |||||
* | | doc/filters: apply minor fixes to il filter docs | Stefano Sabatini | 2013-02-11 | 1 | -1/+2 |
| | | |||||
* | | doc/filters: fix position of il filter docs | Stefano Sabatini | 2013-02-11 | 1 | -37/+37 |
| | | |||||
* | | lavfi: remove mp=il filter | Paul B Mahol | 2013-02-09 | 1 | -1/+0 |
| | | | | | | | | | | | | Native il video filter is now available. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | lavfi: port MP il filter | Paul B Mahol | 2013-02-09 | 1 | -0/+37 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | lavf: add tee pseudo-muxer. | Nicolas George | 2013-02-09 | 1 | -0/+35 |
| | | |||||
* | | lavfi/histogram: make waveform mode more useful | Paul B Mahol | 2013-02-09 | 1 | -3/+30 |
| | | | | | | | | | | | | | | Now it displays all color components (not just luma) either in parade or overlay and also works with RGB colorspace. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | doc/filters: end table in histogram docs | Stefano Sabatini | 2013-02-09 | 1 | -0/+1 |
| | | |||||
* | | doc/demuxers: add docs for rawvideo demuxer | Stefano Sabatini | 2013-02-09 | 1 | -0/+29 |
| | | |||||
* | | doc/demuxers: fix copy&paste error in "@c man end" line | Stefano Sabatini | 2013-02-09 | 1 | -1/+1 |
| | | | | | | | | Use proper name for ending chapter. | ||||
* | | doc/demuxers: sort demuxers by name | Stefano Sabatini | 2013-02-09 | 1 | -42/+42 |
| | | |||||
* | | histogram filter | Paul B Mahol | 2013-02-09 | 1 | -0/+83 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | doc/filters: remove another instance of '×' | Stefano Sabatini | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | Fix trac ticket #2247. | ||||
* | | doc: replace '×' symbol with 'x' | Stefano Sabatini | 2013-02-06 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Non-ascii chars are not correctly rendered in both MAN and HTML output or may even cause compilation failure. Thus avoid to use them until we find a satisfying way to deal with them. Fix trac ticket #2243. | ||||
* | | doc/filters: apply various rendering changes to the showspectrum docs | Stefano Sabatini | 2013-02-05 | 1 | -7/+29 |
| | | | | | | | | | | | | In particular: always use @table @samp for showing constant tables, add a few empty lines for improving readability, and specify default value when missing. | ||||
* | | doc/filters: fix @item syntax in showspectrum docs | Stefano Sabatini | 2013-02-05 | 1 | -4/+4 |
| | | | | | | | | | | In particular, fix warnings: ** Unknown command with braces `@item' (in doc/filters.texi l. 60XX) | ||||
* | | lavfi/showspectrum: display multiple channels in separate row | Rudolf Polzer | 2013-02-04 | 1 | -0/+28 |
| | | | | | | | | | | | | The showspectrum filter gets multiple channel (any count) support. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> | ||||
* | | doc/filters: reformat various filter tables items | Stefano Sabatini | 2013-02-03 | 1 | -32/+64 |
| | | | | | | | | Improve overall consistency. | ||||
* | | lavu/parseutils: add digital cinema frame sizes | Dave Rice | 2013-02-03 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | | lavfi/showspectrum: set default height to 512 | Rudolf Polzer | 2013-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Only power-of-two FFTs are supported; so to get a full spectrum (that is, one up to Nyquist), the height must be a power of two. Therefore, change the default height from 480 to 512. Signed-off-by: Rudolf Polzer <divverent@xonotic.org> | ||||
* | | doc/syntax: add missing frame sizes | Dave Rice | 2013-02-03 | 1 | -0/+16 |
| | | | | | | | | | | | | Adding missing frame sizes used in parseutils.c to the documentation. Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | | doc/syntax: fix frame rate documentation | Dave Rice | 2013-02-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This patch corrects a mistake in the documentation and aligns the documentation of frame rates to the values that exist in parseutils.c. Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | | lavfi/pad: add support to named options | Stefano Sabatini | 2013-02-03 | 1 | -37/+45 |
| | | |||||
* | | doc: update filter_design.txt to API changes. | Nicolas George | 2013-02-02 | 1 | -43/+39 |
| | | |||||
* | | doc/indevs: add missing final dot in v4l2 option value description | Stefano Sabatini | 2013-02-02 | 1 | -1/+1 |
| | | | | | | | | Fix inconsistency. |