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-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-07-19Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
2015-06-21Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer
2015-06-20af_resample: Set the number of samples in the last frameLuca Barbato
2014-10-19Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258'Michael Niedermayer
2014-10-18af_resample: check av_opt_set_dict return valueVittorio Giovara
2014-10-18Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836'Michael Niedermayer
2014-10-18resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry
2014-05-29Merge commit 'ad0fe2f4012031c47268f14b9835088c488e1998'Michael Niedermayer
2014-05-29af_resample: Use avresample_get_out_samplesLuca Barbato
2014-02-25Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d'Michael Niedermayer
2014-02-24af_resample: preserve frame propertiesAnton Khirnov
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-04-09af_resample: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-09af_resample: unref out_buf when avresample_convert returns 0Janne Grunau
2012-10-08af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-07-09af_resample: fix request_frame() behavior.Anton Khirnov
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-06-26lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov
2012-06-15af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22af_resample: remove an extra space in the log outputJustin Ruggles
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov