- 24 Jun, 2008 1 commit
-
-
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 26 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
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
sure if I didn't miss some spots where that was missing). Thanks to Kevin DuBois for finding the bug. (This should fix some audio transcoding crashes)
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
transcode.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
if something similar is needed for audio filter2 ... I don't think it is)
-