1568 Commits (087b9c326f8c940cefcb0c2fef507ad344c626f5)

Author SHA1 Message Date
Michael Niedermayer 25eae29ea1 vsrc_buffer: remove overwrite support. 13 years ago
Anton Khirnov a03f8ea0a8 vsrc_buffer: when no frame is available, return an error instead of segfaulting. 13 years ago
Michael Niedermayer fa1f92a4f1 vf_idet: clean detected frame types based on a 4 frame history. 13 years ago
Michael Niedermayer c59e73d2c8 vf_idet: change individual per frame statistics to debug log level. 13 years ago
Michael Niedermayer 4d4df310f2 vf_idet: print accumulated statistics for single and multi frame detection 13 years ago
Michael Niedermayer 0477254dd2 vf_idet: Print both the single frame based detection and the multi frame one. 13 years ago
Michael Niedermayer 1a5c08eef6 vf_idet: Add last_type variable to make code more readable. 13 years ago
Michael Niedermayer ca2b450cee vf_idet: use enum to represent the type. 13 years ago
multiple authors 13cc3645b0 libavfilter: add colormatrix filter 13 years ago
Diego Biurrun 1f068e4450 vf_unsharp: Mark readonly variable as const. 13 years ago
Michael Niedermayer 6fb35dbad1 vf_idet: print accumulated statistics at end 13 years ago
Michael Niedermayer baf0c79a4d vf_idet: set interlaced flags 13 years ago
Michael Niedermayer 2941a937f2 vf_idet: fix indention 13 years ago
Michael Niedermayer 5d9cfd8726 vf_idet: move statistic variables into the context 13 years ago
Michael Niedermayer 02567bd73c vf_idet: remove unused function 13 years ago
Michael Niedermayer 398491ae01 vf_idet: pass context to av_log() 13 years ago
Nicolas George 6c7b5b7b33 vf_ass: use drawutils. 13 years ago
Nicolas George a63712d37c vf_drawtext: use drawutils. 13 years ago
Nicolas George e8497a338e drawutils: implement uniform and mask blending. 13 years ago
Michael Niedermayer e3e89b6d8b libavfilter: Add interlace detect filter. 13 years ago
Michael Niedermayer 38477e1981 vf_lut: avoid rgb component indexing in the inner loop 13 years ago
Michael Niedermayer 002d9ded4a vf_lut: optimize rgb codepath 13 years ago
Michael Niedermayer 79a1d98676 vf_lut: optimize planar case 13 years ago
Anton Khirnov 95587d29d7 vsrc_buffer: allow buffering arbitrary number of frames. 13 years ago
Anton Khirnov 416fd90ead vf_scale: avoid a pointless memcpy in no-op conversion. 13 years ago
Anton Khirnov 63736fe48c avfiltergraph: try to reduce format conversions in filters. 13 years ago
Anton Khirnov 996f9f0c32 avfiltergraph: add an AVClass to AVFilterGraph on next major bump. 13 years ago
Stefano Sabatini 95ce0ddcfe lavfi/fade: fix black level for non studio-level pixel formats 13 years ago
Michael Niedermayer 2d54bbb950 vsrc_buffer: Store allocated scale filter and free it later. 13 years ago
Michael Niedermayer c5f9a66f74 avfilter: allow freeing NULL. 13 years ago
Michael Niedermayer 8c2045c979 avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref(). 13 years ago
Nicolas George 247fbf071b ass: fix aspect ratio computation. 13 years ago
Clément Bœsch a67d9cfa58 lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref(). 13 years ago
Diego Biurrun e7e19b15c7 build: Only clean the architecture subdirectory we build for. 13 years ago
Paul B Mahol 40821980ae vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formats 13 years ago
Paul B Mahol 53c896770c bbox: remove superfluous initializations 13 years ago
Nicolas George 3493390d47 lavfi: add tile video filter. 13 years ago
Nicolas George 7084985173 vsrc_color: port to new drawutils API. 13 years ago
Nicolas George 53b7a3fe08 vf_pad: port to new drawutils API. 13 years ago
Nicolas George 8ec0832743 drawutils: new API. 13 years ago
Stefano Sabatini 8e0d3c0369 lavfi/ass: add dar option 13 years ago
Stefano Sabatini c9399538b7 lavfi/ass: use a default DAR value of 1.0 13 years ago
Stefano Sabatini e71e65ff1d lavfi/aspect: check for a negative code from av_parse_ratio() 13 years ago
Nicolas George 6cf53927c4 graphdump: use av_bprintf API. 13 years ago
Stefano Sabatini e19ccc89ef lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect 13 years ago
William Yu d19d52d4a1 lavfi/movie: add loop parameter 13 years ago
Stefano Sabatini fdffaa6b11 lavfi/scale: document behavior with regards to the output sample aspect ratio 13 years ago
Nicolas George 69174fad73 vf_thumbnail: forward request_frame at least once. 13 years ago
Stefano Sabatini d9f26a0d71 lavfi/crop: show input and output sample aspect ratio in the log 13 years ago
Stefano Sabatini 0ac38deda7 lavfi/allfilters: fix weird vertical align 13 years ago