summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: fix use-after-free in ff_filter_frame.Nicolas George2013-01-081-1/+1
* lavfi/kerndeint: remove unused pixel_step.Clément Bœsch2013-01-061-2/+0
* lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-061-1/+1
* vf_tinterlace: fix logical/bit op mixupMichael Niedermayer2013-01-061-1/+1
* lavfi/kerndeint: get pix format description only once.Clément Bœsch2013-01-061-1/+2
* lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch2013-01-061-45/+0
* vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer2013-01-061-1/+6
* libavfilter/video.h: remove unused things related to the start/slice/end APIMichael Niedermayer2013-01-051-43/+0
* internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer2013-01-051-23/+0
* Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-051-3/+7
* lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-051-2/+2
* lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron2013-01-051-1/+0
* lavfi: add histeq filterStefano Sabatini2013-01-054-1/+301
* lavfi: add kerndeint filterStefano Sabatini2013-01-054-2/+322
* lavfi/drawutils: fix typoMatthieu Bouron2013-01-051-2/+2
* lavfi/yadif: add support to named constantsStefano Sabatini2013-01-043-24/+39
* lavfi/yadif: add support to named options and options introspectionStefano Sabatini2013-01-043-12/+30
* lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini2013-01-041-3/+3
* lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini2013-01-041-6/+7
* lavfi/yadif: remove unused poll_frame callbackStefano Sabatini2013-01-041-29/+0
* Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-10/+10
* lavfi/avfiltergraph: check pick_format return code.Nicolas George2013-01-021-3/+6
* lavfi/lut: use ff_fill_rgba_map()Paul B Mahol2013-01-011-9/+3
* lavfi: merge all filtering code into ff_filter_frame.Nicolas George2013-01-013-326/+155
* lavfi/avcodec: fix typoPaul B Mahol2013-01-011-1/+1
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George2013-01-014-12/+56
* lavfi/avfiltergraph: print query_formats errors.Nicolas George2012-12-311-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-312-2/+2
|\
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-313-3/+3
* | lavfi/Makefile: add missing dependencies to FFLIBS.Clément Bœsch2012-12-311-1/+4
* | lavfi/Makefile: make FFLIBS list consistent.Clément Bœsch2012-12-311-5/+4
* | lavfi/sink_buffer: switch to filter_frame.Nicolas George2012-12-301-12/+4
* | lavfi/video: ensure that filter_frame is called.Nicolas George2012-12-301-0/+9
* | vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer2012-12-301-2/+3
* | lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer2012-12-303-34/+5
* | lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley2012-12-302-13/+55
* | vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-291-4/+4
* | avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer2012-12-291-2/+2
* | lavfi: replace REGISTER_BUILTIN_FILTER() by REGISTER_FILTER_UNCONDITIONAL()Michael Niedermayer2012-12-291-8/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-291-119/+122
|\ \ | |/
| * cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-61/+64
* | Merge commit '69583bd3b1eba471366141c945030c163e073e02'Michael Niedermayer2012-12-291-24/+12
|\ \ | |/
| * avfilter: Refactor unconditional filter registrationDiego Biurrun2012-12-281-24/+12
* | vf_divtc: dont mix av_strdup and freeMichael Niedermayer2012-12-281-1/+1
* | vf_detc: dont mix av_strdup & freeMichael Niedermayer2012-12-281-1/+1
* | vf_mp: fix 'discards const qualifier from pointer target type'Michael Niedermayer2012-12-281-1/+1
* | lavfi/tile: small align cosmetics.Clément Bœsch2012-12-261-5/+5
* | lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-261-13/+13
* | lavfi/scale: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+1
* | lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
OpenPOWER on IntegriCloud