6197 Commits (992cb15e671332650ddd5020c00cf08a40bb7cf0)

Author SHA1 Message Date
  Ganesh Ajjanagadde 74b79dcf51 avfilter/vsrc_mptestsrc: use hypot() 10 years ago
  Ganesh Ajjanagadde 352bd18dff avfilter/af_dynaudnorm: remove wasteful pow 10 years ago
  Ganesh Ajjanagadde 9ee1feaa7c avfilter/af_afade: improve accuracy and speed of gain computation 10 years ago
  Paul B Mahol a330430238 avfilter/vf_stack: make it possible to stop with shortest stream 10 years ago
  Paul B Mahol 56ff563f3b avfilter: add '.' at and of long filter description where it is missing 10 years ago
  Paul B Mahol 142894d720 avfilter: do not leak frame if ff_get_audio_buffer() fails 10 years ago
  Paul B Mahol fd3df296c1 avfilter/af_alimiter: make description a bit longer 10 years ago
  Paul B Mahol 5b106215ba avfilter/af_sidechaincompress: add forgotten option 10 years ago
  Ganesh Ajjanagadde 990619968a avfilter/vsrc_mandelbrot: change sin to sinf for color computation 10 years ago
  Ganesh Ajjanagadde e9c7493f19 avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculation 10 years ago
  Timothy Gu 15dcc506d7 vsrc_mandelbrot: Don't use German in comments 10 years ago
  Marton Balint 839eb1c77d lavfi/select: add support for concatdec_select option 10 years ago
  Michael Niedermayer e4bfc726cd avfilter/vsrc_mandelbrot: Fix speed regression 10 years ago
  Paul B Mahol 04a7ce1a8c avfilter/af_afade: add missing fifo write for second stream 10 years ago
  Ganesh Ajjanagadde 18b4016431 avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2 10 years ago
  Ganesh Ajjanagadde 7769e6602d avfilter/af_dynaudnorm: use M_PI 10 years ago
  Michael Niedermayer 1b539fbfe3 avfilter/avf_showcqt: Fix uninitialized return code 10 years ago
  Paul B Mahol 5b349c8d7c aviflter/vf_waveform: speed up non-color filters 10 years ago
  John Stebbins db9b7321d5 vsrc_color: implement frame rate 10 years ago
  Michael Niedermayer 1339009c49 vf_showinfo: show timebase & framerate too 10 years ago
  Michael Niedermayer 11f87ca71e vf_frei0r: also set AVFilterLink.frame_rate 10 years ago
  Michael Niedermayer 7d12cba95c vf_framepack: Check and update frame_rate 10 years ago
  Michael Niedermayer 65e73bc60f vf_interlace: implement frame rate 10 years ago
  Stefano Sabatini 018bdaed37 setpts: add FRAME_RATE constant 10 years ago
  Stefano Sabatini 5e91a5c5cf testsrc: set output framerate 10 years ago
  Michael Niedermayer 9df477e03e yadif: update frame rate 10 years ago
  Nicolas George 1062880d69 vf_fps: set frame_rate. 10 years ago
  Nicolas George 61fb67dcb2 buffersrc: accept the frame rate as argument. 10 years ago
  Nicolas George 48ff6683ba lavfi: add a frame_rate field to AVFilterLink. 10 years ago
  Kyle Swanson 6a11c7f160 avfilter: add anoisesrc 10 years ago
  Nicolas George 785ac437be lavfi/af_asyncts: remove looping on request_frame(). 10 years ago
  Nicolas George a08fb3983f lavfi/af_amix: mostly fix scheduling. 10 years ago
  Nicolas George f53c4b6a18 lavfi/vf_framepack: fix scheduling. 10 years ago
  Nicolas George d0b82d798d lavfi/af_join: partially fix scheduling. 10 years ago
  Nicolas George 67d3f5296e lavfi/fifo: do not assume request_frame() returns a frame. 10 years ago
  Nicolas George 79c1be124e lavfi/avf_concat: return immediately after requesting a frame on input. 10 years ago
  Nicolas George d92e0848d9 lavfi: remove astreamsync. 10 years ago
  Nicolas George 7037f9430b lavfi: add realtime filter. 10 years ago
  Nicolas George b16e569312 lavfi: add testsrc2 test source. 10 years ago
  John Stebbins 2ec112f71c vf_pad: fix x, y option expression evaluation 10 years ago
  Muhammad Faiz 6df2c94130 avfilter/showcqt: remove yuv offset 10 years ago
  Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 10 years ago
  Ganesh Ajjanagadde 03f5bcd921 avfilter/vf_rotate: correct log message 10 years ago
  Ganesh Ajjanagadde 430f943e63 avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility 10 years ago
  Timothy Gu dee7440531 vf_boxblur: Templatize blur{8,16} 10 years ago
  Ganesh Ajjanagadde 7910a2c269 avfilter/vf_deshake: replace qsort with AV_QSORT 10 years ago
  Michael Niedermayer 34f49bfacd avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX 10 years ago
  Muhammad Faiz 306808f10f avfilter/showcqt: fix dependency with avformat 10 years ago
  Steven Robertson b38e685c05 vf_lut: Add support for RGB48 and RGBA64. 10 years ago
  Ganesh Ajjanagadde 0fe5dcd660 avfilter/avf_showvolume: use log10 instead of log()/M_LN10 10 years ago