88 Commits (81bbce9cf304c93f325b0672b51d65a282c6581f)

Author SHA1 Message Date
  Michael Niedermayer 8267f0f7ae vf_scale: fix incompatible pointer type warning 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. 13 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 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
  Stefano Sabatini cb08b6efc9 lavfi/scale: remove unused variable out_link 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
  Michael Niedermayer 9225513242 vf_scale: support dynamically changing input parameters. 13 years ago
  Anton Khirnov 90f65dc6cf vf_scale: support named constants for sws flags. 13 years ago
  Reimar Döffinger 6458a08700 vf_scale: ensure the palette is set for output. 13 years ago
  Reimar Döffinger bbaf941e29 scale: fix slice rendering with conversion between pal/non-pal. 13 years ago
  Anton Khirnov 416fd90ead vf_scale: avoid a pointless memcpy in no-op conversion. 13 years ago
  Stefano Sabatini fdffaa6b11 lavfi/scale: document behavior with regards to the output sample aspect ratio 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
  Stefano Sabatini 3af5ddb24b vf_scale: give a clue in case of invalid expression self-reference 13 years ago
  Reimar Döffinger c66bd78e3d vf_scale: support PAL8 output by producing BGR8. 13 years ago
  Michael Niedermayer 32aa9590ac vf_scale: Fix slice position assert to take vertical subsampling into account. 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
  Michael Niedermayer 3e4375833d vf_scale: Request an aligned buffer. 13 years ago
  Nicolas George 3b316f9f22 vf_scale: remove mathematical constants now redundant. 13 years ago
  Michael Niedermayer 8447703c16 vf_scale.c: propagate error code 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
  Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
  Stefano Sabatini 61d55fda2b lavfi: tweak display aspect ratio variables in pad and scale filters 14 years ago
  Stefano Sabatini 01151a26c0 vf_scale: add a "sar" variable 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 14 years ago
  Stefano Sabatini f97905e61d scale: fix leak occurring when a scale filter is reconfigured 14 years ago
  Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
  Stefano Sabatini 68e23c083a scale: make the filter parametric 14 years ago
  Stefano Sabatini c967860081 scale: set evaluated value for the "out_w" and "out_h" constants 14 years ago
  Stefano Sabatini e93d3334a9 scale: fix computation for the "hsub" and "vsub" constants 14 years ago
  Stefano Sabatini d496d33d26 scale: make the filter parametric 14 years ago
  Michael Niedermayer bbd1c43fa3 Dont leak sws contexts. 14 years ago
  Michael Niedermayer 57e2ded423 Implement interlaced scaling. 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