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-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-09-07avfilter/af_asetnsamples: remove .needs_writable as it is not requiredPaul B Mahol
2013-09-07avfilter/af_compand: silence "maybe uninitialized" warningsMichael Niedermayer
2013-09-07avfilter/af_aecho: silence "maybe uninitialized warning"Michael Niedermayer
2013-09-06lavfi/telecine: remove bitstream and pal formatsPaul B Mahol
2013-09-06lavfi/fieldorder: work with non writtable frames tooPaul B Mahol
2013-09-06lavfi/fieldorder: remove pal8 formatPaul B Mahol
2013-09-06lavfi/fieldorder: add timeline supportPaul B Mahol
2013-09-06lavfi/fieldorder: use av_image_fill_linesizes()Paul B Mahol
2013-09-06lavfi/fieldorder: remove redundant get_video_buffer()Paul B Mahol
2013-09-06lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol
2013-09-06lavfi/mp: remove mp=filPaul B Mahol
2013-09-06lavfi/mp: remove mp=dintPaul B Mahol
2013-09-05avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer
2013-09-05avfilter/vf_yadif: fix "incompatible pointer type" warningMichael Niedermayer
2013-09-05avfilter/vf_yadif: add gbr(a)p supportMichael Niedermayer
2013-09-04lavfi/mptestsrc: use outlink->frame_countPaul B Mahol
2013-09-03lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-09-03lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol
2013-09-03lavfi/mp: remove mp=phasePaul B Mahol
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