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-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
2013-07-29lavfi: add compand filterPaul B Mahol
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun
2013-07-28Merge commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2'Michael Niedermayer
2013-07-28Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer
2013-07-27Add missing deprecation attributesDiego Biurrun
2013-07-27buffersink: K&R formatting cosmeticsDiego Biurrun
2013-07-27avfilter/vf_scale: set in_color_matrix default to "auto"Michael Niedermayer
2013-07-27avfilter/vf_scale: use sws_getCoefficients()Michael Niedermayer
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-07-26lavfi/gradfun: remove nv21/nv12 as they are not supportedPaul B Mahol
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol
2013-07-25avfilter/can_merge_formats: fix memleakMichael Niedermayer
2013-07-25avfilter/avfiltergraph: fix check using the wrong variablesMichael Niedermayer
2013-07-25avfilter/vf_scale: use the inputs color range when its set and its not overri...Michael Niedermayer
2013-07-24vf_scale: add input h/v_chr_pos parametersMichael Niedermayer
2013-07-24vf_scale: add output h/v_chr_pos parameterssMichael Niedermayer
2013-07-23avfilter/avfiltergraph: minor cosmeticMichael Niedermayer
2013-07-23avfilter: Dont partially merge listsMichael Niedermayer
2013-07-22avfilter/REDUCE_FORMATS: fix bug that ended reducing too earlyMichael Niedermayer
2013-07-21vfilter/vf_scale: avoid using "{}"Michael Niedermayer
2013-07-21avfilter/vf_scale; fix indentMichael Niedermayer
2013-07-21avfilter/vf_scale: add in/out color range optionMichael Niedermayer
2013-07-21avfilter/vf_scale: Add in/out yuv color matrix optionMichael Niedermayer
2013-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-20avfilter/vf_separatefields: fix ;;Michael Niedermayer
2013-07-20avfilter: fix preprocessor conditionwm4
2013-07-19avfilter/vf_yadif:remove unneeded include assert.hMichael Niedermayer
2013-07-19lavfi: filtfmts: use newer avfilter APIsVittorio Giovara
2013-07-18lavf/concat: Never fail for sample aspect ratio 0:1.Carl Eugen Hoyos
2013-07-18lut3d: Fix reading 3dl files with leading comments.Carl Eugen Hoyos
2013-07-18lavfi/scale: allocate interlaced scalers only if needed.Nicolas George
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18vf_scale: use sws_init_context()Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12'Michael Niedermayer
2013-07-17pthread: Rename thread_init to avoid symbol collisionSean McGovern
2013-07-15lavfi/scale: remove av_opt_free()Paul B Mahol
2013-07-15avfilter/avf_concat: fix AVOption flags typoMichael Niedermayer
2013-07-15lavfi/stereo3d: subsampled yuv support for non-anaglyph outputsPaul B Mahol
2013-07-14lavfi/drawutils: set subsampling for rgb tooPaul B Mahol
2013-07-14lavfi/mp: remove mp=perspectivePaul B Mahol
2013-07-14lavfi: port perspective filter from libmpcodecsPaul B Mahol
2013-07-14lavfi/aecho: fix invalid freePaul B Mahol