An error occurred fetching the project authors.
- 21 Oct, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Oct, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 15 Sep, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 12 Sep, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jun, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 15 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 15 Apr, 2006 1 commit
-
-
Cyril Deguet authored
(in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate. * winamp2.xml: updated the winamp2 skin
-
- 28 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 18 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 16 Feb, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 04 Feb, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* Reduce vlc_object_find calls
-
- 03 Feb, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 02 Feb, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
This one is slightly dangerous as it can happen over and over again during normal operation.
-
- 15 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 19 Dec, 2005 2 commits
-
-
Christophe Massiot authored
processing of SPU elementary streams.
-
Christophe Massiot authored
to select a precise track by its ID. * modules/demux/ts.c: Enable --ts-es-id-pid by default since I see no drawback to it.
-
- 22 Aug, 2005 1 commit
-
-
Gildas Bazin authored
-
- 12 Aug, 2005 2 commits
-
-
Christophe Massiot authored
[12140].
-
Jean-Paul Saman authored
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)
-
- 13 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 16 May, 2005 1 commit
-
-
Gildas Bazin authored
-
- 28 Apr, 2005 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
ts.c: use ES_OUT_DEL_GROUP to remove old program.
-
- 27 Apr, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 26 Apr, 2005 1 commit
-
-
Laurent Aimar authored
* input: allow chaining of access_filter (like filter1:filter2 ...) * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
-
- 04 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
avi.c: make frame rate info available
-
- 25 Mar, 2005 1 commit
-
-
Laurent Aimar authored
* es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program (it's not yet really clean). * demux/ts: parse SI tables of DVB (channel names + events), it needs last libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
-
- 11 Mar, 2005 1 commit
-
-
Clément Stenac authored
Change some message severities
-
- 08 Mar, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-