An error occurred fetching the project authors.
- 11 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Dec, 2009 1 commit
-
-
JP Dinger authored
Introduce realloc_or_free() to src/*, and add assert() to mark unhandled ENOMEM error conditions. Allocation shrinking or otherwise handled allocations don't need realloc_or_free.
-
- 23 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This follows the historical LibVLC semantic (and new --rate one), so bigger is faster. In the process, simplify a few code paths, especially those in LibVLC, but make many other code paths more complicated due to integer<->float conversion. Most of those paths could probably be simplified. * Fix RC "fastforward" command behaviour (it was slowing down instead) * Fix str_format_mera 'R' format string with negative rates and rates such that (rate % 1000 < 100).
-
- 20 Oct, 2009 1 commit
-
-
Pierre Ynard authored
-
- 25 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Brought to you by M2X. Needless to mention that this is complete 100% crap. Depending cases, it's not either ignoring errors (and e.g. leaking memory which is very stupid in OOM situations), or worse, introducing bugs in places where realloc() was used correctly. And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS. This reverts commit ec5d8611.
-
- 24 May, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 10 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Feb, 2009 1 commit
-
-
Frédéric Crozat authored
Trimmed and Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 14 Dec, 2008 1 commit
-
-
Rémi Duraffort authored
setup test output #standard{mux=ts,access=udp,dst=239.255.100.42,sap,name="Pouet Pouet"} That's maybe not the best way to do this. Fix #2346
-
- 23 Nov, 2008 1 commit
-
-
Laurent Aimar authored
-
- 28 Aug, 2008 1 commit
-
-
Pavlov Konstantin authored
-
- 30 Jul, 2008 1 commit
-
-
Adrien Maglo authored
Fix a segfault which orrured when you set a schedule date with only a time like in : 'new test schedule date 18:00:00' In fact, this was not supported and the test condition was wrong. Also tell the user when the VLM couln't set a schedule property. Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
- 31 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
(we don't want sample scripts to break in certain countries)
-
- 12 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 May, 2008 1 commit
-
-
Pierre d'Herbemont authored
vlm: Fix a warning about a non initialized pointer use, and fix a potential free() of a random pointer.
-
- 08 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Now we can remove the VLM object type.
-
- 04 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2008 1 commit
-
-
Adrien Grand authored
In the function ExecuteCommand, p_message is given in argument to ExecuteHelp and is then modified locally in ExecuteHelp: p_message = vlm_MessageNew( "help", vlm_NULL ); whereas it is used further in function ExecuteCommand. This patch fixes this problem by passing the pointer address in argument to ExecuteHelp instead of the pointer itself. Signed-off-by:
Pierre d'Herbemont <pdherbemont@videolan.org>
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 08 Apr, 2008 1 commit
-
-
Filippo Carone authored
-
- 30 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
vlm: Only use gc enabled input item. (input_ItemClean and input_ItemInit shouldn't be used directly).
-
- 29 Mar, 2008 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 23 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 19 Mar, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).
-
Pierre d'Herbemont authored
-
- 18 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 17 Mar, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-