- 02 Feb, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
-
- 01 Feb, 2004 1 commit
-
-
Laurent Aimar authored
-
- 31 Jan, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 30 Jan, 2004 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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
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 5 commits
-
-
Laurent Aimar authored
-
zorglub authored
-
zorglub 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 ;)
-
Laurent Aimar authored
-
- 28 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 27 Jan, 2004 7 commits
-
-
hartman authored
-
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.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
reading packet).
-
gbazin authored
* modules/demux/util/*: fixed segfault with new vobsub code.
-
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
-
- 26 Jan, 2004 6 commits
-
-
hartman authored
-
hartman authored
-
Laurent Aimar authored
-
gbazin authored
* src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
-
gbazin authored
* modules/demux/util/*: a bit of cleanup.
-
Jon Lech Johansen authored
-
- 25 Jan, 2004 2 commits
-
-
hartman authored
-
Laurent Aimar authored
- demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling (fixed key).
-
- 24 Jan, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 23 Jan, 2004 3 commits
-
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
gbazin authored
* modules/demux/mp4/mp4.c: don't segfault on reference files.
-
- 22 Jan, 2004 5 commits
-
-
sigmunau authored
* removed an unused, and unreleased vlc_object_find() * added support for flac in mkv
-
gbazin authored
* src/playlist/loadsave.c: errno.h related fixes. * modules/demux/Modules.am: added missing ps.h.
-
sigmunau authored
* comment out parsing of elements that no muxer ever used, and that are being removed from the spec. (patch by Mosu in the mkv team)
-
Jon Lech Johansen authored
GNU/Linux. requires libsysfs (sysfsutils).
-
Laurent Aimar authored
(not well tested)
-