- 24 Jun, 2008 12 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
Otherwise I sometimes get: [????????] x11 video output error: X11 request 2.0 failed with error code 3: BadWindow (invalid Window parameter) X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Resource id in failed request: 0x1000027 Serial number of failed request: 26 Current serial number in output stream: 27
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Someone still needs to fix this properly though...
-
Rémi Denis-Courmont authored
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
-
Yohann Martineau authored
config.h is now included first, before any other header. Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
-
Jean-Baptiste Kempf authored
This doesn't change any functionnality.
-
Jean-Baptiste Kempf authored
This needs more checks, because we might have unneeded stuffs left.
-
- 23 Jun, 2008 13 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Mirsal Ennaime authored
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Add aspect ratio option to canvas (like what transcode used to have). Please confirm that i'm not using the aspect ratio the wrong way :) (aspect instead of 1/aspect or something)
-
Jean-Paul Saman authored
-
Lukas Durfina authored
uninitialized variable and synchro with fs controller Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Antoine Cellerier authored
-
- 22 Jun, 2008 15 commits
-
-
Antoine Cellerier authored
attached" on vlc_object_detach although the object was attached previously ... what could that be due to?
-
Rémi Duraffort authored
Fix potential segfault (check malloc return value).
-
Rémi Duraffort authored
Fix a potential segfault.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Fix a double malloc. Fix potential segfault.
-
Rémi Duraffort authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
We already had the discussion (again) a few weeks ago. If you want non-ASCII code points in the American English locale, create po/en.po or po/en_US.po
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was causing deadlocks (due to misordering of structure_lock and object locks). Besides, this hack should not be needed now that we have libvlc_wait(), and that libvlc_release() explicitly calls vlc_object_kill as needed.
-
Bill C. Riemers authored
Changes: 1. Don't send Connection: close or Connection: Keep-Alive. So we will maintain a persistent connection with HTTP 1.1. 2. Close the connection if and only if the server does not send Connection: close, and a zero length is received indicated by either Content-Length: 0 or a 0 length size in the byte range. 3. Correct i_remaining to deal with file larger than 2GBi. 4. Update i_remaining in Read and OpenWithCookies. 5. Use -1 for uninitialized size so we can tell the difference from a zero length result. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Antoine Cellerier authored
-
Antoine Cellerier authored
That commit broke audio sample rate changing. This reverts commit ddac67aa.
-
Rémi Denis-Courmont authored
Saves linking against the C++ runtime, and allows libtool to generate the symbols table properly.
-
Rémi Denis-Courmont authored
-