summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde2015-11-20
* Merge commit '1339009c4924a20e872aa62897097bf5d071157c'Hendrik Leppkes2015-11-11
|\
| * vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-11-09
| * vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-09
* | Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes2015-11-11
|\|
| * vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-09
| * vf_interlace: implement frame rateMichael Niedermayer2015-11-09
* | Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'Hendrik Leppkes2015-11-11
|\|
| * setpts: add FRAME_RATE constantStefano Sabatini2015-11-09
| * testsrc: set output framerateStefano Sabatini2015-11-09
* | Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes2015-11-11
|\|
| * yadif: update frame rateMichael Niedermayer2015-11-09
| * vf_fps: set frame_rate.Nicolas George2015-11-09
| * buffersrc: accept the frame rate as argument.Nicolas George2015-11-09
* | Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa'Hendrik Leppkes2015-11-11
|\|
| * lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-09
* | avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer2015-11-11
* | aviflter/vf_waveform: speed up non-color filtersPaul B Mahol2015-11-10
* | Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes2015-11-10
|\|
| * vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-06
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | avfilter: add anoisesrcKyle Swanson2015-11-08
* | lavfi/af_asyncts: remove looping on request_frame().Nicolas George2015-11-07
* | lavfi/af_amix: mostly fix scheduling.Nicolas George2015-11-07
* | lavfi/vf_framepack: fix scheduling.Nicolas George2015-11-07
* | lavfi/af_join: partially fix scheduling.Nicolas George2015-11-07
* | lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-07
* | lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-07
* | lavfi: remove astreamsync.Nicolas George2015-11-07
* | lavfi: add realtime filter.Nicolas George2015-11-07
* | lavfi: add testsrc2 test source.Nicolas George2015-11-07
* | avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-03
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-03
* | avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-03
* | avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde2015-11-02
* | vf_boxblur: Templatize blur{8,16}Timothy Gu2015-11-01
* | avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-31
* | avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer2015-10-31
* | avfilter/showcqt: fix dependency with avformatMuhammad Faiz2015-10-30
* | vf_lut: Add support for RGB48 and RGBA64.Steven Robertson2015-10-30
* | avfilter/avf_showvolume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-29
* | avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-29
* | avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde2015-10-29
* | avfilter/vf_psnr: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-29
* | avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-29
* | avfilter/tremolo: fix wavetable buffer sizeKyle Swanson2015-10-29
* | avfilter/asrc_sine: fix options typosKyle Swanson2015-10-29
* | avfilter/showcqt: fix compilation with libswscale disabledJames Almer2015-10-29
* | avfilter/avf_showcqt: Fix ;;Michael Niedermayer2015-10-28
* | avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-28