- 15 Sep, 2003 2 commits
-
-
Clément Stenac authored
-
Laurent Aimar authored
-
- 14 Sep, 2003 2 commits
-
-
Clément Stenac authored
* modules/access/slp.c : do not add udp:@ automatically * modules/stream_out/announce.c : always use the same service name add udp:@ (hack !)
-
Sigmund Augdal Helberg authored
* if the given vout thread is a filter, then don't sleep untill the display date. This reduces the chance of pictures being late when reaching the vout if one or more filters are in use * don't include current render time in the render_time sliding mean if it is way too large ( as inspired by Simon Gittins ). * weight the current sliding mean tree times more than the current render time when calculating the new render time. This should make the code more robust to jitter in render time
-
- 13 Sep, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
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.
-
- 12 Sep, 2003 2 commits
-
-
Laurent Aimar authored
TAB_FIND and TAB_APPEND (could be used every where now). There are a bit like INSERT_ITEM, ... but not exactly, perhaps I should try to merge them). * src/input/input.c : begin to implement es_out_t thing (unsusable now).
-
Laurent Aimar authored
* modules/demux/* : use the stream_t from input_thread_t. * include/ninput.h : begin to add new way to register es. (unused for now). (in the long term I want to split input_thread_t and intoduce demux_t and access_t and perhaps something like access_demux_t)
-
- 11 Sep, 2003 2 commits
-
-
Clément Stenac authored
-
Jean-Paul Saman authored
-
- 10 Sep, 2003 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
account the window size. This should allow consistent font sizes independant of how large a movie is. The options currently are smaller,small,normal,large,larger. It should be much more userfriendly.
-
Laurent Aimar authored
-
Laurent Aimar authored
servers). Use atoll. (always defined).
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
and not ICY (who talked about RadioPI ?)
-
Laurent Aimar authored
(MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work). * demux/* : removed useless include
-
Laurent Aimar authored
* playlist : use new input variables.
-
Clément Stenac authored
* playlist.cpp: removed "..." in menu entries as we don't open a box
-
- 09 Sep, 2003 5 commits
-
-
Derk-Jan Hartman authored
Added the current available effects to the longdiscription of the 'visual-list' config option.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Jean-Paul Saman authored
-
Derk-Jan Hartman authored
Incorrect placing of logical operator
-
- 08 Sep, 2003 11 commits
-
-
Clément Stenac authored
modules/visualisation/visual/visual.h: - Change default effect-height - Less scaling in spectrum analyser
-
Laurent Aimar authored
set b_pace to true when using --rtsp-tcp. (eg DSS server send data to fast)
-
Laurent Aimar authored
-
Clément Stenac authored
modules/gui/wxwindows/wxwindows.h: - give default to the search button when user enters text - case-insensitive search
-
Clément Stenac authored
include/playlist.h: playlist sorting (function playlist_Sort( playlist_t * , int type) * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/wxwindows.h : * Implement playlist sorting & reverse sorting * Playlist search
-
Benjamin Pracht authored
*reflects a change in ivtv_ioctl_codec struct *adds he bitratemode commandline option (values are vbr and cbr
-
Laurent Aimar authored
-
Laurent Aimar authored
mp3/raw audio should work. If you want to try download http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to change configure.ac yourself)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 07 Sep, 2003 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
* gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input state. * gui/wxwindows: use 'position' and 'time' variables -> seek improved for avi and mp4 and accurate time display :)
-
Laurent Aimar authored
object variables and begin to use pf_demux_control. * variables: new time type handling.
-