1601 Commits (2ff935f4bb6173daf3361b2ac7b58c6e33994878)

Author SHA1 Message Date
Robert Nagy e90dfa6881 yadif: Improve pts calculation for is_second. 13 years ago
Robert Nagy a80217a5ee copy pts and format props between lavfi buffer and frame. 13 years ago
Michael Niedermayer 5cd460ba63 vsrc_buffer: fix null ptr segfault 13 years ago
Michael Niedermayer 0d115d7799 avfiltergraph: More advanced heuristic to select colorspace. 13 years ago
Anton Khirnov aff01de641 graphparser: set next to NULL on an entry extracted from inputs list 13 years ago
Robert Nagy ed66bbfcb9 lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; 13 years ago
Robert Nagy 4d84c7ded6 yadif: fixed missing error handling for poll_frame. 13 years ago
Anton Khirnov 7af99a01c4 graphparser: fix the order in which unlabeled input links are returned. 13 years ago
Anton Khirnov 7bf9e3391f vsrc_buffer: fix check from 7ae7c41. 13 years ago
Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
Anton Khirnov 12e7e1d03e graphparser: allow specifying sws flags in the graph description. 13 years ago
Anton Khirnov 4e781c25b7 graphparser: fix the order of connecting unlabeled links. 13 years ago
Anton Khirnov d7bcc71dad graphparser: add avfilter_graph_parse2(). 13 years ago
Anton Khirnov 7ae7c41413 vsrc_buffer: allow using a NULL buffer to signal EOF. 13 years ago
Clément Bœsch 3f80546d75 lavfi/drawbox: fix width displayed in place of x. 13 years ago
Stefano Sabatini 5eeecde859 lavfi/mp: remove 2xsai wrapped filter 13 years ago
Stefano Sabatini b7a7830dd4 lavfi: port 2xsai filter from libmpcodecs 13 years ago
Stefano Sabatini 162e400464 lavfi: install asrc_abuffer.h header 13 years ago
Michael Niedermayer c0af87550a vf_lut: fix rgba map regression 13 years ago
Nicolas George 40b7a27bad vf_drawtext: fontconfig support. 13 years ago
Nicolas George be9b0d2c5a vf_drawtext: fix memory leak of draw expression. 13 years ago
Nicolas George 423047ea31 vf_drawtext: fix memory leak of glyph data. 13 years ago
Anton Khirnov e36b25d1df vf_overlay: implement poll_frame() 13 years ago
Anton Khirnov 90f65dc6cf vf_scale: support named constants for sws flags. 13 years ago
Reimar Döffinger 6458a08700 vf_scale: ensure the palette is set for output. 13 years ago
Reimar Döffinger 24eac3cff5 Mark GRAY8 format as pseudo-paletted. 13 years ago
Reimar Döffinger bbaf941e29 scale: fix slice rendering with conversion between pal/non-pal. 13 years ago
Stefano Sabatini 6cb01c9dba lavfi/mp: remove remove_logo wrapper 13 years ago
Stefano Sabatini 2f83681c79 lavfi: port libmpcodecs remove-logo filter 13 years ago
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