- 07 Mar, 2005 1 commit
-
-
Steve Lhomme authored
-
- 15 Feb, 2005 1 commit
-
-
hartman authored
* renamed --spumargin to --sub-margin * renamed --spu-language to --sub-language * added note to NEWS about changed names of options
-
- 14 Feb, 2005 1 commit
-
-
gbazin authored
* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr). * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
-
- 16 Jan, 2005 1 commit
-
-
zorglub authored
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
-
- 11 Jan, 2005 1 commit
-
-
zorglub authored
Fix autoswitching to category view
-
- 10 Dec, 2004 1 commit
-
-
zorglub authored
Won't work for many things (only those for which metadata can be gotten during initialization). Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.
-
- 22 Nov, 2004 1 commit
-
-
Laurent Aimar authored
input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).
-
- 19 Nov, 2004 1 commit
-
-
zorglub authored
- coding style fixes - adapted to new playlist API - only put generic things in Meta-information wxWidgets: - Fixed playlist updating core: - added playlist_ItemGetByInput - implemented input_item_t.b_fixed name : if this is set, the interface should not try to "improve" the display string.
-
- 18 Nov, 2004 1 commit
-
-
zorglub authored
-
- 17 Nov, 2004 1 commit
-
-
zorglub authored
-
- 15 Nov, 2004 1 commit
-
-
Laurent Aimar authored
* network: export ipv4 name resolution.
-
- 06 Nov, 2004 1 commit
-
-
zorglub authored
-
- 19 Sep, 2004 1 commit
-
-
gbazin authored
-
- 14 Sep, 2004 1 commit
-
-
gbazin authored
* modules/misc/rtsp.c, include/vlc_vod.h: vod server api update. * include/vlc_input.h: extended input_item_t a bit for the vod server.
-
- 25 Aug, 2004 1 commit
-
-
Laurent Aimar authored
* access: added ACCESS_GET_TITLE_INFO (not yet implemented) * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
-
- 20 Aug, 2004 1 commit
-
-
gbazin authored
- syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]] - core also handles start/end boundaries itself (simplifies the access plugins). * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
-
- 05 Aug, 2004 1 commit
-
-
gbazin authored
* modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
-
- 16 Jul, 2004 1 commit
-
-
Sam Hocevar authored
-
- 25 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 24 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 23 Jun, 2004 1 commit
-
-
Laurent Aimar authored
(becarefull, it's just if you can seek or not, and not if you have to display the progress bar, for thet last you have to check if "position" value get != 0.0 ) - added "audio-delay" and "spu-delay" object variables to delay audio/spu to the video. They can be changed on the fly (untested). - renamed INPUT__GET/SET_SUBDELAY into INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY (wrapper to "audio-delay" and "spu-delay") - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use them, a demuxer should export DEMUX_GET_META and not using them.
-
- 22 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-