102 Commits (fd10a6e2f21f9cadc44a0415e204ea82940cd089)

Author SHA1 Message Date
  Michael Niedermayer f2c8b666be avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
  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
  Ganesh Ajjanagadde 430f943e63 avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Michael Niedermayer e0623953e1 avfilter/vf_frei0r: fix build with DEBUG enabled 10 years ago
  Michael Niedermayer 353cf95f94 avfilter/vf_frei0r: also set AVFilterLink.frame_rate 10 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
  Marton Balint ead0dd3cf6 lavfi/frei0r: factorize plugin loading with static path 11 years ago
  Marton Balint 35ead1f281 lavfi/frei0r: search plugins in lib64 dirs on all architectures 11 years ago
  Marton Balint 8e41240047 lavfi/frei0r: load plugins from lib64 folders as well on 64bit builds 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Michael Niedermayer 02a6ee5168 avfilter/vf_frei0r: fix out of array read 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol be7d6710b4 lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZE 11 years ago
  Paul B Mahol 7ac736afbd lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATE 11 years ago
  Paul B Mahol 229d5bfdc8 lavfi/frei0r: make use of AVFILTER_DEFINE_CLASS 12 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
  Clément Bœsch e85ea7d387 lavfi/frei0r: fix crash when parameters are not set. 12 years ago
  Michael Niedermayer 3dedcef8b8 avfilter: add missing AV_OPT_FLAG_FILTERING_PARAM 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 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 6325957b28 vf_frei0r: switch to filter_frame, the filter did not support slices 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Stefano Sabatini 158763312f lavfi/frei0r: in init() check path loop, free resources in a single point 12 years ago
  Stefano Sabatini 6c7ae49330 lavfi/frei0r: extend load_path() to support arbitrarily long paths 12 years ago
  Stefano Sabatini 334a0d15c6 lavfi/frei0r: add additional trailing slash in FREI0R_PATH paths 12 years ago
  Stefano Sabatini 9a2028d4f4 lavfi/frei0r: correctly handle paths longer than 1023 chars 12 years ago
  rogerdpack c1804dc4ce lavfi/frei0r: allow for Windows style paths 12 years ago
  Stefano Sabatini 7691860c73 lavfi/frei0r: update link to spec 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
  Piotr Bandurski 9d87cf51d8 lavfi/vf_frei0: add missing new line to some error messages 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