39 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara 88fd836a01 lavfi: Drop deprecated way of passing options for a few filters 8 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Rudolf Polzer 34a0ac41a8 vf_aspect: support variables in evaluating the aspect ratios 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Anton Khirnov d5c66d9c56 vf_setdar: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov b3ea76624a vf_aspect: use the name 's' for the pointer to the private context 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 2831b307e6 vf_aspect: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 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
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 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 51a8049be8 vf_aspect: clear AVFilterLink.cur_buf in start_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 c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Stefano Sabatini c61bfc113a setdar: prefer "sar" over "par" in log info message 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
  Baptiste Coudurier 6fd2b8bd0a In aspect filter, fix display for input resolution 14 years ago
  Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
  Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago
  Stefano Sabatini eee0ef5e4f Add informative log messages to the set aspect filters. 14 years ago
  Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
  Stefano Sabatini 9abf34411a Log error message in case of invalid parsing. 14 years ago
  Stefano Sabatini bdb47f3a2c Fix style: if( -> if (. 14 years ago
  Stefano Sabatini cef4b74bf2 Remove redundant information in header. 14 years ago
  S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
  S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Bobby Bingham d313e17ab1 Use the new null callbacks to simplify filters and reduce duplicated code. 15 years ago
  Bobby Bingham 3922deb577 Add video filter to manipulate aspect ratio 15 years ago