- 17 Jan, 2009 1 commit
-
-
ssbssa authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
- 12 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Jan, 2009 1 commit
-
-
Ilkka Ollakka authored
-
- 07 Jan, 2009 1 commit
-
-
Christophe Mutricy authored
-
- 04 Jan, 2009 1 commit
-
-
dionoea authored
(No more splitting up planed in the forseable future)
-
- 03 Jan, 2009 3 commits
- 02 Jan, 2009 1 commit
-
-
ivoire authored
* libid3 is outdated * taglib module is better now.
-
- 28 Dec, 2008 1 commit
-
-
ogg.k.ogg.k authored
libtiger is a rendering library for Kate streams based on Pango and Cairo, and supports almost everything Kate streams can do. There's a bit of wonkiness with rendering on regions as VLC then blends them onto a subsampled YUV buffer, and colors can bleed in a not so nice way. I've tried frobbing the blender in blend.c and I got rid of the chroma bleeding, but at the cost of other artifacts, so I'm leaving it out. Also, I can't find a way to get the preferences dialog to call a callback on my variables with a pointer to the decoder, so changing the variables will not have effect till VLC is started again. Also includes the misc kate fixes from a previous patch, which was not applied yet, but changes the same code as this patch (and fixed a possible crash). Note that I don't have a big endian host to check, so the RGBA component flipping code is untested. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 21 Dec, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Dec, 2008 1 commit
-
-
Michael Hanselmann authored
Apple AirPort Express devices can play audio streamed over the network. The Remote Audio Output Protocol was reverse-engineered by Jon Lech Johansen in 2004. He also released a proof of concept implementation named JustePort. The control protocol is similar to interleaved RTSP record mode and based on HTTP. It is used to negotiate details before sending music data over an AES encrypted TCP connection. RSA is used to encrypt the AES key before transfering it via an HTTP header. To this day, only the public part of the RSA key has been made public while the private part remains unknown. VLC uses libgcrypt for encryption. Unfortunately, libgcrypt doesn't support the OAEP standard as defined in RFC2437 and RAOP demands OAEP padding for RSA encrypted data. OAEP has been reimplemented from scratch based on the specification for this plugin. These functions, MGF1 and AddOaepPadding, can be adopted for libgcrypt at a later time. All input data must be encoded using the Apple Lossless codec with 44100 Hz and 2 channels. The "transcode" plugin can be used to reencode input data. Updating the volume while playing is not yet supported. Except for logging, no use is made of the audio delay and jack type reported by the device. Apple's RAOP-compatible devices announce themselves on the network using Zeroconf, but discovering them is not implemented in this plugin. The service type is "_raop._tcp". The "raop" plugin can be used like this: --sout='#transcode{acodec=alac,channels=2}:raop{host=hostname}' It also supports a "volume" parameter with a range from 0 to 255. Signed-off-by:
Michael Hanselmann <public@hansmi.ch> Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 16 Dec, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Dec, 2008 3 commits
-
-
Laurent Aimar authored
The GUI need to be updated (QT4/macosx/wx). The module "dump" and "bandwidth" need to be ported to stream_filter.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
Even lenny has it... (etch doesn't) If you want to maintain a Qt4.2 version, you are welcome.
-
- 24 Nov, 2008 1 commit
-
-
Antoine Lejeune authored
It is used to speed up video output on N800/N810 devices. X11 is used to handle events. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 16 Nov, 2008 1 commit
-
-
aballier authored
Add a configure switch to allow disabling libsysfs support instead of letting it check what is on the build host and enable it accordingly. The default behavior is unchanged. Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 13 Nov, 2008 2 commits
-
-
Antoine Lejeune authored
Its interface is close to swscale and the library used part of the swscale module code. The library was developped by Siarhei Siamashka. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Antoine Lejeune authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 09 Nov, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Nov, 2008 1 commit
-
-
geal authored
-
- 30 Oct, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
If someone understands the stochastic process whereby GCC decides to apply this function or not, please let me know.
-
- 25 Oct, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Nicolas Chauvet authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 21 Oct, 2008 1 commit
-
-
Pavlov Konstantin authored
Based on patches by Nicolas Chauvet and Hans de Goede.
-
- 16 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Oct, 2008 2 commits
- 05 Oct, 2008 2 commits
-
-
impulze authored
when --enable-libcdio was passed to configure, vcdinfo was searched and linked against if found (only do that when vcdinfo wasn't disabled) Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
- 29 Sep, 2008 1 commit
-
-
geal authored
-
- 20 Sep, 2008 1 commit
-
-
Laurent Aimar authored
It will allow correct YUVP rescaling and even anti-aliased support if someone do it.
-
- 19 Sep, 2008 3 commits
- 18 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-