- 01 Apr, 2004 15 commits
-
-
Laurent Aimar authored
worst until we completly switch to demux2...)
-
ipkiss authored
If you change the layout all anchorings are lost, except for anchors that are in the same position in the old and the new layouts. Adding more 'persistent' anchorings should not be very difficult.
-
gbazin authored
-
hartman authored
-
hartman authored
-
Laurent Aimar authored
-
gbazin authored
-
gbazin authored
-
Eric Petit authored
-
gbazin authored
+ added a --video-title option, courtesy of Hornsby Adrian. * modules/video_output/directx/directx.c: minor changes.
-
zorglub authored
-
zorglub authored
* modules/misc/playlist : native playlist export * configure.ac : playlist and export need libxml2
-
gbazin authored
+ check for lrintf() and fallback on rint().
-
Rocky Bernstein authored
-
gbazin authored
-
- 31 Mar, 2004 12 commits
-
-
Anil Daoud authored
-
gbazin 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.
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin 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.
-
bigben authored
-
ipkiss authored
-
ipkiss authored
-
bigben authored
-
bigben authored
-
hartman authored
now you can see at least something with those SAP announces with Latin char encoding.
-
- 30 Mar, 2004 5 commits
-
-
bigben 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.
-
bigben authored
-
zorglub authored
-
zorglub authored
-
Mohammed Adnène Trojette authored
Modified a little default skin -> hiding video window
-
- 29 Mar, 2004 8 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).
-