Mercurial > mplayer.hg
comparison Changelog @ 34102:dd8320c2a2cb
libmpcodec: add vf_lavfi.
This filter wraps a complete libavfilter filter graph.
As the API of libavfilter is not completely stable yet, the filter is not
enabled by default, so as not to let mplayer unbuildable.
Some strange behaviours may appear due to the very different model of buffer
allocation between mplayer and lavfi.
author | cigaes |
---|---|
date | Wed, 12 Oct 2011 11:38:10 +0000 |
parents | 83a80dedac69 |
children | 3d7ee643b110 |
comparison
equal
deleted
inserted
replaced
34101:bffc842649c2 | 34102:dd8320c2a2cb |
---|---|
9 Demuxers: | 9 Demuxers: |
10 * experimental support for using binary Quicktime codecs with -demuxer lavf. | 10 * experimental support for using binary Quicktime codecs with -demuxer lavf. |
11 | 11 |
12 Filters: | 12 Filters: |
13 * delogo: allow to change the rectangle based on the time. | 13 * delogo: allow to change the rectangle based on the time. |
14 * lavfi: libavfilter filter graphs (experimental). | |
14 | 15 |
15 Other: | 16 Other: |
16 * support adding noise at output resolution with -vo gl:noise-strength=8 | 17 * support adding noise at output resolution with -vo gl:noise-strength=8 |
17 * experimental support for PGS (BluRay-compatible), DVB and XSUB subtitles. | 18 * experimental support for PGS (BluRay-compatible), DVB and XSUB subtitles. |
18 * experimental af_cmdline slave command to change e.g. audio equalizer options at runtime. | 19 * experimental af_cmdline slave command to change e.g. audio equalizer options at runtime. |