- 31 Mar, 2009 15 commits
-
-
Rémi Duraffort authored
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I would really prefer to remove vlc_poll() from exports in the long term.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
xxcv authored
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
-
Rémi Denis-Courmont authored
Invalid free pointed out by xxcv.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 30 Mar, 2009 5 commits
-
-
Felix Paul Kühne authored
macosx: implement RTP stream selection. Closes #2497, while #2496 is invalid as RTMP streams can easily opened by pasting the respective URL in the 'URL' field...
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Srikanth Raju authored
-
- 29 Mar, 2009 20 commits
-
-
Ludovic Fauvet authored
When cleared the menu was not refreshed. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Sébastien Escudier authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Geoffroy Couprie authored
-
Srikanth Raju authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Some broken .Ram playlist have .rm extensions. The real demuxer should take the actula .rm files before.
-
Jean-Baptiste Kempf authored
-
Srikanth Raju authored
Adds a RAM playlist demuxer to read .ram playlist files. Handles parameters author, copyright, clipinfo, start, end and title. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
On my linux x86_64 system, when trying to statically link the x264 module against libx264, I get the following error: /usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value Even though libx264 was compiled as PIC. Dynamically linking against the shared library, built during the same process, works well. The x264 folks said that VLC needed to use the -Bsymbolic flag to allow conversation of a static PIC library into a shared library, so that's what I did, and it works for me. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It will avoid VLC loading every .mkv in the same directory than the one you are trying to play (can be very very long). Of course, this will break linked mkv files...
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
This modules seems to not resample the first samples (which is not good at all for an audio filter2 btw). This has to be taken into account when calculating the output buffer size. Fixes #1862 and #1962(duplicate).
-