82 Commits (f3158c3f29cd24cf50a02b58201ec2cf149b51e5)

Author SHA1 Message Date
  Michael Niedermayer 14e2e40f3b avfilter/vf_hqdn3: use av_malloc_array() 11 years ago
  Luca Barbato e995cf1bcc avfilter: Add missing emms_c when needed 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol a8e00cf926 avfilter: remove redundant use of AV_NE() macro 11 years ago
  Paul B Mahol 622c977437 lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASS 12 years ago
  Anton Khirnov 3ba35a346c vf_hqdn3d: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov 56e4ce0d13 vf_hqdn3d: use the name 's' for the pointer to the private context 12 years ago
  Clément Bœsch 0122300c86 lavfi/hqdn3d: restore timeline feature. 12 years ago
  Clément Bœsch 0652111833 lavfi/hqdn3d: use macros instead of hardcoded indexes. 12 years ago
  Clément Bœsch 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Clément Bœsch 039c2b7828 lavfi/hqdn3d: remove timeline flag. 12 years ago
  Clément Bœsch fdd93eabfb lavfi: add timeline support. 12 years ago
  Michael Niedermayer 3dedcef8b8 avfilter: add missing AV_OPT_FLAG_FILTERING_PARAM 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 8c747d46f7 vf_hqdn3d: switch to an AVOptions-based system. 12 years ago
  Loren Merritt 5b3c1aecb2 hqdn3d: Fix out of array read in LOWPASS 12 years ago
  Anton Khirnov d0a863ac89 vf_hqdn3d: fix uninitialized variable use 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Diego Biurrun 76d90125cd vf_hqdn3d: x86: Add proper arch optimization initialization 12 years ago
  Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 12 years ago
  Clément Bœsch b5eb630e21 lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. 12 years ago
  Clément Bœsch 9e1914dfba lavfi/hqdn3d: avoid use of uninitialized variable. 12 years ago
  Michael Niedermayer ed547e2ce5 vf_hqdn3d: fix permissions 12 years ago
  Anton Khirnov 1b43fc127c vf_hqdn3d: switch to filter_frame 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
  Loren Merritt 1b1b902e2c hqdn3d: Fix out of array read in LOWPASS 12 years ago
  Michael Niedermayer 4f92d31aa4 vf_hqdn3d: remove duplicate inline 12 years ago
  Martin Storsjö b441a4517b vf_hqdn3d: Remove a duplicate inline declaration 12 years ago
  Martin Storsjö 2bd67175c7 vf_hqdn3d: Don't declare the loop variable within the for loop 12 years ago
  Michael Niedermayer 851bac4b06 vf_hqdn3d: avoid declaring variable in for() 12 years ago
  Loren Merritt 7a1944b907 vf_hqdn3d: x86 asm 12 years ago
  Loren Merritt 566858a770 vf_hqdn3d: support 16bit colordepth 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Loren Merritt 1ad715dbf3 vf_hqdn3d: support 9 and 10bit colordepth 12 years ago
  Loren Merritt 0f583e6cc5 vf_hqdn3d: reduce intermediate precision 12 years ago
  Loren Merritt 85e228c71d vf_hqdn3d: simplify and optimize 12 years ago
  Loren Merritt 60b9785530 vf_hqdn3d: cosmetics 12 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_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