summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/filters: fixes for scale filterGyan Doshi2019-10-171-7/+8
| | | | Adjusted formatting and prose for option force_divisible_by in scale filter
* avfilter: add arnndn filterPaul B Mahol2019-10-161-0/+11
|
* doc/APIchanges: add missing entry for the new runtime param AVOption flagJames Almer2019-10-141-0/+3
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/filters: document colorchannelmixer commandsPaul B Mahol2019-10-141-0/+4
|
* doc/filters: document amplify commandsPaul B Mahol2019-10-141-0/+12
|
* doc/filters: document scroll commandsPaul B Mahol2019-10-141-0/+10
|
* doc/filters: document new featurePaul B Mahol2019-10-141-0/+9
|
* avfilter/vf_geq: allow user to set interpolation methodPaul B Mahol2019-10-141-0/+8
|
* avfilter/vf_waveform: add yflat filterPaul B Mahol2019-10-121-0/+3
|
* avfilter/vf_waveform: add invert graticulePaul B Mahol2019-10-121-0/+3
|
* avutil/eval: add sgn()Paul B Mahol2019-10-121-0/+3
|
* doc/filters: add more examples for afftfiltPaul B Mahol2019-10-091-0/+12
|
* doc/filters: document atempo commandPaul B Mahol2019-10-091-0/+9
|
* doc/filters: mention rubberband supported commandsPaul B Mahol2019-10-091-0/+13
|
* avfilter/af_anlms: add support for commandsPaul B Mahol2019-10-081-1/+5
|
* doc/formats: Update documentation for chromaprintAndriy Gelman2019-10-081-4/+6
| | | | | | Silence detection can only be set with algorithm version 3. Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
* avfilter/af_adelay: add option which changes how unset channels are delayedPaul B Mahol2019-10-071-0/+10
| | | | Fixes #8032.
* doc/filters: fix few more typosPaul B Mahol2019-10-061-2/+2
|
* avfilter/vf_avgblur: add support for commandsPaul B Mahol2019-10-061-0/+7
|
* avfilter/vf_gblur: add support for commandsPaul B Mahol2019-10-061-0/+7
|
* avfilter: add anlms filterPaul B Mahol2019-10-061-0/+52
|
* doc/codecs: Update documentation for flags/flags2Jun Zhao2019-10-061-3/+8
| | | | | | Update documentation for flags/flags2 Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* doc/filters: fix typoPaul B Mahol2019-10-031-1/+1
|
* avfilter/vsrc_sierpinski: add triangle typePaul B Mahol2019-10-031-1/+4
|
* avfilter/vf_drawbox: implement process_commandPaul B Mahol2019-10-011-0/+14
|
* libavfilter: add photosensitivity filterVladimir Panteleev2019-09-301-0/+20
|
* avfilter: add scroll video filterPaul B Mahol2019-09-301-0/+20
|
* avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol2019-09-301-0/+4
|
* doc/examples/muxing: fix underflow in duration of encoded streamsPaul B Mahol2019-09-291-2/+2
| | | | | | Now they are exactly 10 seconds long. Fixes #5684.
* doc/filters: add more advanced silenceremove examplePaul B Mahol2019-09-281-0/+8
|
* doc/ffmpeg: -timelimit is in user timeLou Logan2019-09-271-1/+1
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: warn about gaps/overlaps in xstackGyan Doshi2019-09-261-0/+5
|
* doc/filters: add 4x4 layout example for xstack filterLimin Wang2019-09-261-7/+50
| | | | | | | Add layouts for existing examples. Reviewed-by: Gyan <ffmpeg@gyani.pro> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec: add max_samplesMichael Niedermayer2019-09-251-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add sierpinski video sourcePaul B Mahol2019-09-251-0/+22
|
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-251-0/+3
|
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-221-0/+6
|
* avfilter/vf_v360: add hammer projectionPaul B Mahol2019-09-211-0/+3
|
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-201-0/+47
| | | | | | | | | Implemented as a variant of the hash muxer, reusing most functions, and making use of the previously introduced array of hashes. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_v360: add ball projection formatPaul B Mahol2019-09-191-0/+3
|
* doc: various spelling, grammar and formatting fixesMoritz Barsnick2019-09-182-36/+37
| | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
* avfilter/vf_v360: add mercator projectionPaul B Mahol2019-09-171-0/+3
|
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-0/+1
| | | | | Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov
* doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations ↵Michael Niedermayer2019-09-161-3/+4
| | | | | | and code" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-151-3/+3
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_stereo3d: add tb (top-bottom) aliasesPaul B Mahol2019-09-151-0/+8
|
* doc/filters: add another v360 examplePaul B Mahol2019-09-141-0/+5
|
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-141-0/+15
|
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-141-2/+8
|
* avfilter/vf_v360: add dfisheye outputPaul B Mahol2019-09-121-1/+2
|
OpenPOWER on IntegriCloud