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
2013-01-04lavfi/yadif: add support to named constantsStefano Sabatini
2013-01-04lavfi/yadif: add support to named options and options introspectionStefano Sabatini
2013-01-04lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini
2013-01-04lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini
2013-01-04lavfi/yadif: remove unused poll_frame callbackStefano Sabatini
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2013-01-02lavfi/avfiltergraph: check pick_format return code.Nicolas George
2013-01-01lavfi/lut: use ff_fill_rgba_map()Paul B Mahol
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2013-01-01lavfi/avcodec: fix typoPaul B Mahol
2013-01-01lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George
2012-12-31lavfi/avfiltergraph: print query_formats errors.Nicolas George
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-12-31lavfi/Makefile: add missing dependencies to FFLIBS.Clément Bœsch
2012-12-31lavfi/Makefile: make FFLIBS list consistent.Clément Bœsch
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