aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * avconv: allow -b to be used with streamcopyAnton Khirnov2017-02-011-0/+7
| | | | | | | | In this mode it tells the muxer about the bitrate of the input stream.
* | Merge commit 'c5c663541739cb813a2a5668ee8339b535b35d7d'Rodger Combs2017-09-261-0/+62
|\| | | | | | | | | | | | | * commit 'c5c663541739cb813a2a5668ee8339b535b35d7d': doc: add dash muxer Merged-by: Rodger Combs <rodger.combs@gmail.com>
| * doc: add dash muxerPeter Große2017-01-311-0/+62
| | | | | | | | | | Signed-off-by: Peter Große <pegro@friiks.de> Signed-off-by: Martin Storsjö <martin@martin.st>
* | Fix several typosLou Logan2017-09-217-24/+24
| | | | | | | | | | | | | | "apix_fmts" found by Marc Péchaud. "speedloss" found by Mikhail V. Signed-off-by: Lou Logan <lou@lrcd.com>
* | pixdesc: Add API to map color property names to enum valuesVittorio Giovara2017-09-211-0/+5
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | doc/indevs: Document kmsgrab input deviceMark Thompson2017-09-131-0/+62
| |
* | lavc: Add flag to mark packets containing trusted inputMark Thompson2017-09-131-0/+3
| |
* | lavu: Add DRM hwcontextMark Thompson2017-09-131-0/+3
| |
* | lavfi/framesync: reword repeatlast option help.Nicolas George2017-09-121-3/+3
| |
* | doc: update filter_design.txt.Nicolas George2017-09-121-116/+135
| |
* | add missing ignore filesJesse Liu2017-09-101-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add generic FFT video convolve filterPaul B Mahol2017-09-091-0/+18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add SUP/PGS subtitle muxerPetri Hintukainen2017-09-091-1/+1
| | | | | | | | Fixes ticket #2208
* | avfilter: add Haas stereo enhancerPaul B Mahol2017-09-081-0/+64
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-081-0/+3
| |
* | avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer2017-09-051-0/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J2017-09-051-0/+4
| | | | | | | | | | Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Steven Liu <lq@onvideo.cn>
* | avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol2017-09-051-1/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add despill filterPaul B Mahol2017-09-051-0/+35
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer2017-09-041-0/+4
| | | | | | | | | | | | | | | | This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL one. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol2017-09-041-0/+17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavd: drop QTKit indevClément Bœsch2017-09-041-44/+0
| | | | | | | | | | | | | | QTKit has been deprecated in favor of AVFoundation for years, and we have an avfoundation input device. See https://developer.apple.com/documentation/qtkit
* | doc/filters: add missing '' for blend examplePaul B Mahol2017-09-031-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: add one more blend examplePaul B Mahol2017-09-031-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_displace: add mirror edge modePaul B Mahol2017-09-031-0/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_subtitles: enable processing of alpha channelPaul B Mahol2017-09-031-0/+3
| | | | | | | | | | | | Fixes #6605. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters.texi: Add default values to vf_vaguedenoiser optionsLeo Izen2017-09-031-3/+5
| |
* | lavf: make avio_read_partial() publicwm42017-09-011-0/+3
| | | | | | | | | | | | | | | | | | Main use-case is proxying avio through a foreign I/O layer and a custom AVIO context, without losing latency and performance characteristics. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Merged from Libav commit 173b56218f39c64.
* | avio: add a destructor for AVIOContextAnton Khirnov2017-09-011-0/+3
| | | | | | | | | | | | | | | | Before this commit, AVIOContext is to be freed with a plain av_free(), which prevents us from adding any deeper structure to it. (cherry picked from commit 99684f3ae752fc8bfb44a2dd1482f8d7a3d8536d) Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/af_adelay: remove requirement that at least one delay should be ↵Paul B Mahol2017-08-301-1/+0
| | | | | | | | | | | | | | | | provided Such requirement is not necessary and code works without it just fine. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add FITS EncoderParas Chadha2017-08-301-1/+1
| | | | | | | | Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
* | Add FITS DecoderParas Chadha2017-08-301-0/+2
| | | | | | | | Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
* | doc/filters: document framesync options.Nicolas George2017-08-291-31/+45
| |
* | avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-271-0/+18
| | | | | | | | | | | | | | | | | | | | | | Fixes: loop.m3u The default max iteration count of 1000 is arbitrary and ideas for a better solution are welcome Found-by: Xiaohei and Wangchu from Alibaba Security Team Previous version reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavd: implement NewTek NDI input/output device supportMaksym Veremeyenko2017-08-272-0/+93
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | doc/filters: improve pseudocolor examplePaul B Mahol2017-08-261-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol2017-08-261-0/+12
| |
* | ffmpeg options: Enable trailing ? for map_channelpkviet2017-08-251-1/+12
| | | | | | | | | | | | | | | | | | | | | | The -map option allows for a trailing ? so that an error is not thrown if the input stream does not exist. This capability is extended to the map_channel option. This allows a ffmpeg command not to break if an input channel does not exist, which can be of use (for instance, scripts processing audio channels with sources having unset number of audio channels). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/filters: add pseudocolor examplePaul B Mahol2017-08-251-0/+10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_firequalizer: add min_phase optionMuhammad Faiz2017-08-251-0/+3
| | | | | | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and ↵Paul B Mahol2017-08-241-3/+3
| | | | | | | | grainextract
* | lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos2017-08-241-0/+1
| | | | | | | | | | Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
* | libavdevice/decklink: configurablity to set max queue sizeRavindra2017-08-221-0/+5
| | | | | | | | | | Signed-off-by: Ravindra Patagar <rpatagar@akamai.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* | doc/encoders: add "coder" option documentation for h264_vaapiJun Zhao2017-08-201-0/+12
| | | | | | | | | | Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* | vaapi_encode: Move quality option to common codeMark Thompson2017-08-201-3/+6
| | | | | | | | | | | | | | | | | | | | | | Use AVCodecContext.compression_level rather than a private option, replacing the H.264-specific quality option (which stays only for compatibility). This now works with the H.265 encoder in the i965 driver, as well as the existing cases with the H.264 encoder. (cherry picked from commit 19388a7200e5d99c703271f05dba1c806720e808)
* | avutil/eval: add linear interpolation helperPaul B Mahol2017-08-191-0/+3
| |
* | avfilter: add pseudocolor filterPaul B Mahol2017-08-191-0/+45
| |
* | filters.texi: clarify audio upsampling in loudnormKyle Swanson2017-08-171-5/+3
| | | | | | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* | filters.texi: explain audio upsampling in loudnormWerner Robitza2017-08-171-0/+4
| | | | | | | | | | | | | | Explain that audio will be upsampled to 192 kHz. Addresses issues mentioned in issue 6570. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
* | encoders.texi: Replace x264 --full-help suggestion with --fullhelpLeo Izen2017-08-161-1/+1
| | | | | | | | | | Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>