summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* doc/filters: add tonemap_opencl document.Ruiling Song2018-11-05
| | | | | Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
* doc/filters: add document for opencl filtersRuiling Song2018-11-05
| | | | | | Signed-off-by: Danil Iashchenko <danyaschenko@gmail.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
| | | | | | This is a cuda implementation of yadif, which gives us a way to do deinterlacing when using the nvdec hwaccel. In that scenario we don't have access to the nvidia deinterlacer.
* avfilter: add tpad filterPaul B Mahol2018-11-02
|
* doc/APIchanges: Update for 4.1Michael Niedermayer2018-11-01
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing ↵Anton Platov2018-11-01
| | | | | | | use remote network sources Signed-off-by: Anton Platov <anton@platov.net> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/filter: add some loop filter trivial examplesPaul B Mahol2018-11-01
|
* doc/fate.texi: Mention that samples should be uploaded before pushing ↵Michael Niedermayer2018-10-31
| | | | | | dependent commits Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-31
|
* doc/hls: fix grammar for HLS optionsWerner Robitza2018-10-30
| | | | | | | | This fixes the grammar of two HLS option descriptions and makes them less ambiguous. Signed-off-by: Werner Robitza <werner.robitza@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/filters: add small description to geq filter sectionPaul B Mahol2018-10-29
| | | | Previously there was no description at all.
* avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer2018-10-27
| | | | | | | | | This is needed because of 32bit float formats (which are difficult to store in 16bits) This also fixes undefined behavior found by fate Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* vaapi_encode: Support configurable slicesMark Thompson2018-10-27
| | | | | | This adds common code to query driver support and set appropriate address/size information for each slice. It only supports rectangular slices for now, since that is the most common use-case.
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
|
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-26
| | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
* avfilter: add xstack filterPaul B Mahol2018-10-26
|
* doc/APIchanges: add entry for AV_FRAME_DATA_S12M_TIMECODEJames Almer2018-10-24
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/libsrt: add several options supported in srt 1.3.0Matsuzawa Tomohiro2018-10-23
| | | | | | | | | | Several SRT options are missing. Since pkg_config requires libsrt v1.3.0 and above, it should be able to support options added in libsrt v1.3.0 and below. This commit adds 8 SRT options. sndbuf, rcvbuf, lossmaxttl, minversion, streamid, smoother, messageapi and transtype The keys of option are equivalent to stransmit. https://github.com/Haivision/srt/blob/v1.3.0/apps/socketoptions.hpp#L196-L223 Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/sdl2: add option to set window positionDave Rice2018-10-23
| | | | | | | | | | | | | | | | Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscop Some changes by Marton Balint: - allow negative position (partially or fully out-of-screen positions seem to be sanitized automatically by SDL (or my WM?), so no special handling is needed) - only show window after the position is set - do not use resizable and borderless flags at the same time, that caused issues in ffplay - add docs Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add vibrance filterPaul B Mahol2018-10-23
|
* avfilter/setparam : add options to set color primaries, trc, spaceMartin Vignali2018-10-21
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
| | | | setfield and setrange filters are kept.
* avfilter: add chromahold filterPaul B Mahol2018-10-21
|
* avfilter/af_afir: calculate group delay tooPaul B Mahol2018-10-21
|
* avfilter: add sinc source filterPaul B Mahol2018-10-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/bitstream_filters: Add av1_metadataMark Thompson2018-10-16
|
* doc/filters: update silenceremove documentationPaul B Mahol2018-10-15
|
* doc/filters: do not mention removed option from afir filterPaul B Mahol2018-10-13
|
* avformat: add SER demuxerPaul B Mahol2018-10-13
|
* avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta2018-10-11
| | | | | | | | | | The existing av_mediacodec_release_buffer allows the user to render or discard the Surface-backed frame. This new method allows the user to control exactly when the frame will be rendered to its SurfaceView. Available since Android API 21. Signed-off-by: Aman Gupta <aman@tmm1.net>
* avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol2018-10-10
|
* libavfilter/ebur128: add scale parameterDaniel Molkentin2018-10-10
| | | | | | | | This allows switching between absolute (LUFS) and relativ (LU) display in the status line. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: introduce target rangeDaniel Molkentin2018-10-10
| | | | | | | This eases meeting the target level during live mixing. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: add gauge optionDaniel Molkentin2018-10-10
| | | | | | | | Allow to show short-term instead of momentary in gauge. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin2018-10-10
| | | | | Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* ffplay: add options to specify window positionDave Rice2018-10-07
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-07
|
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-07
|
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-06
|
* avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-05
|
* avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-05
|
* avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-04
|
* avilter/af_afir: add irfmt optionPaul B Mahol2018-10-04
|
* doc/protocols: simplify and clarify UDP localaddr optionMarton Balint2018-10-03
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat/udp: add support for generic source filteringMarton Balint2018-10-03
| | | | | | | | This allows getting data only from a specific source IP. This is useful not only for unicast but for multicast as well because multicast source subscriptions do not act as source filters for the incoming packets. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_afir: make IR gain control more flexiblePaul B Mahol2018-10-03
| | | | For this reason introduce two more options.
* avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal2018-09-30
| | | | | | | | | This option is useful for maintaining input synchronization across N different hardware devices deployed for 'N-way' redundancy. The system time of different hardware devices should be synchronized with protocols such as NTP or PTP, before using this option. Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec/libzvbi-teletextdec: add formatted ass outputMarton Balint2018-09-30
| | | | | | | Inspired by the VideoLAN text decoder and its port to FFmpeg made by Aman Gupta. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-25
|
* avfilter: document mono option of silencedetect filterPaul B Mahol2018-09-23
| | | | Also provide shorter option, and reorder options in documentation.