[vlc-devel] CVS Commit (fenrir)

cvs at videolan.org cvs at videolan.org
Sat Sep 13 19:42:16 CEST 2003


Update of /cvs/videolan/vlc/include
Modified Files:
	input_ext-intf.h ninput.h vlc_common.h 

Update of /cvs/videolan/vlc/modules/demux/avi
Modified Files:
	avi.c avi.h 

Update of /cvs/videolan/vlc/modules/demux/mp4
Modified Files:
	mp4.c 

Update of /cvs/videolan/vlc/modules/demux/mpeg
Modified Files:
	mpga.c 

Update of /cvs/videolan/vlc/src/input
Modified Files:
	demux.c input.c 

Update of /cvs/videolan/vlc/src/playlist
Modified Files:
	playlist.c 

Update of /cvs/videolan/vlc/src/video_output
Modified Files:
	video_output.c 

Log Message:
 * src/video_output/video_output.c  : do not use  FIND_ANYWHERE to catch
 the playlist.  but use FIND_PARENT. vlc_object_find  with FIND_ANYWHERE
 use p_obj->p_vlc as a starting point  and that doesn't work as playlist
 is  detach from  vlc before  vout is  destroyed by  the decoders  (when
 shutting down)  Perhaps vlc_object_find  should be  fixing to  find the
 root object, but I'm not sure.

 * src/input/*  : move  subtitle handling  from avi  to input.  Now subs
 should works with all file types _BUT_ won't be in synch if the demuxer
 doesn't implement a _precise_ DEMUX_GET_TIME.  So only .avi, .mp4 will
 be ok. Others could works if perfectly cbr.
  Now  Subtitle  track is  only  selected  when specified  by  sub-file
 option.(auto-dectected file is always added but not selected by default)
  Btw, the code could support multiple  subs files, but I don't know how
 to pass multiple filenames, any ideas ?


 * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so
 don't use that elsewhere.

-- 
fenrir

-- 
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