An error occurred fetching the project authors.
- 13 Jul, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 10 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Jun, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 07 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Apr, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 Apr, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Only two call sites checked for errors. Anyway, the implementation does not check for errors.
-
- 21 Mar, 2011 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 17 Feb, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 13 Feb, 2011 1 commit
-
-
Pierre Ynard authored
See #4455. The lua interface merely polls, reads and writes on file descriptors 0 and 1, and expects it to work. There is no support for spawning a console and redirecting/getting file descriptors to it, and file descriptors are mixed with socket descriptors and polled, which won't work on windows. Until something is done about it, revert to the old rc interface
-
- 02 Feb, 2011 1 commit
-
-
Pierre Ynard authored
-
- 27 Jan, 2011 2 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 22 Oct, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 14 Oct, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Oct, 2010 1 commit
-
-
Ilkka Ollakka authored
Thisway we don't reset playback rate between items
-
- 09 Aug, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jul, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pankaj Yadav authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 11 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
The memory usage is already there anyway. However, this increases the code size a little, especially on 32-bits platforms. N.B.: helper getter functions are still 32-bits until further change. So are configuration items.
-
- 11 Jun, 2010 1 commit
-
-
Jakob Leben authored
untested
-
- 05 Jun, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This is an arbitrary choice. But KiB are much more common than kB. Also the notation is unambiguous. Note that we keep kbps for *bit* rates.
-
- 14 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This partially fixes multiple media players in LibVLC. This also removes a few run-away var_Create() in doVolumeChanges().
-
- 10 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
This allows the value to be inherited most cleanly across inputs (if the video output cannot be recycled anyway). This also enables changing the fullscreen status in absence of video, just like LibVLC does.
-
Rémi Denis-Courmont authored
-
- 09 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
pl_Hold() assumed the playlist was already created. pl_Release() does not solve any problem. Playlist synchronization is done with the playlist lock, while playlist deletion must anyway be done after all interfaces, services and other threads are joined.
-
- 11 Jan, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 Dec, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Dec, 2009 1 commit
-
-
JP Dinger authored
Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc().
-
- 02 Dec, 2009 1 commit
-
-
Rafaël Carré authored
-
- 01 Dec, 2009 1 commit
-
-
Erwan Tulou authored
type is void and not boolean (assert failed in var_SetChecked)
-