- 19 Jul, 2011 3 commits
-
-
Rémi Denis-Courmont authored
qtr() is misused in place of qtu(). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 18 Jul, 2011 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
With only one PulseAudio plugin, this is not very useful currently. In principles, it enables sharing the mainloop across plugins.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Luc Saillard authored
Some audio file can contains severall id3tag. Apple use it to insert a jpeg in an audio only stream to display an image. So just iterate others all id3tag, and discard them. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Luc Saillard authored
We must defined all members to NULL (select, waitpid, ...) In file included from gnutls.c:63: ../../include/vlc_gcrypt.h:81: warning: missing initializer ../../include/vlc_gcrypt.h:81: warning: (near initialization for 'gcry_threads_vlc.read') Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Can Wu authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Can Wu authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
- 17 Jul, 2011 10 commits
-
-
Rafaël Carré authored
These days the extra vlc revision is an integer (1.1.10.1), not a letter like in 0.8.6f days Make PACKAGE_VERSION_* be integer, we don't need them to be strings PACKAGE_VERSION_EXTRA now represents only this number, and is set to 0 when not used (1.1.11.0 represents 1.1.11) Add PACKAGE_VERSION_DEV (== "git" or "rc*"), to be sure development versions are less recent than released versions. This string is never displayed, it is only tested for nullity The file format on our servers can use X.Y.Z or X.Y.Z.E
-
Alexey Sokolov authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
This is really basic for the moment but already allows to find (and fix) one bug. The test is not activated by default. VLC quits if the test succeed or wait forever if the test fails so run it with the following command: "timeout 5 ./vlc -I luaintf --lua-intf=test"
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Fixes #4952
-
Felix Paul Kühne authored
-
Erwan Tulou authored
-
Felix Paul Kühne authored
macosx: re-implemented the slower/faster menu items as a logarithmic slider similar to the Qt interface
-
Rémi Denis-Courmont authored
-
- 16 Jul, 2011 12 commits
-
-
Rémi Denis-Courmont authored
This should fix buffer underflows in most cases.
-
Rémi Denis-Courmont authored
Also move some stuff from vlc_config.h to vlc_aout*.h
-
Rafaël Carré authored
Forward all available codec data to libavcodec Closes: #4254
-
Rafaël Carré authored
-
Felix Paul Kühne authored
moved some elements around and renamed them within the 'Capture' tab it's no longer called an 'iSight input', etc.
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
The user is not going to see the banner, and this tends to clutter error logs (X server, cron jobs...) - not only on MacOS.
-
Rémi Denis-Courmont authored
<vlc_es.h> includes <vlc_fourcc.h> already
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
reduce indentation level concatenate a few lines add a mention to #4005 in a comment make a table static const change style: ( bla ) -> (bla)
-
Rafaël Carré authored
-
Rafaël Carré authored
argument is a string ("on" or "off") not a bool
-
- 15 Jul, 2011 1 commit
-
-
Felix Paul Kühne authored
-