- 30 Jan, 2004 7 commits
-
-
Laurent Aimar authored
* dvdnav: select the right SPU track only while creating the ES when we are not in the menu. (this way user selection won't be lost).
-
Laurent Aimar authored
expanded to the real language name.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
entry. Rest: Mostly more shuffling of definitions for modularity; doc improvements. (Also I need to copy these changes between computers and this is the most expedient way. RV24 transparancy has been tested on a big-endian box.)
-
Derk-Jan Hartman authored
* modules/gui/macosx/prefs.?: New preferences parse code. New widgets aren't being created just yet. OS X version is broken now, but it already was. we need to fix this before a release. Code is largely ported from wxwindows...
-
Laurent Aimar authored
still frames, it doesn't handle the es selection (this way --sout-all will work). A major problem is that ES aren't added in a logical way like dvd and dvdread do (audio/video). I don't know how to retrieve it from dvdnav. (it's the same for dvdnav and dvdnavsimple)
-
Laurent Aimar authored
-
- 29 Jan, 2004 13 commits
-
-
Gildas Bazin authored
* modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
-
Gildas Bazin authored
* configure.ac: fixed typo.
-
Laurent Aimar authored
-
Clément Stenac authored
-
Clément Stenac authored
much memory, and was inconsistent, especially with input_CreateThread taking an array of options * Revert to using array of options * To add an item with options: - either use playlist_ItemNew, ItemAddOption, and then AddItem (useful if you don't have all your options in an array) - either use playlist_AddExt (use this if all your options are already in an array) * To add an item without options: use playlist_Add You can still add options after an item has been added by using either playlist_AddOption or playlist_ItemAddOption * Attempt to improve API and solve thread safety issues. - playlist_Item* functions allow to touch items only. p_item->lock must be used when needed (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info, playlist_ItemSet* ) - playlist_ItemGetById and ItemGetByPos give you playlist_items for GetByPos, you should have the playlist lock At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
-
Laurent Aimar authored
MODULE_SHORTCUT_MAX ;)
-
Gildas Bazin authored
* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var. * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add(). * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
* defined a CPU_CAPABILITY_SSE2 src/libvlc.(c|h): * implemented --see2/--no-sse2
-
Rocky Bernstein authored
all: more code cleanup and perhaps slightly better bigendian handling though more common routines/includes.
-
Rocky Bernstein authored
-
Eric Petit authored
+ Unkludged a lot the way the OpenGL output was working until now + Optimized here and here. Please test!
-
- 28 Jan, 2004 7 commits
-
-
Eric Petit authored
-
Gildas Bazin authored
* configure.ac: proper checks for all the skins2 dependancies.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Benjamin Pracht authored
Hope I haven't broken anything...
-
Eric Petit authored
the monitor (fixed flickering effect)
-
Laurent Aimar authored
-
- 27 Jan, 2004 13 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Vobsub is working now. only track 0 will be played atm. spudec scaling will need to be implemented or vobsub is pretty useless. * modules/codec/spudec Changed an error into a warning message.
-
Benjamin Pracht authored
-
Gildas Bazin authored
* configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4. * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
-
Gildas Bazin authored
* modules/codec/dts.c: bug-fix for s/pdif support.
-
Gildas Bazin authored
Parent window created outside the screen so it isn't visible. Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.
-
Gildas Bazin authored
* modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts. * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
reading packet).
-
Eric Petit authored
-
Gildas Bazin authored
* modules/demux/util/*: fixed segfault with new vobsub code.
-
Derk-Jan Hartman authored
fen, anymore tips? :) There seems to be some trouble with bufferoverflows atm and spudec doesn't like the data it is being fed: [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
-