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-12-30lavfi/sink_buffer: switch to filter_frame.Nicolas George
2012-12-30lavfi/video: ensure that filter_frame is called.Nicolas George
2012-12-30vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer
2012-12-30lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley
2012-12-29vf_deshake: fix strict aliassing errorsMichael Niedermayer
2012-12-29avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer
2012-12-29lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL()Michael Niedermayer
2012-12-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-29Merge commit '69583bd3b1eba471366141c945030c163e073e02'Michael Niedermayer
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-28avfilter: Refactor unconditional filter registrationDiego Biurrun
2012-12-28vf_divtc: dont mix av_strdup and freeMichael Niedermayer
2012-12-28vf_detc: dont mix av_strdup & freeMichael Niedermayer
2012-12-28vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer
2012-12-27lavfi/tile: small align cosmetics.Clément Bœsch
2012-12-27lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch
2012-12-27lavfi/scale: remove usage of link->cur_buf.Clément Bœsch
2012-12-27lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch
2012-12-27lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch
2012-12-27lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch
2012-12-26build: mp filter does not depend on postproc anymorePaul B Mahol
2012-12-26vf_idet: fix type of statsMichael Niedermayer
2012-12-26lavfi/idet: remove unused assert include.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary context assignment.Clément Bœsch
2012-12-26lavfi/idet: support named parameters.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch
2012-12-26lavfi/aresample: fix styleStefano Sabatini
2012-12-25vf_pp: add postproc to the library dependencys for avfilter when enabled.Hendrik Leppkes
2012-12-25avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer
2012-12-24Merge commit '3193b13aa1e271f6d2dd68de67d448c08aef3c00'Michael Niedermayer
2012-12-23lavfi: remove mp=pp filter.Clément Bœsch
2012-12-23lavfi: add pp filter.Clément Bœsch
2012-12-23avfilter: Compile FIFO filters unconditionallyDiego Biurrun
2012-12-22lavfi/overlay: make use of av_opt_set_from_string()Stefano Sabatini
2012-12-22lavfi/overlay: switch to filter_frame APIStefano Sabatini
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-21lavfi/swapuv: use FFSWAPPaul B Mahol
2012-12-21Merge commit '69f086e0f90f23d89e5739b099a4f984fa6a7885'Michael Niedermayer
2012-12-21build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun
2012-12-20lavfi/af_aconvert: update audio->channels.Nicolas George
2012-12-20lavfi: remove init and check of rate and layout.Nicolas George
2012-12-20lavfi/buffersrc: remove init of rate and layout.Nicolas George
2012-12-20lavfi: add an accessor for ref->audio->channels.Nicolas George
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-12-20lavfi/select: fix compilation with avcodec disabled.Clément Bœsch
2012-12-19lavfi/setpts: enable debug logs, and improve/extend debug messagesStefano Sabatini
2012-12-19lavfi/gradfun: small align cosmetics.Clément Bœsch
2012-12-19lavfi/gradfun: support named options.Clément Bœsch
2012-12-19lavfi/gradfun: reduce up limit for threshold.Clément Bœsch