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
2013-09-03lavfi: port phase filter from libmpcodecsPaul B Mahol
2013-09-03avfilter/vf_yadif: reallocate frames if strides differMichael Niedermayer
2013-09-02avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer
2013-09-01Merge commit 'faa8245bd45c1a6dd220ba9407ea1c82132aa1ce'Michael Niedermayer
2013-08-31vf_lut: ConstantizeDiego Elio Pettenò
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-29avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttimeMichael Niedermayer
2013-08-29Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93'Michael Niedermayer
2013-08-28vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes
2013-08-28vf_interlace: fix file permissionsVittorio Giovara
2013-08-26avfilter/vf_fps: Work around msvc (c99wrap) build failurePavel Koshevoy
2013-08-25avfilter/graphparser: fix use of deprecated symbolsMichael Niedermayer
2013-08-25avfilter/graphdump: fix use of deprecated symbolsMichael Niedermayer
2013-08-25avfilter/filtfmts: fix use of deprecated symbolsMichael Niedermayer
2013-08-23lavfi/tile: do not leak input framePaul B Mahol
2013-08-22lavfi/hue: allow changing brightnessPaul B Mahol
2013-08-22lavfi/gradfun: support gbrpPaul B Mahol
2013-08-22lavfi/separatefields: fix frame leakPaul B Mahol
2013-08-21lavfi/hue: use lookup tablesPaul B Mahol
2013-08-21Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
2013-08-16avfilter/vf_mp: remove unused sws related functionsMichael Niedermayer
2013-08-16avfilter: remove ff_copy_int*_listMichael Niedermayer
2013-08-16lavfi/transpose: call av_frame_copy_props()Paul B Mahol
2013-08-16lavfi/transpose: support slice threadingPaul B Mahol
2013-08-16lavfi/tile: make color of blank/unused area configurablePaul B Mahol
2013-08-16avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer
2013-08-16avfilter/vf_scale: generic swscale option supportMichael Niedermayer
2013-08-13lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol
2013-08-12lavfi/trim: check for right default valuePaul B Mahol
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2013-08-10avfilter/f_sendcmd: make const arrays static constMichael Niedermayer
2013-08-09avfilter/trim: Fix assertion failure with empty framesMichael Niedermayer
2013-08-09avfilter/fifo: explicitly assert that a frame should have become available af...Michael Niedermayer
2013-08-09avfilter/vf_perspective: factor u cliping codeMichael Niedermayer
2013-08-06Merge commit '3799376dd3373ee255651ed542c75b15665801a8'Michael Niedermayer
2013-08-05lavfi/fifo: fix flushing when using request_samplesAnton Khirnov
2013-08-05Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer
2013-08-04lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov
2013-08-04vf_scale: add force_original_aspect_ratioTimothy Gu
2013-08-04avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-08-01Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'Michael Niedermayer
2013-07-31avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun
2013-07-31avfilter/af_compand: %f is for printing doublesMichael Niedermayer
2013-07-30Merge commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8'Michael Niedermayer