aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_drawtext: default to expansion=normal.Nicolas George2013-01-262-2/+2
* lavfi: version bump and change log entries after the last commits.Nicolas George2013-01-261-2/+2
* lavfi/af_anull: accept unknown channel layouts.Nicolas George2013-01-261-0/+2
* lavfi/af_aresample: accept unknown channel layouts.Nicolas George2013-01-261-5/+9
* lavfi/af_aformat: accept unknown channel layouts.Nicolas George2013-01-261-1/+1
* lavfi/buffersrc: accept unknown channel layouts.Nicolas George2013-01-261-1/+26
* lavfi/sink_buffer: accept unknown channel layouts.Nicolas George2013-01-262-21/+44
* lavfi: implement ff_query_formats_all().Nicolas George2013-01-262-2/+21
* lavfi: implement ff_all_channel_counts().Nicolas George2013-01-262-1/+16
* lavfi: support unknown channel layouts.Nicolas George2013-01-265-19/+184
* lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini2013-01-251-6/+9
* lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-252-4/+29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-251-0/+7
|\
| * avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-251-0/+7
* | lavfi/earwax: remove config_input()Paul B Mahol2013-01-241-12/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-234-46/+46
|\|
* | lavfi/swapuv: support all planar yuv pixel formatsPaul B Mahol2013-01-231-10/+29
* | lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini2013-01-221-1/+1
* | avf_showwaves: fix null pointer dereferenceMichael Niedermayer2013-01-211-0/+1
* | afade filterPaul B Mahol2013-01-214-2/+311
* | 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