Clément Bœsch
|
29667a2c20
|
decimate: check for avctx ptr before closing.
Fixes a crash init failed before setting avctx.
|
12 years ago |
Nicolas George
|
40ecd44f00
|
lavfi/vf_decimate: use standard options parsing.
|
12 years ago |
Stefano Sabatini
|
a2a1e20fa2
|
lavfi/decimate: use named options
|
12 years ago |
Clément Bœsch
|
5673a0102a
|
lavfi/decimate: remove usage of link->cur_buf.
|
12 years ago |
Stefano Sabatini
|
3d72820722
|
lavfi/decimate: switch to ff_filter_frame() API
|
12 years ago |
Clément Bœsch
|
2d9d444051
|
lavfi: convert remaining input/output list compound literals to named objects.
This is following 568c70e79e .
|
12 years ago |
Hendrik Leppkes
|
79393a8363
|
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Stefano Sabatini
|
9dd3d6c72a
|
lavfi: port decimate libmpcodecs filter
This filter is based on the MPlayer decimate filter by Rich Felker.
|
13 years ago |