77 Commits (495db0e3b097924d38e297132cb15c9efe1b3e43)

Author SHA1 Message Date
  Anton Khirnov d5c66d9c56 vf_setdar: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov b3ea76624a vf_aspect: use the name 's' for the pointer to the private context 12 years ago
  Nicolas George b42827ffd9 lavfi/vf_aspect: improve compatibility of parsing. 12 years ago
  Stefano Sabatini 1efcab02b6 lavfi/aspect: apply hot fix for NUM:DEN syntax 12 years ago
  Stefano Sabatini f04ec05f0e lavfi/setdar: fix num/den swapping in log message 12 years ago
  Stefano Sabatini f212c2380a lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init field 12 years ago
  Stefano Sabatini 5229b78371 lavfi/aspect: extend verbose feedback, show old SAR and DAR values 12 years ago
  Stefano Sabatini fe5ca6b913 lavfi/aspect: restore ratio parsing 12 years ago
  Stefano Sabatini 30926a1f1f lavfi/aspect: fix weird copyright notice 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Clément Bœsch 7bd014eaec lavfi/aspect: fix d2q convert in init. 12 years ago
  Clément Bœsch 71ef1ec7b4 lavfi/aspect: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 2831b307e6 vf_aspect: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Michael Niedermayer 951d39fecd avfilter: fix segfault with setsar/dar 12 years ago
  Anton Khirnov 8f21cfc6b3 vf_aspect: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Michael Niedermayer 6182e0a6f6 vf_aspect: unbreak avoption system 12 years ago
  Stefano Sabatini 6752aac6bc lavfi/aspect: add max option 12 years ago
  Stefano Sabatini ccd6def9b3 lavfi/aspect: extend syntax for the setdar and setsar filters 13 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 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
  Anton Khirnov 51a8049be8 vf_aspect: clear AVFilterLink.cur_buf in start_frame(). 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
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Stefano Sabatini e71e65ff1d lavfi/aspect: check for a negative code from av_parse_ratio() 13 years ago
  Stefano Sabatini e19ccc89ef lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect 13 years ago
  Stefano Sabatini 4538d66010 lavfi/aspect: set default value to 0:1, as stated in the docs 13 years ago
  Stefano Sabatini 80715c3b23 lavfi/aspect: remove confusing comments 13 years ago
  Stefano Sabatini 360218713f lavfi/aspect: show log info even in case no argument is provided to setdar/setsar 13 years ago
  Stefano Sabatini 0349d61eef lavfi/aspect: rename field aspect->aspect to aspect->ratio 13 years ago
  Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
  Stefano Sabatini c61bfc113a setdar: prefer "sar" over "par" in log info message 14 years ago
  Stefano Sabatini 3ea031b3f2 setdar: prefer "sar" over "par" in log info message 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
  Michael Niedermayer 14b171cd71 Add sample_aspect_ratio to AVFilterLink 14 years ago
  Baptiste Coudurier 6fd2b8bd0a In aspect filter, fix display for input resolution 14 years ago
  Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
  Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago