Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/encoders: Move libxavs2 to correct place in alphabetical order | Mark Thompson | 2018-11-18 | 1 | -46/+46 |
| | |||||
* | avfilter: add dedot video filter | Paul B Mahol | 2018-11-16 | 1 | -0/+24 |
| | |||||
* | doc/filters: improve afftfilt documentation | Paul B Mahol | 2018-11-16 | 1 | -4/+4 |
| | |||||
* | avfilter/vf_lut2: implement support for different input depths | Paul B Mahol | 2018-11-15 | 1 | -0/+4 |
| | |||||
* | avfilter/af_afftfilt: extend filter functionality | Paul B Mahol | 2018-11-11 | 1 | -2/+14 |
| | |||||
* | avcodec : add prores_metadata bsf for set the color property of each prores ↵ | Martin Vignali | 2018-11-11 | 1 | -0/+66 |
| | | | | frame | ||||
* | avfilter/vf_lut3d: add spline 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+4 |
| | |||||
* | libvpxenc: extend auto-alt-ref range | James Zern | 2018-11-09 | 1 | -0/+1 |
| | | | | | | | vp9 now supports [0, 6] Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: James Zern <jzern@google.com> | ||||
* | libvpxenc,vp9: add enable-tpl option | James Zern | 2018-11-09 | 1 | -0/+2 |
| | | | | | | enables temporal dependency model Signed-off-by: James Zern <jzern@google.com> | ||||
* | avfilter/af_afir: add minp/maxp options to control latency and speed | Paul B Mahol | 2018-11-08 | 1 | -0/+10 |
| | |||||
* | avfilter/avf_showspectrum: add terrain color map | Paul B Mahol | 2018-11-08 | 1 | -0/+4 |
| | |||||
* | avfilter/avf_showspectrum: add cividis colormap | Paul B Mahol | 2018-11-08 | 1 | -0/+4 |
| | |||||
* | avfilter/af_afir: implement rate option | Paul B Mahol | 2018-11-08 | 1 | -0/+3 |
| | |||||
* | avfilter/avf_showspectrum: add plasma color map | Paul B Mahol | 2018-11-07 | 1 | -0/+4 |
| | |||||
* | avfilter/avf_showspectrum: add viridis color map | Paul B Mahol | 2018-11-07 | 1 | -0/+4 |
| | |||||
* | avcodec: libdav1d AV1 decoder wrapper. | James Almer | 2018-11-05 | 1 | -2/+2 |
| | | | | | | | Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | doc/filters: add tonemap_opencl document. | Ruiling Song | 2018-11-05 | 1 | -0/+96 |
| | | | | | Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Gyan Doshi <gyandoshi@gmail.com> | ||||
* | doc/filters: add document for opencl filters | Ruiling Song | 2018-11-05 | 1 | -0/+486 |
| | | | | | | 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 deinterlacer | Philip Langdale | 2018-11-02 | 1 | -0/+58 |
| | | | | | | 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 filter | Paul B Mahol | 2018-11-02 | 1 | -0/+40 |
| | |||||
* | doc/APIchanges: Update for 4.1 | Michael Niedermayer | 2018-11-01 | 1 | -11/+13 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing ↵ | Anton Platov | 2018-11-01 | 1 | -0/+17 |
| | | | | | | | 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 examples | Paul B Mahol | 2018-11-01 | 1 | -0/+22 |
| | |||||
* | doc/fate.texi: Mention that samples should be uploaded before pushing ↵ | Michael Niedermayer | 2018-10-31 | 1 | -0/+2 |
| | | | | | | dependent commits Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter: add (a)graphmonitor filter(s) | Paul B Mahol | 2018-10-31 | 1 | -0/+57 |
| | |||||
* | doc/hls: fix grammar for HLS options | Werner Robitza | 2018-10-30 | 1 | -5/+5 |
| | | | | | | | | 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 section | Paul B Mahol | 2018-10-29 | 1 | -0/+2 |
| | | | | Previously there was no description at all. | ||||
* | avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2() | Michael Niedermayer | 2018-10-27 | 1 | -0/+3 |
| | | | | | | | | | 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 slices | Mark Thompson | 2018-10-27 | 1 | -0/+2 |
| | | | | | | 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 window | Paul B Mahol | 2018-10-27 | 1 | -0/+3 |
| | |||||
* | avcodec: Implement Archimedes VIDC encoder/decoder | Cameron Cawley | 2018-10-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com> | ||||
* | avfilter: add xstack filter | Paul B Mahol | 2018-10-26 | 1 | -0/+55 |
| | |||||
* | doc/APIchanges: add entry for AV_FRAME_DATA_S12M_TIMECODE | James Almer | 2018-10-24 | 1 | -0/+3 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/libsrt: add several options supported in srt 1.3.0 | Matsuzawa Tomohiro | 2018-10-23 | 1 | -2/+83 |
| | | | | | | | | | | 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 position | Dave Rice | 2018-10-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | 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 filter | Paul B Mahol | 2018-10-23 | 1 | -0/+29 |
| | |||||
* | avfilter/setparam : add options to set color primaries, trc, space | Martin Vignali | 2018-10-21 | 1 | -0/+73 |
| | |||||
* | avfilter/setparams : merge setfield and setrange filter to setparams filter | Martin Vignali | 2018-10-21 | 1 | -0/+46 |
| | | | | setfield and setrange filters are kept. | ||||
* | avfilter: add chromahold filter | Paul B Mahol | 2018-10-21 | 1 | -0/+20 |
| | |||||
* | avfilter/af_afir: calculate group delay too | Paul B Mahol | 2018-10-21 | 1 | -1/+1 |
| | |||||
* | avfilter: add sinc source filter | Paul B Mahol | 2018-10-19 | 1 | -0/+43 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | doc/bitstream_filters: Add av1_metadata | Mark Thompson | 2018-10-16 | 1 | -0/+52 |
| | |||||
* | doc/filters: update silenceremove documentation | Paul B Mahol | 2018-10-15 | 1 | -8/+29 |
| | |||||
* | doc/filters: do not mention removed option from afir filter | Paul B Mahol | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | avformat: add SER demuxer | Paul B Mahol | 2018-10-13 | 1 | -0/+1 |
| | |||||
* | avcodec/mediacodec: add av_mediacodec_render_buffer_at_time() | Aman Gupta | 2018-10-11 | 1 | -0/+3 |
| | | | | | | | | | | 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 gtype | Paul B Mahol | 2018-10-10 | 1 | -4/+5 |
| | |||||
* | libavfilter/ebur128: add scale parameter | Daniel Molkentin | 2018-10-10 | 1 | -0/+5 |
| | | | | | | | | 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 range | Daniel Molkentin | 2018-10-10 | 1 | -0/+3 |
| | | | | | | | 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 option | Daniel Molkentin | 2018-10-10 | 1 | -1/+8 |
| | | | | | | | | 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> |