67 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Luca Barbato b1abd2aaf9 vf_scale: Add an option to pass the scaler params 9 years ago
  Anton Khirnov 3735b5c616 Revert "lavfi: always check av_expr_parse_and_eval() return value" 10 years ago
  Vittorio Giovara 63be97ec40 lavfi: always check av_expr_parse_and_eval() return value 10 years ago
  Anton Khirnov 862f33c10e vf_scale: use the pixfmt descriptor API 11 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Rudolf Polzer 3a14b160bd vf_scale: make the dar variable return the DAR. 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Janne Grunau 5f87c277bd vf_scale: add endianness conversion pixel format in query_formats 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov c334c113d4 vf_scale: 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
  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
  Anton Khirnov ba04177eeb vf_pad/scale: use double precision for aspect ratios. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 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 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 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 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 90f65dc6cf vf_scale: support named constants for sws flags. 13 years ago
  Anton Khirnov 416fd90ead vf_scale: avoid a pointless memcpy in no-op conversion. 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
  Michael Niedermayer d33e0c6bc8 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
  Stefano Sabatini 46b29397a6 vf_scale: add a "sar" variable 14 years ago
  Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Stefano Sabatini 68e23c083a scale: make the filter parametric 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Stefano Sabatini dccdd93efc Make config_props() return AVERROR(EINVAL) rather than 1 in case of 14 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
  Stefano Sabatini c10676aca3 Make init() return sensible error code rather than -1 in case of 14 years ago
  Stefano Sabatini 46daee6e4e Cosmetics: apply nits. 14 years ago
  Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
  Baptiste Coudurier e4cc9f208d 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them 14 years ago
  S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
  S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
  S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
  S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
  S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
  Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 15 years ago