Commit 4dc39e9f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

subsdelay news

parent 036ee285
...@@ -389,4 +389,5 @@ Xavier Marchesini ...@@ -389,4 +389,5 @@ Xavier Marchesini
Yannick Bréhon Yannick Bréhon
Ye zhang Ye zhang
Yuehua Zhao Yuehua Zhao
Yuval Tze
Yves Duret Yves Duret
...@@ -38,6 +38,7 @@ Core: ...@@ -38,6 +38,7 @@ Core:
* Playback rate doesn't get resetted to 1 between items anymore * Playback rate doesn't get resetted to 1 between items anymore
* Major Video Output and Video Core reworks and rewrites * Major Video Output and Video Core reworks and rewrites
* Almost every video filter can now be transcoded * Almost every video filter can now be transcoded
* Option --sub-filter was renamed --sub-source
Demuxers: Demuxers:
* id3tag plugin is now removed (superseded by taglib) * id3tag plugin is now removed (superseded by taglib)
...@@ -70,6 +71,7 @@ Video Filter: ...@@ -70,6 +71,7 @@ Video Filter:
* New sepia filter for creating sepia effect in videos * New sepia filter for creating sepia effect in videos
* New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator * New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
* New deinterlacer mode IVTC, to do live inverse telecine for NTSC films * New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
* New subsdelay filter to change subtitles delay
Audio Output: Audio Output:
* New audio output based on AudioQueue API for iOS * New audio output based on AudioQueue API for iOS
......
...@@ -309,6 +309,7 @@ $Id$ ...@@ -309,6 +309,7 @@ $Id$
* stream_out_standard: standard stream output module * stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds * stream_out_switcher: stream output module to display backgrounds
* stream_out_transcode: audio & video transcoder using FFmpeg * stream_out_transcode: audio & video transcoder using FFmpeg
* subsdelay: subtitles delay filter
* subsdec: a codec to output textual subtitles * subsdec: a codec to output textual subtitles
* subsusf: a demuxer for USF subtitles * subsusf: a demuxer for USF subtitles
* subtitle: a demuxer for subtitle files * subtitle: a demuxer for subtitle files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment