Commit History

Author SHA1 Message Date
  Michael Niedermayer 988910a277 Merge remote-tracking branch 'qatar/release/0.8' into release/0.10 12 years ago
  Anton Khirnov 0b923a2b72 vf_pad/scale: use double precision for aspect ratios. 12 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 13 years ago
  Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 13 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 13 years ago
  Stefano Sabatini 01151a26c0 vf_scale: add a "sar" variable 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 13 years ago
  Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 13 years ago
  Stefano Sabatini f97905e61d scale: fix leak occurring when a scale filter is reconfigured 13 years ago
  Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 13 years ago
  Michael Niedermayer d7e5aebae7 Merge remote branch 'qatar/master' 13 years ago
  Stefano Sabatini 68e23c083a scale: make the filter parametric 13 years ago
  Stefano Sabatini c967860081 scale: set evaluated value for the "out_w" and "out_h" constants 13 years ago
  Stefano Sabatini e93d3334a9 scale: fix computation for the "hsub" and "vsub" constants 13 years ago
  Stefano Sabatini d496d33d26 scale: make the filter parametric 13 years ago
  Michael Niedermayer bbd1c43fa3 Dont leak sws contexts. 13 years ago
  Michael Niedermayer 57e2ded423 Implement interlaced scaling. 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Stefano Sabatini dccdd93efc Make config_props() return AVERROR(EINVAL) rather than 1 in case of 13 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. 14 years ago
  Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 14 years ago
  Eli Friedman 93f7aeb5ad Add a const declaration, fixing a warning 14 years ago
  Stefano Sabatini 47f0704eb2 Prefix value for flags with "0x", to make it clear that it is an 14 years ago
  Stefano Sabatini d760a316e9 Make config_props() show conversion information before to create the 14 years ago
  Stefano Sabatini 38efdb2c6b Log input size, input format and swscale flags used for conversion in 14 years ago
  Michael Niedermayer a0aa73544c c99 sucks. Replacing scanf("%i") by strtoul() 14 years ago
  Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 14 years ago
  Michael Niedermayer 8155bbc944 Support setting flags for sws. 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago