- 11 Apr, 2008 26 commits
-
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
Some files have moved (and some were added)
-
Christophe Mutricy authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
I bisected this unable to get meta from mp4-file to this 8632e67b commit and this particular line.
-
Filippo Carone authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination. libvlc test are now splitted a bit. Tests that are specific to core and that don't need vlc's modules are kept in src/test.
-
Jean-Paul Saman authored
Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown.
-
thannoy@actech-innovation.com authored
Even if no control toolbar is implemented for ActiveX yet, we already provide the code to enable/disable it for compatibility with Firefox API behaviour. The getter used to know if toolbar is shown will always return FALSE until a toolbar is implemented. (getter which will be available soon for Firefox) To use it: - ActiveX global property named "toolbar": For HTML : <param name="toolbar" value="True" /> - API on IVLCControl2 interface, property "toolbar" (RW): For Javascript : yourvlcobject.toolbar = false; isToolBarShown = yourvlcobject.toolbar; Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
thannoy@actech-innovation.com authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Adrien Grand authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
- 10 Apr, 2008 6 commits
-
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rafaël Carré authored
Do not handle Range requests at all This partly reverts 53474be3
-
Rafaël Carré authored
-
- 09 Apr, 2008 8 commits
-
-
Antoine Cellerier authored
Fix tiny 9 byte memleak per Authentication-Info header check if the nonce count option was specified.
-
Antoine Cellerier authored
Check the server's reply upon successful authentication and validate it (just to make sure that no one is spoofing the server's reply). This will probably fail if qop=auth-int (code needs to be fixed).
-
Antoine Cellerier authored
Commit changes to m4/private.m4. Please yell (and remove the file from git) if this wasn't supposed to be committed.
-
Antoine Cellerier authored
-
Filippo Carone authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-