1614 Commits (7461e9ae45186d421a8b474d12dad954e8691f60)

Author SHA1 Message Date
Nicolas George fd2cd64fc9 avfiltergraph: fix format selection. 13 years ago
Nicolas George 2e8f19d26f avfiltergraph: free the sink_links heap. 13 years ago
Nicolas George e11110dee4 buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST. 13 years ago
Nicolas George 2d6522bab0 vsrc_buffer: count the number of failed requests. 13 years ago
Nicolas George f75ee4031e vsrc_buffer: return EAGAIN if no frame is available. 13 years ago
Nicolas George 2ce7972779 avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
Nicolas George e0761feec4 avfilter: add a pointer from links to graph. 13 years ago
Nicolas George 78ac49c233 avfilter: document request_frame return codes. 13 years ago
Stefano Sabatini dd3043d1c0 lavfi/setfield: remove stray argument in av_log() 13 years ago
Stefano Sabatini 459414b4d9 lavfi/setfield: rename variable top_field_first to mode 13 years ago
Tim Nicholson c97201dd29 lavfi/setfield: add "progressive" option 13 years ago
Stefano Sabatini 9750254885 lavfi/mp: remove libmpcodecs mirror filter 13 years ago
Robert Nagy 65fa7bc1f8 lavfi: add avfilter_unref_bufferp() 13 years ago
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