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-08lavfi: fix use-after-free in ff_filter_frame.Nicolas George
2013-01-06lavfi/kerndeint: remove unused pixel_step.Clément Bœsch
2013-01-06lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch
2013-01-06vf_tinterlace: fix logical/bit op mixupMichael Niedermayer
2013-01-06lavfi/kerndeint: get pix format description only once.Clément Bœsch
2013-01-06lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch
2013-01-06vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer
2013-01-06libavfilter/video.h: remove unused things related to the start/slice/end APIMichael Niedermayer
2013-01-06internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer
2013-01-05Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos
2013-01-05lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini
2013-01-05lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron
2013-01-05lavfi: add histeq filterStefano Sabatini
2013-01-05lavfi: add kerndeint filterStefano Sabatini
2013-01-05lavfi/drawutils: fix typoMatthieu Bouron
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