Browse Source

subsdelay news

pull/2/head
Rémi Denis-Courmont 16 years ago
parent
commit
4dc39e9f45
  1. 1
      AUTHORS
  2. 2
      NEWS
  3. 1
      modules/LIST

1
AUTHORS

@ -389,4 +389,5 @@ Xavier Marchesini
Yannick Bréhon
Ye zhang
Yuehua Zhao
Yuval Tze
Yves Duret

2
NEWS

@ -38,6 +38,7 @@ Core:
* Playback rate doesn't get resetted to 1 between items anymore
* Major Video Output and Video Core reworks and rewrites
* Almost every video filter can now be transcoded
* Option --sub-filter was renamed --sub-source
Demuxers:
* id3tag plugin is now removed (superseded by taglib)
@ -70,6 +71,7 @@ Video Filter:
* New sepia filter for creating sepia effect in videos
* New deinterlacer mode Phosphor, a framerate doubling CRT TV simulator
* New deinterlacer mode IVTC, to do live inverse telecine for NTSC films
* New subsdelay filter to change subtitles delay
Audio Output:
* New audio output based on AudioQueue API for iOS

1
modules/LIST

@ -309,6 +309,7 @@ $Id$
* stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds
* stream_out_transcode: audio & video transcoder using FFmpeg
* subsdelay: subtitles delay filter
* subsdec: a codec to output textual subtitles
* subsusf: a demuxer for USF subtitles
* subtitle: a demuxer for subtitle files

Loading…
Cancel
Save