61 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
  Anton Khirnov 16a4a18db0 af_asyncts: fix offset calculation 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 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 b2b25b0659 af_asyncts: switch to an AVOptions-based system. 12 years ago
  Jindřich Makovička 20a8ee3061 af_asyncts: fix compensation and PTS monotonicity 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Justin Ruggles c0dc57f126 asyncts: merge two conditions 12 years ago
  Justin Ruggles 4e5a8878d5 asyncts: ignore min_delta only if first_pts is set 12 years ago
  Justin Ruggles 8083332c2d asyncts: use clipped delta value when setting resample compensation 12 years ago
  Justin Ruggles 0ee440fe38 asyncts: cosmetics: reindent 12 years ago
  Justin Ruggles c143de40c3 asyncts: fix the asyncts behavior when using the first_pts option 12 years ago
  Justin Ruggles f266486b2e asyncts: fix flushing of final samples at EOF 12 years ago
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 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 e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 12 years ago
  Anton Khirnov 91a84a5247 af_asyncts: check return value from lavr when flushing. 12 years ago
  Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
  Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 12 years ago
  Thomas Weber 1c585dddbb lavfi/asyncts: Fix compilation with GCC 4.7 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 12 years ago
  Justin Ruggles be51e589cd af_asyncts: avoid overflow in out_size with large delta values 12 years ago
  Justin Ruggles 70d71b5801 af_asyncts: add first_pts option 12 years ago
  Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
  Anton Khirnov 6f834293d3 af_asyncts: fix request_frame() behavior. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 13 years ago
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 13 years ago
  Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 13 years ago
  Anton Khirnov f297dd3812 asyncts: reset delta to 0 when it's not used. 13 years ago
  Anton Khirnov 9f26421b0b lavfi: add asyncts filter. 13 years ago