summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/kerndeint: remove unused pixel_step.Clément Bœsch2013-01-06
* lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-06
* vf_tinterlace: fix logical/bit op mixupMichael Niedermayer2013-01-06
* lavfi/kerndeint: get pix format description only once.Clément Bœsch2013-01-06
* lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch2013-01-06
* vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer2013-01-06
* libavfilter/video.h: remove unused things related to the start/slice/end APIMichael Niedermayer2013-01-05
* internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer2013-01-05
* Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-05
* lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-05
* lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron2013-01-05
* lavfi: add histeq filterStefano Sabatini2013-01-05
* lavfi: add kerndeint filterStefano Sabatini2013-01-05
* lavfi/drawutils: fix typoMatthieu Bouron2013-01-05
* lavfi/yadif: add support to named constantsStefano Sabatini2013-01-04
* lavfi/yadif: add support to named options and options introspectionStefano Sabatini2013-01-04
* lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini2013-01-04
* lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini2013-01-04
* lavfi/yadif: remove unused poll_frame callbackStefano Sabatini2013-01-04
* Replace references to "que" with the appropriate word.Clément Bœsch2013-01-03
* lavfi/avfiltergraph: check pick_format return code.Nicolas George2013-01-02
* lavfi/lut: use ff_fill_rgba_map()Paul B Mahol2013-01-01
* lavfi: merge all filtering code into ff_filter_frame.Nicolas George2013-01-01
* lavfi/avcodec: fix typoPaul B Mahol2013-01-01
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George2013-01-01
* lavfi/avfiltergraph: print query_formats errors.Nicolas George2012-12-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-31
|\
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* | lavfi/Makefile: add missing dependencies to FFLIBS.Clément Bœsch2012-12-31
* | lavfi/Makefile: make FFLIBS list consistent.Clément Bœsch2012-12-31
* | lavfi/sink_buffer: switch to filter_frame.Nicolas George2012-12-30
* | lavfi/video: ensure that filter_frame is called.Nicolas George2012-12-30
* | vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer2012-12-30
* | lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer2012-12-30
* | lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley2012-12-30
* | vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-29
* | avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer2012-12-29
* | lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL()Michael Niedermayer2012-12-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-29
|\|
| * cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-28
* | Merge commit '69583bd3b1eba471366141c945030c163e073e02'Michael Niedermayer2012-12-29
|\|
| * avfilter: Refactor unconditional filter registrationDiego Biurrun2012-12-28
* | vf_divtc: dont mix av_strdup and freeMichael Niedermayer2012-12-28
* | vf_detc: dont mix av_strdup & freeMichael Niedermayer2012-12-28
* | vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer2012-12-28
* | lavfi/tile: small align cosmetics.Clément Bœsch2012-12-26
* | lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-26
* | lavfi/scale: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* | lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* | lavfi/decimate: remove usage of link->cur_buf.Clément Bœsch2012-12-26