[vlc-devel] CVS Commit (hartman)

cvs at videolan.org cvs at videolan.org
Mon Sep 22 05:40:06 CEST 2003


Update of /var/cvs/videolan/vlc
Modified Files:
	Makefile.am 

Update of /var/cvs/videolan/vlc/modules/gui/macosx
Modified Files:
	output.m playlist.h playlist.m 

Update of /var/cvs/videolan/vlc/extras/MacOSX/Resources/English.lproj/MainMenu.nib
Modified Files:
	classes.nib info.nib objects.nib 

Update of /var/cvs/videolan/vlc/include
Modified Files:
	ninput.h 

Update of /var/cvs/videolan/vlc/modules/demux/util
Modified Files:
	sub.c 

Update of /var/cvs/videolan/vlc/src
Modified Files:
	libvlc.h 

Update of /var/cvs/videolan/vlc/src/input
Modified Files:
	input.c 
Added Files:
	subtitles.c 

Log Message:
* 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.

-- 
hartman

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list