- 29 Aug, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(My fault - fortunately, sout_AccessOutControl was unused)
-
- 13 Aug, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 11 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 09 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
This is very likely to break .*64 platforms.
-
- 20 Oct, 2007 1 commit
-
-
Laurent Aimar authored
As a side effect, it fixed a potential segfault (race condition) when using sout-keep (but I am not sure if we have a stream_out module that can show the problem) sout_UpdateStatistic still uses input internal data and that need to be fixed. Audio output need such a clean too.
-
- 04 Oct, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Sep, 2007 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 13 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Sep, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Feb, 2007 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
plus several minor bugfixes in SAP announce OTOH, SAP is currently broken for standard output (and untested for RTP)
-
- 09 Feb, 2007 2 commits
-
-
Rémi Denis-Courmont authored
To be continued
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2006 1 commit
-
-
zorglub authored
* libvlc sources and plugins now define __LIBVLC__ and headers exported to plugins (ie, include/vlc_*.h) check for this * libvlc sources use the value of the "libvlc" component in vlc-config instead of vlc * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
-
- 26 Nov, 2006 1 commit
-
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 01 Oct, 2006 1 commit
-
-
dionoea authored
-
- 04 Feb, 2006 1 commit
-
-
zorglub authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 15 Dec, 2005 1 commit
-
-
zorglub authored
Minor headers cleanup
-
- 29 Nov, 2005 1 commit
-
-
zorglub authored
-
- 23 Oct, 2005 1 commit
-
-
zorglub authored
-
- 20 Oct, 2005 1 commit
-
-
Marian Durkovic authored
m=video 1234 udp 33 for raw UDP m=video 1234 RTP/AVP 33 for RTP
-
- 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.
-
- 03 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
* libvlc: Conversion functions (needs performance improvement) Convert filenames from command line * SAP, Skins2: no perform own UTF-8 conversion * file, playlistold : convert * wx, winCE : assume UTF-8
-
- 27 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-