aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/filters: reformat various filter tables itemsStefano Sabatini2013-02-031-32/+64
| | | | Improve overall consistency.
* lavu/parseutils: add digital cinema frame sizesDave Rice2013-02-031-0/+12
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* lavfi/showspectrum: set default height to 512Rudolf Polzer2013-02-031-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 sizesDave Rice2013-02-031-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 documentationDave Rice2013-02-031-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 optionsStefano Sabatini2013-02-031-37/+45
|
* doc: update filter_design.txt to API changes.Nicolas George2013-02-021-43/+39
|
* doc/indevs: add missing final dot in v4l2 option value descriptionStefano Sabatini2013-02-021-1/+1
| | | | Fix inconsistency.
* doc/filters: fix syntax and typo for the afade curve optionStefano Sabatini2013-02-011-11/+23
|
* doc/filters: create a dedicated examples section for lut*, and itemizeStefano Sabatini2013-02-011-9/+33
|
* doc/filters: fix syntax and description for the lut* optionsStefano Sabatini2013-02-011-12/+24
|
* doc/muxers: fix level for the segment options subsectionStefano Sabatini2013-02-011-1/+1
| | | | Properly declare it like a @subsection, rather than as a @section.
* doc/muxers.texi: Fix mp3 picture attachment documentation.Carl Eugen Hoyos2013-02-011-3/+4
|
* Merge commit 'f2960097e42ddf9a356bab6547f87906f6999e0a'Michael Niedermayer2013-02-011-4/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f2960097e42ddf9a356bab6547f87906f6999e0a': bink: fix a check for the first frame. doc/developer: Drop obsolete MPlayer reference doc/developer: Add ISC license to list of acceptable licenses doc/developer: Add web links for all suggested licenses Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/developer: Drop obsolete MPlayer referenceDiego Biurrun2013-02-011-2/+0
| |
| * doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun2013-02-011-2/+4
| |
| * doc/developer: Add web links for all suggested licensesDiego Biurrun2013-02-011-2/+5
| |
* | doc/indevs: document v4l2 optionsStefano Sabatini2013-01-311-0/+69
| | | | | | | | Reviewed-By: Giorgio Vazzana <mywing81@gmail.com>
* | doc/indevs: itemize examples for the v4l2 deviceStefano Sabatini2013-01-311-4/+10
| |
* | doc/filters: fix afade cuve types listingPaul B Mahol2013-01-311-20/+10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/indevs: apply misc fixes to the v4l2 documentationStefano Sabatini2013-01-311-7/+10
| | | | | | | | Reviewed-by: Giorgio Vazzana <mywing81@gmail.com>
* | Port biquads filters from SoXPaul B Mahol2013-01-311-0/+268
| | | | | | | | | | | | | | Adds allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass and treble filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavd/v4l2: add list_standards optionGiorgio Vazzana2013-01-311-0/+2
| | | | | | | | | | | | | | Since the user is expected to choose the standard by name (with -standard option), add the possibility to list all the supported standards. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/eval: sort functions by nameStefano Sabatini2013-01-311-100/+100
| |
* | doc/eval: fix/extend documentation for taylor() functionStefano Sabatini2013-01-311-7/+14
| |
* | doc/eval: fix/extend documentation for root() functionStefano Sabatini2013-01-311-2/+11
| |
* | ffmpeg: remove -crop* and -pad* optionsStefano Sabatini2013-01-271-15/+0
| | | | | | | | | | The options have been deprecated and are non-operational since more than two years.
* | ffmpeg: implement -force_key_frames expression evalutionStefano Sabatini2013-01-271-0/+38
| |
* | Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568'Michael Niedermayer2013-01-271-1/+1
|\| | | | | | | | | | | | | | | * commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568': Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. doc: update the reference for the title Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: update the reference for the titleLuca Barbato2013-01-261-1/+1
| | | | | | | | The recent texi2html exports the title as 'fulltitle_no_texi'.
* | doc/texi2pod: fix warnings introduced in ↵Stefano Sabatini2013-01-261-1/+1
| | | | | | | | | | | | e7e14bc69a606a6bec82efef729263cd38f122d4 The variable "$section" was replaced by "$chapter".
* | Merge commit 'ded3673d77943c376d94e8157b1238bbd1eeca2d'Michael Niedermayer2013-01-261-23/+167
|\| | | | | | | | | | | | | | | | | | | | | * commit 'ded3673d77943c376d94e8157b1238bbd1eeca2d': doc: document libx264 options and mappings libx264: introduce -x264-params private option Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: document libx264 options and mappingsLuca Barbato2013-01-251-0/+182
| |
* | Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer2013-01-262-2/+22
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '38c1466ca41c73c7ce347da702362cb69c151716': dict: add av_dict_parse_string() doc: support multitable in texi2pod Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dict: add av_dict_parse_string()Justin Ruggles2013-01-251-0/+4
| | | | | | | | | | | | Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * doc: support multitable in texi2podLuca Barbato2013-01-251-2/+18
| |
* | lavfi/vf_drawtext: default to expansion=normal.Nicolas George2013-01-261-6/+6
| |
* | lavfi: version bump and change log entries after the last commits.Nicolas George2013-01-261-0/+3
| |
* | lavfi/buffersrc: accept unknown channel layouts.Nicolas George2013-01-261-0/+5
| |
* | ffmpeg: add -guess_layout_max option.Nicolas George2013-01-261-0/+6
| |
* | doc/filters: apply minor fixesStefano Sabatini2013-01-251-4/+3
| |
* | lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-251-0/+13
| |
* | setpts: deprecate RTCTIME, we have time(0) which is more genericMichael Niedermayer2013-01-251-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-251-0/+13
|\| | | | | | | | | | | | | | | | | | | * qatar/master: avfilter: allow setpts filter to use wallclock time for calculations Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-251-0/+9
| | | | | | | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-251-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b85a5e87af4254b80913fe33591d96361f30832b': lavu: Add av_strnstr() h264: Allow discarding the cropping information from SPS Conflicts: Changelog doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-251-0/+3
| | | | | | | | | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | lavf/img2enc: extend current options documentationStefano Sabatini2013-01-251-2/+7
| |
* | doc/faq: fill missing word in the concat protocol entryStefano Sabatini2013-01-251-1/+1
| |
* | doc/faq: mention concat protocol documentation in the protocol concatenation ↵Stefano Sabatini2013-01-251-0/+4
| | | | | | | | entry