summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1339009c4924a20e872aa62897097bf5d071157c'Hendrik Leppkes2015-11-111-7/+6
|\
| * vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-11-091-1/+26
| * vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-091-0/+1
* | Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes2015-11-111-10/+10
|\ \ | |/
| * vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-091-10/+21
| * vf_interlace: implement frame rateMichael Niedermayer2015-11-091-0/+2
* | Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'Hendrik Leppkes2015-11-111-2/+3
|\ \ | |/
| * setpts: add FRAME_RATE constantStefano Sabatini2015-11-091-0/+9
| * testsrc: set output framerateStefano Sabatini2015-11-091-8/+6
* | Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes2015-11-111-2/+3
|\ \ | |/
| * yadif: update frame rateMichael Niedermayer2015-11-091-0/+4
| * vf_fps: set frame_rate.Nicolas George2015-11-091-3/+4
| * buffersrc: accept the frame rate as argument.Nicolas George2015-11-091-0/+3
* | Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa'Hendrik Leppkes2015-11-112-5/+5
|\ \ | |/
| * lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-093-1/+15
* | avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer2015-11-111-1/+1
* | aviflter/vf_waveform: speed up non-color filtersPaul B Mahol2015-11-101-140/+56
* | Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes2015-11-101-5/+5
|\ \ | |/
| * vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-061-5/+5
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | avfilter: add anoisesrcKyle Swanson2015-11-084-2/+211
* | lavfi/af_asyncts: remove looping on request_frame().Nicolas George2015-11-071-2/+1
* | lavfi/af_amix: mostly fix scheduling.Nicolas George2015-11-071-80/+62
* | lavfi/vf_framepack: fix scheduling.Nicolas George2015-11-071-3/+15
* | lavfi/af_join: partially fix scheduling.Nicolas George2015-11-071-17/+33
* | lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-071-2/+4
* | lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-071-3/+2
* | lavfi: remove astreamsync.Nicolas George2015-11-073-245/+0
* | lavfi: add realtime filter.Nicolas George2015-11-073-0/+136
* | lavfi: add testsrc2 test source.Nicolas George2015-11-073-0/+273
* | avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-031-36/+36
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-034-11/+5
* | avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-031-2/+2
* | avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde2015-11-021-1/+2
* | vf_boxblur: Templatize blur{8,16}Timothy Gu2015-11-011-66/+44
* | avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-311-1/+2
* | avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer2015-10-311-8/+8
* | avfilter/showcqt: fix dependency with avformatMuhammad Faiz2015-10-301-1/+1
* | vf_lut: Add support for RGB48 and RGBA64.Steven Robertson2015-10-301-2/+48
* | avfilter/avf_showvolume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* | avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* | avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde2015-10-291-1/+1
* | avfilter/vf_psnr: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* | avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* | avfilter/tremolo: fix wavetable buffer sizeKyle Swanson2015-10-291-3/+3
* | avfilter/asrc_sine: fix options typosKyle Swanson2015-10-291-2/+2
* | avfilter/showcqt: fix compilation with libswscale disabledJames Almer2015-10-291-1/+1
* | avfilter/avf_showcqt: Fix ;;Michael Niedermayer2015-10-281-1/+1
* | avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-283-486/+1174
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-274-6/+6
OpenPOWER on IntegriCloud