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
2012-11-29vf_yadif: switch to filter_frame, this filter did not support slicesAnton Khirnov
2012-11-29vf_fade: switch to filter_frameAnton Khirnov
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-29vf_lut: switch to filter_frameAnton Khirnov
2012-11-29vf_hflip: switch to filter_frameAnton Khirnov
2012-11-29f_setpts: switch to filter_frameAnton Khirnov
2012-11-29f_settb: switch to filter_frameAnton Khirnov
2012-11-29src_movie: switch to filter_frameMichael Niedermayer
2012-11-29vsrc_testsrc: switch to filter_frameAnton Khirnov
2012-11-29vsink_nullsink: switch to filter_frameAnton Khirnov
2012-11-29vf_unsharp: switch to filter_frame, this filter did not support slicesAnton Khirnov
2012-11-29vf_transpose: switch to filter_frameMichael Niedermayer
2012-11-29vf_select: switch to filter_frameAnton Khirnov
2012-11-29vf_showinfo: switch to filter_frameAnton Khirnov
2012-11-29vf_pad: switch to filter_frameMichael Niedermayer
2012-11-28vf_pixdesctest: switch to filter_frameMichael Niedermayer
2012-11-28vf_libopencv: switch to filter_frame, this filter did not support slicesAnton Khirnov
2012-11-28lavfi/geq: switch to filter_frame.Clément Bœsch
2012-11-28vf_gradfun: switch to filter_frame, this filter did not support slicesAnton Khirnov
2012-11-28vf_frei0r: switch to filter_frame, the filter did not support slicesAnton Khirnov
2012-11-28lavfi/edgedetect: switch to filter_frame.Clément Bœsch
2012-11-28vf_fps: switch to filter_frameAnton Khirnov
2012-11-28vf_fieldorder: switch to filter_frame, this filter did not support real slicesAnton Khirnov
2012-11-28libavfilter/fifo: fix indentMichael Niedermayer
2012-11-28vf_boxblur: cosmetics to reduce diff to qatarMichael Niedermayer
2012-11-28vf_drawtext: switch to filter_frame, this filter did not support slicesMichael Niedermayer
2012-11-28vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer
2012-11-28vf_hqdn3d: fix permissionsMichael Niedermayer
2012-11-28vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer
2012-11-28vf_boxblur: switch to filter_frame, boxblur did not support slicesAnton Khirnov
2012-11-28libavfilter/fifo: switch to filter_frame, the filter did not support slices.Anton Khirnov
2012-11-28vf_hqdn3d: switch to filter_frameAnton Khirnov
2012-11-28libavfilter: update doxy for filter_frameMichael Niedermayer
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer
2012-11-28default_filter_frame: fix argument nameMichael Niedermayer
2012-11-28avfilter: check that filter_frame and slice variants are not both usedMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28vf_fieldorder: require write permissionsAnton Khirnov
2012-11-28vf_fieldorder: reindentAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-28lavfi: remove vf_slicifyAnton Khirnov
2012-11-28asink_nullsink: plug a memory leak.Anton Khirnov
2012-11-28lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini
2012-11-27lavfi/overlay: enable yuva420p as overlay backgroundMark Himsley
2012-11-27af_aresample: consistently use ROUNDED_DIVMichael Niedermayer
2012-11-26af_aresample: fix rounding of negative timestampsMichael Niedermayer
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer
2012-11-25avfiltergraph: add AVOption tableMichael Niedermayer
2012-11-24af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer