- 07 Sep, 2012 5 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
This script was done by etix, and modified by me. Yes, this is not the most beautiful ever, but it works. Patches welcome
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Sep, 2012 24 commits
-
-
Rafaël Carré authored
The fixed typo generated a new string, and left the previous string in the .po Fixing the .po files thus left us with a duplicate string
-
Rafaël Carré authored
-
Rafaël Carré authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Benjamin Drung authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
gcc -O4 is apparently not recognized anymore
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Benjamin Drung authored
Close #7436 Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Benjamin Drung authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
They were spotted by ruby-elf's cowstats (gem install ruby-elf) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 05 Sep, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Mark Lee authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Some mingw-w64 3.0 toolchains like mine, for example, have those DLLs in the second or possibly third field of LIBRARY_PATH. Skipping these could lead to weird C++ dlopen errors. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Diego Elio Pettenò authored
By changing the description from a pointer to an array of characters, the long tables don't need to be relocated. Unfortunately this adds 30KB of padding zeroes for empty strings. Since Lookup() returns a custom entry_t object, with a possibly modified description, this is implemented by creating a new structure type. With more work it would be possible to simply filling all the entries with final description and remove the extra matching and entry manipulation. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 04 Sep, 2012 5 commits
-
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
Close #7401 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
If psz_album is NULL you have no data to insert. If you have an id then the value is already in database and only empty string can erase it.
-
Francois Cartegnie authored
-
David Fuhrmann authored
-