summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | lavfi: fix null checking in avfilter_config_links()Xi Wang2013-01-211-2/+2
* | lavfi: EBU R.128 irregular timesedacca@comcast.net2013-01-191-3/+3
* | vf_fade: use AVPixFmtDescriptor to find out if pixel format have alphaPaul B Mahol2013-01-181-8/+1
* | lavfi/fade: accept shorthand syntaxStefano Sabatini2013-01-182-39/+8
* | vf_fade: support YUVA422P & YUVA444PPaul B Mahol2013-01-181-2/+2
* | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer2013-01-161-0/+1
|\ \ | |/
| * vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-151-0/+1
* | Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de'Michael Niedermayer2013-01-141-22/+34
|\ \ | |/
| * yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-141-22/+34
* | vsrc_testsrc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | lavfi/gradfun: support YUV440PPaul B Mahol2013-01-131-0/+1
* | lavfi/aevalsrc: try to honor specified durationMatthieu Bouron2013-01-121-2/+2
* | lavfi/vf_overlay: check that filter_frame does not return EAGAIN.Nicolas George2013-01-101-0/+1
* | Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'Michael Niedermayer2013-01-104-303/+264
|\ \ | |/
| * yadif: Port inline assembly to yasmDaniel Kang2013-01-094-302/+264
* | lavfi/yadif: fix shorthand/option mismatchAndré Pankratz2013-01-101-1/+1
* | 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
OpenPOWER on IntegriCloud