- 30 Jul, 2008 3 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Vincent Penquerc'h authored
Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
- 28 Jul, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 27 Jul, 2008 6 commits
-
-
Christophe Mutricy authored
-
hartman authored
-
hartman authored
-
hartman authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 23 Jul, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 21 Jul, 2008 1 commit
-
-
hartman authored
-
- 16 Jul, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 14 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2008 1 commit
-
-
hartman authored
These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? ) Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup. Fixes #1682
-
- 09 Jul, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
- 05 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
On Windows, we use the Win32 for Unicode conversion. On OSX, we don't even need to convert (and probably not on recent Linux distros either, but they all have iconv anyway :) )
-
- 03 Jul, 2008 3 commits
-
-
Christophe Mutricy authored
Soo that we avoid plugin cache problem between binary version. This patch was first thought for Debian but considering it is usefull for all distros and for VideoLAN own win32 and MacOSX builds, I think it has its place in the master tree.
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 02 Jul, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
That fixes compilation when incompatible headers are installed on the system (such as headers from vlc 0.8.6)
-
- 01 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Jun, 2008 2 commits
-
-
dionoea authored
-
Felix Paul Kühne authored
-
- 29 Jun, 2008 1 commit
-
-
Jonathan Rosser authored
Schroedinger is a fast decoder of the Dirac video codec. This plugin is currently the most complete dirac decoder (compared with ffmpeg or codec/dirac.c) and should ideally be used in preference - Input data blocks are handed over to schro which eventually free's them (avoids memcpy). Freed by SchroBufferFree() - Share picture storage between schro and vlc -- avoids memcpy of picture data after decoding. Freed by SchroFrameFree() - Autodetection of libschroedinger in configure.ac May be disabled with --disable-schroedinger - Bumped decoding priority to 200, to beat libavcodec.c and dirac.c, this module does a better job than either of them. - Remove potential memory leak when allocating pictures - Always use p_block rather than priv in SchroBufferFree - Performs pts interpolation for streams that do not have one pts per picture - Set progressive, top_field_first and nb_fields on picture_t's properly - Fix copyright date in header - Reorder picture_pts_t structure for efficiency - Print 64 bit types correctly with "%"PRId64 - No need to p_buffer->i_buffer=0 before buffer_Release() - Work around schroedinger's lack of handling multiple parseunits per block - Work around corrupt data produced by demux/ts.c after discontinuity - Correctly reset decoder at Dirac END_OF_SEQUENCE - Split decoding loop into two parts: - First, injecting [valid] parse units into the decoder - Second, itterating the decoder Signed-off-by:
David Flynn <davidf@woaf.net> Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 28 Jun, 2008 2 commits
-
-
Rov Juvano authored
Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e. no chipmunk effect). This fixes the pitch scaling caused by using the resampler to handle playback rate. Ported from GStreamer. Inspired by SoundTouch library by Olli Parviainen. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Jean-Baptiste Kempf authored
-
- 26 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Jun, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 22 Jun, 2008 1 commit
-
-
dionoea authored
-
- 20 Jun, 2008 2 commits
-
-
Konstantin Pavlov authored
Require it in configure as well.
-
Konstantin Pavlov authored
-
- 19 Jun, 2008 1 commit
-
-
Bill C Riemers authored
Based on earlier work from Nicolas (kwizart) Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 15 Jun, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Dominique Leuenberger authored
Libproxy can read proxy settings from KDE, GNOME, NetworkManager, or the environment. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 14 Jun, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 13 Jun, 2008 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-