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
2012-09-21vsrc_testsrc: Fix case without a specified durationMichael Niedermayer
2012-09-20lavfi/select: make lavc dependency optional.Clément Bœsch
2012-09-20lavfi/testsrc: increase precision of the duration parameterStefano Sabatini
2012-09-20libavfilter/filtfmts: fix argv/argc checksMichael Niedermayer
2012-09-20bavfilter/filtfmts: fix type for channel layoutsMichael Niedermayer
2012-09-18lavfi/select: make sure avctx is set before closing it.Clément Bœsch
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17avfiltergraph: silence an uninitialized variable warningAnton Khirnov
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-16lavfi/ass: mark ass_libavfilter_log_level_map as static const.Clément Bœsch
2012-09-16af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes
2012-09-15lavfi/hue: add dynamic expression evaluation supportJérémy Tran
2012-09-14lavfi/avcodec: apply cosmetics style fixesStefano Sabatini
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-13lavfi: set sample_rate in the default allocator.Nicolas George
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-09-11lavfi/amerge: clarify the error message in case of input overlapStefano Sabatini
2012-09-11lavfi/amerge: avoid a forward declaration.Clément Bœsch
2012-09-11lavfi/amerge: fix input pad name behaviour.Clément Bœsch
2012-09-10lavfi/setpts: set SAMPLE_RATE to NAN when input is no audioStefano Sabatini
2012-09-10lavfi/setpts: add FRAME_RATE constantStefano Sabatini
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09yadif: cosmeticsLuca Barbato
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini
2012-09-07vf_idet: Remove emmsDerek Buitenhuis
2012-09-07vf_colormatrix: Drop unused strings.h headerDerek Buitenhuis
2012-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07lavfi: add qp_table_sizeMichael Niedermayer
2012-09-07af_asyncts: check return value from lavr when flushing.Anton Khirnov
2012-09-07lavfi: 10l fix () placementMichael Niedermayer
2012-09-07lavfi: factor copy_video_props() outMichael Niedermayer
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer
2012-09-06lavfi/mp: drop rotate wrapperStefano Sabatini
2012-09-06lavfi/tinterlace: declare source buffers in copy_picture_field() as constStefano Sabatini
2012-09-06lavfi/tinterlace: set inlink->cur to NULL, since it is stored internallyStefano Sabatini
2012-09-06vf_hue: fix AVOption defaultsMichael Niedermayer
2012-09-05vf_scale: fix incompatible pointer type warningMichael Niedermayer
2012-09-05Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer
2012-09-05Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-09-04libavfilter/Makefile: add forgotten entries for the ff-sinksMichael Niedermayer
2012-09-04sink_buffer: fix #ifs for FF-sinksMichael Niedermayer