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-12-08lavfi/setfield: add support to named options and introspectionStefano Sabatini
2012-12-08lavfi/setfield: switch to filter_frame APIMatthieu Bouron
2012-12-08lavfi/idet: switch to filter_frame APIMatthieu Bouron
2012-12-08lavfi/version: remove unused dropped symbolStefano Sabatini
2012-12-08lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini
2012-12-08lavfi/volume_justin: add support to option shorthands and introspectionStefano Sabatini
2012-12-08lavfi/volume_justin: fix a few grammar inconsistencies in options descriptionStefano Sabatini
2012-12-08lavfi/sendcmd: switch to filter_frame APIStefano Sabatini
2012-12-08lavfi/swapuv: switch to filter_frame APIStefano Sabatini
2012-12-07lavfi/alphaextract: consistently prefer "cur" over "in" in filter_frame()Stefano Sabatini
2012-12-07lavfi/alphaextract: access outlink properties rather than out_buf->videoStefano Sabatini
2012-12-07lavfi/alphaextract: fix assignment of invalid size value to memcpy in case li...Stefano Sabatini
2012-12-07lavfi/alphaextract: switch to filter_frame() APIStefano Sabatini
2012-12-07lavfi/alphaextract: drop cur_linesize = out_linesize branch in draw_slice()Stefano Sabatini
2012-12-07Fix compilation with yasm 0.6.2.Carl Eugen Hoyos
2012-12-07lavfi/tinterlace: drop redundant NULL checks in uninit()Stefano Sabatini
2012-12-07lavfi/tinterlace: add support to option parsingStefano Sabatini
2012-12-07lavfi/tinterlace: switch to filter_frame APIStefano Sabatini
2012-12-07lavfi/mp: switch to ff_filter_frame.Clément Bœsch
2012-12-06lavfi/deshake: small align prettifying.Clément Bœsch
2012-12-06lavfi/deshake: switch inverted comments.Clément Bœsch
2012-12-06lavfi/deshake: remove unecessary check before unref.Clément Bœsch
2012-12-06lavfi/deshake: switch to filter_frame.Clément Bœsch
2012-12-06Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer
2012-12-06lavfi: rename af_volume to af_volume_stefanoMichael Niedermayer
2012-12-06Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c'Michael Niedermayer
2012-12-06lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch
2012-12-06lavfi/field: switch to filter_frame APIStefano Sabatini
2012-12-06lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini
2012-12-06lavfi/mp: remove dead extern vf_info_t declarations.Clément Bœsch
2012-12-06lavfi/mp: add ff_ prefix to exported symbolsanonymous
2012-12-05lavfi: add volume filterJustin Ruggles
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05lavfi/subtitles: 10l close codec before format.Clément Bœsch
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-04lavfi/drawtext: add the reload option.Nicolas George
2012-12-04lavfi/mp: fix invalid read with filters with no argument.Clément Bœsch
2012-12-04lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch
2012-12-04lavfi: add subtitles filter.Clément Bœsch
2012-12-04lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch
2012-12-03lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch
2012-12-02lavfi/bbox: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/alphamerge: fix leak introduced in 217163ebStefano Sabatini
2012-12-02lavfi/vf_super2xsai: fix output ref size.Nicolas George
2012-12-02lavfi/framestep: switch to ff_filter_frame APIStefano Sabatini
2012-12-02lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini
2012-12-02lavfi/hue: move to ff_filter_frame.Clément Bœsch
2012-12-02lavfi/vf_tile: forward errors.Nicolas George