2039 Commits (d486a6eae9a2dbbbfdad43f598a44831cd259952)

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
  Anton Khirnov a8a2271fe0 buffersrc: check ff_get_audio_buffer() for errors. 13 years ago
  Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 13 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov 80e4ed279b vf_select: avoid an unnecessary avfilter_ref_buffer(). 13 years ago
  Anton Khirnov 785fa50f0b buffersrc: avoid creating unnecessary buffer reference 13 years ago
  Anton Khirnov 02ac7311c8 lavfi: use avfilter_unref_bufferp() where appropriate. 13 years ago
  Anton Khirnov 043800a968 vf_fps: add more error checks. 13 years ago
  Anton Khirnov d515e9c225 vf_fps: fix a memleak on malloc failure. 13 years ago
  Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 731fa116b4 yadif: use emms_c() instead of inline assembly for emms invocations. 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all 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