- 23 Sep, 2009 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Srikanth Raju authored
This includes support for a SQL-based modules in Core VLC Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
(Yeah, some automatic variables were renamed too)
-
Rémi Denis-Courmont authored
aout_buffer_t now looks very much like a subset of block_t at the source code level. By the way, we might want to revisit the return value of date_Increment()...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Olivier Aubert authored
Not perfect yet (esp. enum classes are not correctly translated for discontinuous enums).
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Change to handle changed x264_encoder_headers and nal-stuff
-
Ilkka Ollakka authored
it's checked to match from r19973 on libavcodec
-
Pierre Ynard authored
-
Filippo Carone authored
-
Marian Ďurkovič authored
-
- 22 Sep, 2009 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Isn't fork() supposed to be slow on Windows?
-
Rémi Denis-Courmont authored
This will be needed to replace aout_buffer_t with block_t. We also need to replace end_date with i_length, which is a bit more involved.
-
Laurent Aimar authored
In case they are known to be unsupported at compilation time, they are now defined to be zero to be nice with the compiler.
-
Rémi Denis-Courmont authored
When allocation is false, aout_BufferFree is simply not called.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
The info panel is flushed and the current epg event is undefined when stopping the associated input.
-
Laurent Aimar authored
This reverts commit 6fc6b16d. I need it for input_item_SetEpgOffline (next commit).
-
Laurent Aimar authored
As a side effect, the EPG informations are no more lost when stopping.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also segregate flags per architecture from now on.
-
Rémi Denis-Courmont authored
-
Christophe Courtaut authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Christophe Courtaut authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 21 Sep, 2009 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This makes SSE3/SSSE3 in the same switch. Maybe this should be fusionned with SSE/SSE2 ?
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-