81 Commits (2f980cf39a14f90b9356b51ef1ed6e7816f6aac3)

Author SHA1 Message Date
  Anton Khirnov 71f82c3805 vf_crop: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 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 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 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 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
  Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Stefano Sabatini d9f26a0d71 lavfi/crop: show input and output sample aspect ratio in the log 13 years ago
  Baptiste Coudurier f49cb8e669 vf_crop: keepaspect support 13 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
  Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
  Nicolas George 21e888bd11 vf_crop: remove mathematical constants now redundant. 13 years ago
  Stefano Sabatini 45f9e053d8 vf_crop: add support for a, dar, sar, hsub, and vsub variables 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
  Diego Biurrun 2146f4928a vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). 14 years ago
  Peter Ross a1f4d07563 crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
  Peter Ross af55573379 Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Baptiste Coudurier d34a77fb09 In crop filter, update new ref w/h instead of old one, fix chaining 14 years ago
  Stefano Sabatini b4356e4118 In the crop filter, put under ifdef DEBUG the trace logs for the 14 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
  Stefano Sabatini 459b06610c 0.123l: remove unused arguments in av_log(), fix warning. 14 years ago
  Baptiste Coudurier 3ff9995350 In crop filter, reference picref after updating w/h, fix issue #2377 14 years ago
  Stefano Sabatini 16d14d641c Add informative log message in the crop filter. 14 years ago
  Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
  Stefano Sabatini 4b3d0dc643 Fix crop->var_values[VAR_T] computation in the crop filter. 14 years ago
  Stefano Sabatini 1afab33857 Prefix enum var_name symbols with VAR_, to avoid conflicts with already 14 years ago
  Stefano Sabatini 921bf9f1ff Fix memleak introduced in: 14 years ago
  Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
  Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
  Stefano Sabatini 11198b18db Cosmetics: remove useless parentheses. 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 14 years ago
  Stefano Sabatini a6ddf8bf0f Implement inline function av_fill_image_max_pixstep() and use it for 14 years ago
  S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 15 years ago