- 11 Jul, 2005 14 commits
-
-
Rémi Denis-Courmont authored
(local account needed, but possibly not same user as VLC)
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable
-
Sam Hocevar authored
-
Christophe Massiot authored
program= and es= for the same destination.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 10 Jul, 2005 25 commits
-
-
Sam Hocevar authored
and are just to be utterly ignored otherwise.
-
Benjamin Pracht authored
Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Fix unitialised value According to valgrind there's still an unitialized value at line 2343
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
(even on gcc-2.95 seems to accept the flag)
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(someone show me a screen with a negative pixel resolution)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
ogg.c : FIXME FIXME FIXME I don't know Ogg format well, but don't we have a possible out-of-bound read at line 1346 and following ??
-
Rémi Denis-Courmont authored
NOTE to developers : When you want to compare n bytes from two buffers, please use : memcmp( buf1, buf2, n ) rather than : strncmp( buf1, buf2, n ) strncmp should only be used if either of the buffers might be nul-terminated within its first n bytes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rocky Bernstein authored
values have special meanings.
-
- 09 Jul, 2005 1 commit
-
-
Antoine Cellerier authored
-