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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-25avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol
2015-11-25avfilter/af_alimiter: make description a bit longerPaul B Mahol
2015-11-25avfilter/af_sidechaincompress: add forgotten optionPaul B Mahol
2015-11-25avfilter/vsrc_mandelbrot: change sin to sinf for color computationGanesh Ajjanagadde
2015-11-25avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculationGanesh Ajjanagadde
2015-11-25vsrc_mandelbrot: Don't use German in commentsTimothy Gu
2015-11-25lavfi/select: add support for concatdec_select optionMarton Balint
2015-11-24avfilter/vsrc_mandelbrot: Fix speed regressionMichael Niedermayer
2015-11-23avfilter/af_afade: add missing fifo write for second streamPaul B Mahol
2015-11-23avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde
2015-11-20avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde
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