2023 Commits (973a758f52a4e5fe63bd88806a4b2db034a032de)

Author SHA1 Message Date
  Nicolas George 9c1d649ce5 overlay: clear cur_buf on main input link. 13 years ago
  Steven Robertson 82ecae8a70 lavfi: add alphaextract and alphamerge filters 13 years ago
  Michael Niedermayer f7e0c18549 vf_overlay: prevent premature freeing of cur_buf 13 years ago
  Michael Niedermayer 0ecaa447f6 vf_overlay: use unref_bufferP() 13 years ago
  Michael Niedermayer dc49105c7f sink_buffer: prevent prematurely freeing of cur_buf 13 years ago
  Michael Niedermayer 1890853976 vf_thumbnail: prevent premature freeing of ref 13 years ago
  Michael Niedermayer 5aab307f30 vf_colormatrix: avoid using out_buf 13 years ago
  Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 533fd5b5b4 vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer(). 13 years ago
  Anton Khirnov 5b50ae94e6 vf_slicify: clear AVFilterLink.cur_buf in start_frame(). 13 years ago
  Anton Khirnov 0393af4f0b vf_settb: simplify start_frame(). 13 years ago
  Anton Khirnov 9203fa0b32 vf_fieldorder: don't give up its own reference to the output buffer. 13 years ago
  Anton Khirnov f493c644cd vf_pad: don't give up its own reference to the output buffer. 13 years ago
  Anton Khirnov ad8b6326aa vf_overlay: don't access a buffer reference that's been given away. 13 years ago
  Anton Khirnov 7155763b78 vf_drawtext: don't give up its own reference to the input buffer. 13 years ago
  Anton Khirnov d19499c796 vf_gradfun: don't store two pointers to one AVFilterBufferRef. 13 years ago
  Anton Khirnov 0fe010a36f vf_delogo: don't store two pointers to one AVFilterBufferRef. 13 years ago
  Anton Khirnov 51a8049be8 vf_aspect: clear AVFilterLink.cur_buf in start_frame(). 13 years ago
  Robert Nagy b70d89a033 lavfi: add avfilter_unref_bufferp() 14 years ago
  Nicolas George cb6a20fa56 lavfi: add FF_*LINK_IDX convenience macros. 13 years ago
  Nicolas George 97f86680eb lavfi: make copy_buffer_ref common. 13 years ago
  Michael Niedermayer e03cd1049e Fix misspellings of FFmpeg 13 years ago
  Michael Niedermayer ef1c0b5295 avfiltergraph: add some debug info about selected pixel formats 13 years ago
  Stefano Sabatini 712d82130e lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() @return doxy 13 years ago
  Nicolas George d483867525 avfiltergraph: document a catch in request_oldest(). 13 years ago
  Nicolas George f98d814bb6 avfiltergraph: add a debug message on EOF. 13 years ago
  Nicolas George d06bfda07e lavfi: rescale link->current_pts. 13 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Steven Robertson c88d98fe4a lavfi/movie: reindent after the previous patch 13 years ago
  Steven Robertson ac726a4f0c lavfi/movie: flush decoder frames on EOF 13 years ago
  Stefano Sabatini a5382b50f2 lavfi/buffersink: restore possibility to pass opaque data 13 years ago
  Stefano Sabatini 21d5609826 lavfi: add init_opaque callback 13 years ago
  Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
  Anton Khirnov 083d0f6be8 asplit: don't leak the input buffer. 13 years ago
  Anton Khirnov 1ffb645662 af_resample: fix request_frame() behavior. 13 years ago
  Anton Khirnov 6f834293d3 af_asyncts: fix request_frame() behavior. 13 years ago
  Justin Ruggles 8ca08066fc lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format 13 years ago
  Nicolas George 299387ebf4 vf_settb: rename the file as f_settb. 13 years ago
  Nicolas George 65e65e3ce2 settb: cosmetic: reindent vf_settb structure. 13 years ago
  Nicolas George ba856c0be5 lavfi: implement asettb filter. 13 years ago
  Michael Niedermayer e145afb4b0 vf_tinterlace: use av_assert 13 years ago
  Stefano Sabatini abb0a9982f lavfi: do not pass opaque field to init functions 13 years ago
  Michael Niedermayer 9fb08427d7 vf_pp: dont pass NULL into pp, it would fail 13 years ago
  Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN. 13 years ago
  Anton Khirnov 54bf88e65f af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. 13 years ago
  Anton Khirnov 428b369804 af_amix: only consider negative return codes as errors. 13 years ago
  Stefano Sabatini 3e3e414fe4 lavfi/buffersink: fix doxy, remove "video" reference 13 years ago
  Mans Rullgard 7c29377b70 lavfi: reclassify showfiltfmts as a TESTPROG 13 years ago
  Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago