113 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  Michael Niedermayer f3fdc32e2f avfilter/crop: Avoid using non public AV_PIX_FMT_NB 11 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol 59d72f8b16 lavfi/pad,crop,scale: remove options description from filter description 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol b077d8d908 avfilter: remove redundant .get_(audio/video)_buffer initializations 11 years ago
  Paul B Mahol 253e155251 lavfi/crop: support more pixel formats 12 years ago
  Anton Khirnov 6592cd22a2 vf_crop: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov 671563d9fd vf_crop: cosmetics, break lines 12 years ago
  Anton Khirnov 7f83959598 vf_crop: 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 e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Clément Bœsch b8a5c76131 lavfi: add frame counter into AVFilterLink and use it in filters. 12 years ago
  Stefano Sabatini 9fa3b5b8a8 lavfi/crop: log pos in debug message 12 years ago
  Stefano Sabatini 1d86fe6970 lavfi/crop: restore pos constant, and fix "t" variable misplacement in variable array 12 years ago
  Paul B Mahol 10b1cc63c2 lavfi: remove double .priv_class initializers 12 years ago
  Anton Khirnov fba0156af7 vf_crop: switch to an AVOptions-based system. 12 years ago
  Nicolas George 6202cf5dd8 lavfi/vf_crop: use standard options parsing. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Stefano Sabatini fd6b6efbd2 lavfi/crop: fix help message for the keep_aspect option 12 years ago
  Stefano Sabatini 94877aad57 lavfi/crop: free x and y parsed expression objects 12 years ago
  Stefano Sabatini 1e5492ffe6 lavfi/crop: add support to option parsing 12 years ago
  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 12 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. 12 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