- 13 Apr, 2006 7 commits
-
-
Christophe Massiot authored
you are supposed to pass frequency * 16000 instead of frequency * 16. This is sooo coherent.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me.
-
Antoine Cellerier authored
-
Clément Stenac authored
-
Christophe Mutricy authored
-
- 12 Apr, 2006 14 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come.
-
Christophe Massiot authored
backwards compatibility with the old http intf (anyway MVLC_ADD is obsoleted by RPN function playlist_add).
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
If you think playtree is not ready yet, yell :)
-
Clément Stenac authored
-
- 11 Apr, 2006 15 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop). Small illustration: ./vlc -vvv -I dummy input.ts --color All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments. Help would be appreciated. (I've already had reports of other people having the same kind of issues)
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
Report and fix from Pavlov Konstantin “thresh”
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Fix HTTPd crash - Break the old interface again
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
Thanks. For those wondering, this *is* swedish.
-
Clément Stenac authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning * be a bit nicer and return @"" instead of NULL strings - this fixes the display of certain modules in the preferences such as the parametric equaliser prefs.m: * removed 2 unused variables
-
Clément Stenac authored
-
- 10 Apr, 2006 4 commits
-
-
Damien Fouilleul authored
-
Derk-Jan Hartman authored
* Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-