- 01 Apr, 2004 12 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Eric Petit authored
-
Gildas Bazin authored
+ added a --video-title option, courtesy of Hornsby Adrian. * modules/video_output/directx/directx.c: minor changes.
-
Clément Stenac authored
-
Clément Stenac authored
* modules/misc/playlist : native playlist export * configure.ac : playlist and export need libxml2
-
Gildas Bazin authored
+ check for lrintf() and fallback on rint().
-
Rocky Bernstein authored
-
Gildas Bazin authored
-
- 31 Mar, 2004 12 commits
-
-
Anil Daoud authored
-
Gildas Bazin authored
* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/input/input.c: + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...). + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ). * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
-
Benjamin Pracht authored
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
Derk-Jan Hartman authored
now you can see at least something with those SAP announces with Latin char encoding.
-
- 30 Mar, 2004 5 commits
-
-
Benjamin Pracht authored
Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
-
Benjamin Pracht authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Mohammed Adnène Trojette authored
Modified a little default skin -> hiding video window
-
- 29 Mar, 2004 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it was meant to do as op.bytes is a "long")
-
Laurent Aimar authored
-
Laurent Aimar authored
* livedotcom, mkv: removed all TAB_*.
-
Laurent Aimar authored
cast of lvalue. -> Don't use them anymore in C++ code. ( Don't use *(void**)&p, it won't work because of aliasing problem). * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
-
Laurent Aimar authored
input: fixed uninitialised variable (i_microsecondperframe for subs)
-
Laurent Aimar authored
from stable, but begin to work. (Tested only with TS). Limitation: no synchro with others stream if any (anyway, it would be a bit stupid to have such stream).
-
Laurent Aimar authored
to chain demuxer. - stream_DemuxNew: create a special stream_t, launch a thread that will open a demuxer, and call p_demux->pf_demux until asked to die. - stream_DemuxSend: append a block to be used by the new demuxer. - stream_DemuxDelete : free all data...
-
Laurent Aimar authored
(each vlc_object_find has to be followed by a vlc_object_release once the object isn't needed anymore) Btw, I think we should better do that update in src/input/input_dec.c, this way it will work with every decoder AND a decoder should not touch p_input (decoders will be used by transcode for instance ...)
-
Laurent Aimar authored
-