5453 Commits (1ef336e912a7a3a13a9933825a56c421f891e44b)

Author SHA1 Message Date
Michael Niedermayer 1b539fbfe3 avfilter/avf_showcqt: Fix uninitialized return code 9 years ago
Paul B Mahol 5b349c8d7c aviflter/vf_waveform: speed up non-color filters 9 years ago
John Stebbins db9b7321d5 vsrc_color: implement frame rate 9 years ago
Michael Niedermayer 1339009c49 vf_showinfo: show timebase & framerate too 9 years ago
Michael Niedermayer 11f87ca71e vf_frei0r: also set AVFilterLink.frame_rate 9 years ago
Michael Niedermayer 7d12cba95c vf_framepack: Check and update frame_rate 9 years ago
Michael Niedermayer 65e73bc60f vf_interlace: implement frame rate 9 years ago
Stefano Sabatini 018bdaed37 setpts: add FRAME_RATE constant 9 years ago
Stefano Sabatini 5e91a5c5cf testsrc: set output framerate 9 years ago
Michael Niedermayer 9df477e03e yadif: update frame rate 9 years ago
Nicolas George 1062880d69 vf_fps: set frame_rate. 9 years ago
Nicolas George 61fb67dcb2 buffersrc: accept the frame rate as argument. 9 years ago
Nicolas George 48ff6683ba lavfi: add a frame_rate field to AVFilterLink. 9 years ago
Kyle Swanson 6a11c7f160 avfilter: add anoisesrc 9 years ago
Nicolas George 785ac437be lavfi/af_asyncts: remove looping on request_frame(). 9 years ago
Nicolas George a08fb3983f lavfi/af_amix: mostly fix scheduling. 9 years ago
Nicolas George f53c4b6a18 lavfi/vf_framepack: fix scheduling. 9 years ago
Nicolas George d0b82d798d lavfi/af_join: partially fix scheduling. 9 years ago
Nicolas George 67d3f5296e lavfi/fifo: do not assume request_frame() returns a frame. 9 years ago
Nicolas George 79c1be124e lavfi/avf_concat: return immediately after requesting a frame on input. 9 years ago
Nicolas George d92e0848d9 lavfi: remove astreamsync. 9 years ago
Nicolas George 7037f9430b lavfi: add realtime filter. 9 years ago
Nicolas George b16e569312 lavfi: add testsrc2 test source. 9 years ago
John Stebbins 2ec112f71c vf_pad: fix x, y option expression evaluation 9 years ago
Muhammad Faiz 6df2c94130 avfilter/showcqt: remove yuv offset 9 years ago
Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
Ganesh Ajjanagadde 03f5bcd921 avfilter/vf_rotate: correct log message 9 years ago
Ganesh Ajjanagadde 430f943e63 avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility 9 years ago
Timothy Gu dee7440531 vf_boxblur: Templatize blur{8,16} 9 years ago
Ganesh Ajjanagadde 7910a2c269 avfilter/vf_deshake: replace qsort with AV_QSORT 9 years ago
Michael Niedermayer 34f49bfacd avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX 9 years ago
Muhammad Faiz 306808f10f avfilter/showcqt: fix dependency with avformat 9 years ago
Steven Robertson b38e685c05 vf_lut: Add support for RGB48 and RGBA64. 9 years ago
Ganesh Ajjanagadde 0fe5dcd660 avfilter/avf_showvolume: use log10 instead of log()/M_LN10 9 years ago
Ganesh Ajjanagadde b8e1980807 avfilter/vf_ssim: use log10 instead of log()/log(10) 9 years ago
Ganesh Ajjanagadde ec66bcc0e7 avfilter/avf_showspectrum: use log10 instead of log()/... 9 years ago
Ganesh Ajjanagadde 59d37f5a4e avfilter/vf_psnr: use log10 instead of log()/log(10) 9 years ago
Ganesh Ajjanagadde 4d0d85c94a avfilter/af_volume: use log10 instead of log()/M_LN10 9 years ago
Kyle Swanson 3b1939bb66 avfilter/tremolo: fix wavetable buffer size 9 years ago
Kyle Swanson e5451f25d3 avfilter/asrc_sine: fix options typos 9 years ago
James Almer fc460fe618 avfilter/showcqt: fix compilation with libswscale disabled 9 years ago
Michael Niedermayer 492dead9ac avfilter/avf_showcqt: Fix ;; 9 years ago
Muhammad Faiz f8d429e0c5 avfilter/avf_showcqt: rewrite showcqt and add features 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Timothy Gu 852c4b3d42 drawutils: Reindent 9 years ago
Timothy Gu 87d5509261 avfilter: Reindent 9 years ago
James Almer d897d4c12d x86/vf_w3fdif: use aligned loads in w3fdif_complex_high 9 years ago
Kyle Swanson dcb95ef482 avfilter: add vibrato filter 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Ganesh Ajjanagadde 68a0a164d1 avfilter/vf_removegrain: replace qsort with AV_QSORT 9 years ago