45 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  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
  Eli Friedman 93f7aeb5ad Add a const declaration, fixing a warning 15 years ago
  Stefano Sabatini 47f0704eb2 Prefix value for flags with "0x", to make it clear that it is an 15 years ago
  Stefano Sabatini d760a316e9 Make config_props() show conversion information before to create the 15 years ago
  Stefano Sabatini 38efdb2c6b Log input size, input format and swscale flags used for conversion in 15 years ago
  Michael Niedermayer a0aa73544c c99 sucks. Replacing scanf("%i") by strtoul() 15 years ago
  Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago
  Michael Niedermayer 8155bbc944 Support setting flags for sws. 15 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
  Stefano Sabatini 89fb9ae9e6 Make the scale filter pass the pkt.pos information to the output 15 years ago
  Stefano Sabatini d2a2b08cfe Use pixel format descriptors to check if the input format is paletted. 15 years ago
  Stefano Sabatini b4b6645655 Avoid usage of avcodec_get_pix_fmt_name() and 15 years ago
  Stefano Sabatini 27d8f6b660 Make the scale filter set in the input and output links only the 15 years ago
  Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
  Stefano Sabatini b37aa4de2d Use the correct chroma values for the data[] array used in 15 years ago
  Stefano Sabatini 8aeb33225a Use a valid log context for av_log(). 15 years ago
  Stefano Sabatini c3eabb7d2f Add scale filter. 15 years ago