- 10 Sep, 2007 4 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
damienf authored
-
bitmap authored
if it has a DEFAULT flag on it. User overrides for preferred language should continue to take precedence. The current versions of MKVToolnix correctly support DEFAULT track tag but some older versions don't. If you want to have subtitle streams in your mkv file, but not have them activate by default, try remuxing any files causing you trouble, with the current version of MKVToolnix, and turning the DEFAULT track flag option to NO for all subtitles streams. MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
-
- 09 Sep, 2007 36 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
vlclua.c: get rid of an empty module and fix descriptions
-
Rémi Denis-Courmont authored
If someone wants to have it in there, it should probably rather be done using a dedicated shortcut rather than a boolean configuration.
-
Rémi Denis-Courmont authored
-
dionoea authored
-
Rémi Denis-Courmont authored
ptrdiff_t is signed so unequality comparison between pointers would compute wrong when the two operands are within opposite halves of the memory space.
-
dionoea authored
-
dionoea authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D Patch by StFS - Stefán Freyr Stefánsson
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\ :std{access=mmsh,mux=asfh,dst=:18080}'
-
Rémi Denis-Courmont authored
whatever else might ever be invented
-
dionoea authored
Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders)
-
Jean-Baptiste Kempf authored
Icons done by aLtgLasS.
-
dionoea authored
-
Jean-Baptiste Kempf authored
Patch by Jean-François Massol
-
dionoea authored
-
dionoea authored
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
current item.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug. However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification
-
Jean-Baptiste Kempf authored
Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.
-