Changeset c500da33b4da33c4ea4ee4841d72437efb3cea2f
- Timestamp:
- 04/09/08 10:41:21
(3 months ago)
- Author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl>
- git-committer:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1207730481 +0200
- git-parent:
[0b19be9270379003168cb2791cd6ce22f89e3254]
- git-author:
- Jean-Paul Saman <jean-paul.saman@m2x.nl> 1204378040 +0100
- Message:
Refactor dynamic overlays from Google Summer of Code project.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r19ac4fc |
rc500da3 |
|
| 1201 | 1201 | VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 demux_cdg cdg ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta]) |
|---|
| 1202 | 1202 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf t140 dvbsub cc mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| 1203 | | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving croppadd]) |
|---|
| | 1203 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving croppadd dynamicoverlay]) |
|---|
| 1204 | 1204 | VLC_ADD_PLUGINS([converter_fixed mono]) |
|---|
| 1205 | 1205 | VLC_ADD_PLUGINS([trivial_resampler ugly_resampler]) |
|---|
| … | … | |
| 6295 | 6295 | modules/video_filter/Makefile |
|---|
| 6296 | 6296 | modules/video_filter/atmo/Makefile |
|---|
| | 6297 | modules/video_filter/dynamicoverlay/Makefile |
|---|
| 6297 | 6298 | modules/video_output/Makefile |
|---|
| 6298 | 6299 | modules/video_output/msw/Makefile |
|---|