- 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.
2004-01-29 Thursday 17:14 fenrir
* demux2: mmh removed some shortcut. (easier than increasing
MODULE_SHORTCUT_MAX ;)
2004-01-29 Thursday 17:04 gbazin
* 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.
all: more code cleanup and perhaps slightly better bigendian handling though
more common routines/includes.
2004-01-29 Thursday 04:04 rocky
Transparancy for more chromas more complete.
2004-01-29 Thursday 02:01 titer
macosx/vout* :
+ Unkludged a lot the way the OpenGL output was working until now
+ Optimized here and here. Please test!
2004-01-28 Wednesday 21:31 titer
+ macosx/vout* : cosmetic
2004-01-28 Wednesday 20:53 gbazin
* configure.ac: proper checks for all the skins2 dependancies.
2004-01-28 Wednesday 16:46 gbazin
* modules/access/dshow/*: bug fixes.
2004-01-28 Wednesday 15:51 gbazin
* modules/gui/skins2/win32/win32_graphics.cpp: small fix.
2004-01-28 Wednesday 15:25 bigben
Do not enable skins2 on macosx and beos.
Hope I haven't broken anything...
2004-01-28 Wednesday 14:36 titer
macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
the monitor (fixed flickering effect)
2004-01-28 Wednesday 12:25 fenrir
* aiff: another demuxer.
2004-01-27 Tuesday 23:09 hartman
* Thou shall initialize thou subtitles.
2004-01-27 Tuesday 22:51 hartman
* modules/demux/util/sub.?
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.
2004-01-27 Tuesday 22:19 bigben
Fixes a little bug introduced by string review on localized VLC
2004-01-27 Tuesday 21:12 gbazin
* 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.
2004-01-27 Tuesday 19:14 gbazin
* modules/codec/dts.c: bug-fix for s/pdif support.
2004-01-27 Tuesday 17:01 gbazin
* modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
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.
2004-01-27 Tuesday 14:05 gbazin
* 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().
2004-01-27 Tuesday 13:10 fenrir
* sub: removed unused variable.
2004-01-27 Tuesday 12:46 fenrir
* sub: clean/fix. it begins to work.
2004-01-27 Tuesday 12:22 fenrir
* sub.c : fixed parsing, but doesn't work yet (buffer overflow while
reading packet).
2004-01-27 Tuesday 12:11 titer
macosx/vout.m: fixed OpenGL aspect ratio
2004-01-27 Tuesday 11:57 gbazin
* modules/demux/util/*: fixed segfault with new vobsub code.
2004-01-27 Tuesday 07:05 hartman
* VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
fen, anymore tips? :)
There seems to be some trouble with bufferoverflows atm and