Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-11Merge commit '1339009c4924a20e872aa62897097bf5d071157c'Hendrik Leppkes
2015-11-11Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes
2015-11-11Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'Hendrik Leppkes
2015-11-11Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes
2015-11-11Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa'Hendrik Leppkes
2015-11-11avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer
2015-11-10aviflter/vf_waveform: speed up non-color filtersPaul B Mahol
2015-11-10Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes
2015-11-09vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-11-09vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-11-09vf_framepack: Check and update frame_rateMichael Niedermayer
2015-11-09setpts: add FRAME_RATE constantStefano Sabatini
2015-11-09yadif: update frame rateMichael Niedermayer
2015-11-09vf_interlace: implement frame rateMichael Niedermayer
2015-11-09testsrc: set output framerateStefano Sabatini
2015-11-09vf_fps: set frame_rate.Nicolas George
2015-11-09buffersrc: accept the frame rate as argument.Nicolas George
2015-11-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2015-11-08avfilter: add anoisesrcKyle Swanson
2015-11-07lavfi/af_asyncts: remove looping on request_frame().Nicolas George
2015-11-07lavfi/af_amix: mostly fix scheduling.Nicolas George
2015-11-07lavfi/vf_framepack: fix scheduling.Nicolas George
2015-11-07lavfi/af_join: partially fix scheduling.Nicolas George
2015-11-07lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George
2015-11-07lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George
2015-11-07lavfi: remove astreamsync.Nicolas George
2015-11-07lavfi: add realtime filter.Nicolas George
2015-11-07lavfi: add testsrc2 test source.Nicolas George
2015-11-06vf_pad: fix x, y option expression evaluationJohn Stebbins
2015-11-04avfilter/showcqt: remove yuv offsetMuhammad Faiz
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-11-04avfilter/vf_rotate: correct log messageGanesh Ajjanagadde
2015-11-02avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde
2015-11-02vf_boxblur: Templatize blur{8,16}Timothy Gu
2015-10-31avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-31avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer
2015-10-31avfilter/showcqt: fix dependency with avformatMuhammad Faiz
2015-10-30vf_lut: Add support for RGB48 and RGBA64.Steven Robertson
2015-10-30avfilter/avf_showvolume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde
2015-10-30avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde
2015-10-30avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde
2015-10-30avfilter/vf_psnr: use log10 instead of log()/log(10)Ganesh Ajjanagadde
2015-10-30avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde
2015-10-29avfilter/tremolo: fix wavetable buffer sizeKyle Swanson
2015-10-29avfilter/asrc_sine: fix options typosKyle Swanson
2015-10-29avfilter/showcqt: fix compilation with libswscale disabledJames Almer
2015-10-28avfilter/avf_showcqt: Fix ;;Michael Niedermayer
2015-10-28avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27drawutils: ReindentTimothy Gu