48 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun def03d1468 vf_frei0r: Drop overly verbose and broken debug output 9 years ago
  Michael Niedermayer 11f87ca71e vf_frei0r: also set AVFilterLink.frame_rate 9 years ago
  Vittorio Giovara d0b224054f vf_frei0r: do not increment string if it reached the end 10 years ago
  Vittorio Giovara 4c41a7a179 vf_frei0r: fix missing end of line character 11 years ago
  Vittorio Giovara 61b323ce7c vf_frei0r: refactor library loading from env variable 11 years ago
  Vittorio Giovara 4e0be9c86f vf_frei0r: prevent a segfault when filter parameters are not set 11 years ago
  Vittorio Giovara 8accddeb58 vf_frei0r: adjust error messages 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Anton Khirnov d371c3c2e2 vf_frei0r: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov f6b6d6ac42 vf_frei0r: use the name 's' for the pointer to the private context 12 years ago
  Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 5aa1a668cf vf_frei0r: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 12 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 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
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 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 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
  Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Stefano Sabatini f51aeedd41 Extend the frei0r filter syntax. 14 years ago
  Stefano Sabatini f8608dcac3 Implement frei0r source. 14 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
  Stefano Sabatini 2467997c8c Fix crash in uninit. 14 years ago
  Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
  Stefano Sabatini f6c182a0c3 Fix frei0r filter after av_parse_color() syntax change. 14 years ago
  Stefano Sabatini 41f1d3afeb Fix timestamp handling in more filters after the change which set the 14 years ago
  Víctor Paesa 524aae8625 Use SLIBSUF instead of .so, as a more generic dynamic library suffix. 14 years ago
  Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
  Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 14 years ago
  Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago