1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/extras/MacOSX
Derk-Jan Hartman 21c4f10c6e * modules/gui/macosx/playlist.?: implemented Save Playlist
* modules/gui/macosx/output.m: updated part of the Stream output dialog
* modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and
  sub-autodetect file options to src/input/input.c
* src/input/input.c: added the moved options and use them to add subtitle
  tracks.
* src/libvlc.h: description strings etc for sub-file and sub-autodetect-file
* src/input/subtitles.c: new subtitles_Detect() largely based on the
  code used by MPlayer. Adapted for coding style and structure differences.

The autodetect routine can now detect multiple subtitle files and assigns scores
based on their names. if they much well enough they are sorted based on their
score. It will then return this set, and they will all be added as SPU tracks
to the current stream. The (un)selecting of these tracks will need to be fixed
because they all get assigned the es id 0xFF currently.
2003-09-22 03:40:06 +00:00
..
plugin * mozilla plugin on MacOSX. Not fully implemented yet. 2003-08-14 12:38:04 +00:00
Resources * modules/gui/macosx/playlist.?: implemented Save Playlist 2003-09-22 03:40:06 +00:00
vlc.pbproj * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions 2003-09-19 23:03:27 +00:00
.cvsignore * S/PDIF output should now be working (untested, though). 2002-08-11 22:36:35 +00:00
macosx-dmg * moved macosx-dmg to extras/MacOSX/macosx-dmg 2003-03-24 19:58:42 +00:00