- 22 Jun, 2008 23 commits
-
-
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)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
code from ILEoo (not sure what this actually does)
-
Rémi Denis-Courmont authored
-
- 21 Jun, 2008 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Patch by Rov Juvano. thanks.
-
- 20 Jun, 2008 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This removes dummy wakeups, and fixes a deadlock when quitting while reading from a FIFO.
-
Rémi Denis-Courmont authored
-
Pavlov Konstantin authored
to produce well-formed pkg-config files.
-