- 07 Sep, 2009 1 commit
-
-
Laurent Aimar authored
-
- 30 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2009 1 commit
-
-
Pierre Ynard authored
Add a lot of missing files
-
- 26 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
There was almost no commonality. This also simplifies stuff a bit.
-
- 25 Aug, 2009 1 commit
-
-
Laurent Aimar authored
It will allow to sanetize aout_instance_t.
-
- 20 Aug, 2009 1 commit
-
-
Rafaël Carré authored
Move cryptography specific functions into their own file, together with functions downloading public key / signatures Factorize common code for generating signatures (hash_sha1_from_*) Remove unused update_WaitDownload (was OSX specific)
-
- 09 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2009 1 commit
-
-
Laurent Aimar authored
-
- 01 Aug, 2009 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
I don't know if this is really useful. On Linux it is not really useful given the libtool versioning algorithm (VER:REV:AGE -> VER-AGE:AGE:REV) ensures different sonames in any case.
-
Rémi Denis-Courmont authored
This reverts commit 17eb17c5.
-
- 30 Jul, 2009 1 commit
-
-
Laurent Aimar authored
-
- 29 Jul, 2009 1 commit
-
-
Michael Hanselmann authored
These functions can be used by HTTP clients to authenticate against HTTP servers using the Basic and Digest algorithms as described in RFC2617. Most of the code is taken from modules/access/http.c, although it includes modifications to make it work as library functions and to fix some issues. The HTTP access module can be converted at a later point, but there's still some stuff needing cleanup first. These functions will be used for the Remote Audio Output Protocol plugin to authenticate VLC against RAOP-compatible devices if the user enabled password protection. Signed-off-by:
Michael Hanselmann <public@hansmi.ch> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 24 Jul, 2009 1 commit
-
-
JP Dinger authored
-
- 06 Jul, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Jun, 2009 1 commit
-
-
Konstantin Pavlov authored
-
- 06 Jun, 2009 1 commit
-
-
Laurent Aimar authored
It will be used to create multiple video from one without having to fake a video output (and all its overhead).
-
- 05 Jun, 2009 1 commit
-
-
Laurent Aimar authored
-
- 04 Jun, 2009 1 commit
-
-
Pierre authored
-
- 03 Jun, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Jun, 2009 1 commit
-
-
Pierre authored
-
- 31 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 25 May, 2009 2 commits
- 16 May, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
It introduces a bunch of VLC_CODEC_* defines as a representative fourcc for a codec. The fourccs have been chosen pretty much randomly except when I knew well know ones. It adds two helpers: vlc_fourcc_GetCodec and vlc_fourcc_GetDescription. Don't hesitate if you have any comments.
-
- 12 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This was clearly a bug, as it is documented as an internal function, and sues internal types
-
- 26 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Apr, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Mar, 2009 1 commit
-
-
Rémi Denis-Courmont authored
avcodec is used from at least three different plugins: avcodec, switcher (which seems dead though) and indirectly in avformat. We need to have a common interlock for all of these.
-
- 08 Mar, 2009 1 commit
-
-
Rémi Denis-Courmont authored
One useless thread gone (the new subsystem does not need a thread).
-