- 12 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Nov, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 21 Oct, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 05 Oct, 2006 1 commit
-
-
Sam Hocevar authored
-
- 01 Oct, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Aug, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 07 Apr, 2006 5 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Jean-Paul Saman authored
it conflicts with DVD SPU.
-
Christophe Massiot authored
Partially reverted [12259] because it implied too many page recompositions.
-
- 31 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 30 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 23 Jan, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
the subtitle was displayed fine but since aspect ratios didn't match it wasn't positioned correctly on the vout. ie: -------------- | | | | | subtit| | | -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png ) now it's displayed in the center but the letters are scaled horrizontaly (which doesn't look too good ... but at least everything is displayed) ( http://people.videolan.org/~dionoea/vlcsubs2.png )
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Sep, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 22 Aug, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 19 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Fix region width/height encoding bug. Dvbsub never tested for a change in region widht/height that made a region smaller then the previous one that was encoded. The encoded region size would always been the largest size encountered, this is now fixed. Removed some superflous whitespace/
-
- 15 Aug, 2005 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Found a simpler way to send an empty picture to the client. It fixes also memleaks introduced in 12196.
-
Jean-Paul Saman authored
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. To stream use a commandline similar to this: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv For local playback a commandline like this is needed: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv Have fun with the basic functionality - jpsaman.
-
- 09 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 07 Apr, 2005 1 commit
-
-
Rocky Bernstein authored
thing to do.
-
- 19 Mar, 2005 1 commit
-
-
Gildas Bazin authored
* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
-
- 27 Jan, 2005 1 commit
-
-
Gildas Bazin authored
* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
-
- 23 Jan, 2005 1 commit
-
-
Gildas Bazin authored
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 09 Dec, 2004 1 commit
-
-
Gildas Bazin authored
-
- 21 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 15 Oct, 2004 3 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 14 Oct, 2004 2 commits
-
-
Gildas Bazin authored
* modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.
-
Gildas Bazin authored
-