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
2014-03-25vf_transpose: K&R formatting cosmeticsVittorio Giovara
2014-03-24{v,a}f_showinfo: print frame side dataAnton Khirnov
2014-03-24af_volume: support using replaygain frame side dataAnton Khirnov
2014-03-22avfilter: more correct printf format specifiersDiego Biurrun
2014-03-16af_channelmap: fix ONE_STR mapping modeAnton Khirnov
2014-03-06vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov
2014-03-06lavfi: add shuffleplanes filterAnton Khirnov
2014-03-06lavfi: use the correct filter context for logging an error.Anton Khirnov
2014-03-05avfilter: Add missing emms_c when neededLuca Barbato
2014-03-04vf_frei0r: fix missing end of line characterVittorio Giovara
2014-03-04vf_frei0r: refactor library loading from env variableVittorio Giovara
2014-03-04vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara
2014-03-04vf_frei0r: adjust error messagesVittorio Giovara
2014-03-01af_compand: replace strtok_r() with av_get_token()Anton Khirnov
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-24af_volume: preserve frame propertiesAnton Khirnov
2014-02-24af_resample: preserve frame propertiesAnton Khirnov
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-15lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov
2014-02-15buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov
2014-02-12buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun
2014-02-04vf_overlay: add eof_action switchKeith Lawson
2014-01-17buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2014-01-10avfilter: fix leaks on error in ff_filter_frameVittorio Giovara
2014-01-10avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara
2014-01-10avfilter: add documentation for needs_writableVittorio Giovara
2014-01-10lavfi: add framepack filterVittorio Giovara
2014-01-06drawtext: Drop pointless headerLuca Barbato
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-15Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-19vf_interlace: check one av_frame_clone allocationVittorio Giovara
2013-11-07avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun
2013-11-05avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun
2013-11-04filtfmts-test: Fix use of deprecated APIDiego Biurrun
2013-11-04vf_fieldorder: remove superfluous get_video_bufferVittorio Giovara
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-10-22pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis
2013-10-22vf_fieldorder: log when processing is skippedVittorio Giovara
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis