Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-10-09doc/git-howto.texi: Document commit signingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit ced0dc807eb67516b341d68f04ce5a87b02820de) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-05-14FFmpeg 4.1.10 releaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-09Update for FFmpeg 4.1.9Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-10-06Update for 4.1.8Michael Niedermayer
2021-09-09Update for 4.1.7Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-09Update missed irc linksMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit c067d20177613e9cf74bcbd2a26e729ef7ababdb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-03Update for 4.1.6Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-01-06Update for FFmpeg 4.1.5Michael Niedermayer
2019-06-27Update for 4.1.4Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-04-01Update for 4.1.3Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-03-14Update for 4.1.2Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-01-21Update for 4.1.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-01-21doc/indevs: fix upto typoMichael Niedermayer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit b33de557470471fe5d3a07fb441ec3f548f1d50a) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-11-04avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale
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. (cherry picked from commit d5272e94ab22bfc8f01fa3174e2c4664161ddf5a)
2018-11-02Update for 4.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-11-02doc/APIchanges: Update for 4.1Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-11-01avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing ↵Anton Platov
use remote network sources Signed-off-by: Anton Platov <anton@platov.net> Signed-off-by: Marton Balint <cus@passwd.hu>
2018-11-01doc/filter: add some loop filter trivial examplesPaul B Mahol
2018-11-01doc/fate.texi: Mention that samples should be uploaded before pushing ↵Michael Niedermayer
dependent commits Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-31avfilter: add (a)graphmonitor filter(s)Paul B Mahol
2018-10-31doc/hls: fix grammar for HLS optionsWerner Robitza
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>
2018-10-29doc/filters: add small description to geq filter sectionPaul B Mahol
Previously there was no description at all.
2018-10-27avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer
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>
2018-10-27vaapi_encode: Support configurable slicesMark Thompson
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.
2018-10-27avfilter/window_func: add bohman windowPaul B Mahol
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
2018-10-26avfilter: add xstack filterPaul B Mahol
2018-10-24doc/APIchanges: add entry for AV_FRAME_DATA_S12M_TIMECODEJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-10-23avformat/libsrt: add several options supported in srt 1.3.0Matsuzawa Tomohiro
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>
2018-10-23avdevice/sdl2: add option to set window positionDave Rice
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>
2018-10-23avfilter: add vibrance filterPaul B Mahol
2018-10-21avfilter/setparam : add options to set color primaries, trc, spaceMartin Vignali
2018-10-21avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali
setfield and setrange filters are kept.
2018-10-21avfilter: add chromahold filterPaul B Mahol
2018-10-21avfilter/af_afir: calculate group delay tooPaul B Mahol
2018-10-19avfilter: add sinc source filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-10-17doc/bitstream_filters: Add av1_metadataMark Thompson
2018-10-15doc/filters: update silenceremove documentationPaul B Mahol
2018-10-13doc/filters: do not mention removed option from afir filterPaul B Mahol
2018-10-13avformat: add SER demuxerPaul B Mahol
2018-10-12avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta
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>
2018-10-10avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol
2018-10-10libavfilter/ebur128: add scale parameterDaniel Molkentin
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>
2018-10-10libavfilter/ebur128: introduce target rangeDaniel Molkentin
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>
2018-10-10libavfilter/ebur128: add gauge optionDaniel Molkentin
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>
2018-10-10libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin
Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
2018-10-07ffplay: add options to specify window positionDave Rice
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-10-07avfilter/af_afade: add logistic sigmoid curvePaul B Mahol
2018-10-07avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol
2018-10-06avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol