- 02 Nov, 2014 9 commits
-
-
Rémi Denis-Courmont authored
Cc: Antti Ajanki <antti.ajanki@iki.fi>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
date is always >= VLC_TS_INVALID
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
Original channels is under-specified in my opinion. If you know where the design documentation is, please tell me.
-
Rémi Denis-Courmont authored
Do like the other outputs do.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Nov, 2014 31 commits
-
-
Jean-Baptiste Kempf authored
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Le 28/10/2014 23:11, Frédéric Yhuel a écrit : > static int MP4_NextBox( stream_t *p_stream, MP4_Box_t *p_box ) > { > - MP4_Box_t box; > + MP4_Box_t box = {0}; > > if( !p_box ) > { > Better fail early. (untested, no sample) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antti Ajanki authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
picture_pool_NonEmpty() still won´t work quite right when the overflow happens, but that function is a horrible dysfunctional hack anyway.
-
Jean-Baptiste Kempf authored
libgcc_s is still needed, for C++ modules Gotta love libtool Ref #12620
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Konstantin K. Beliak authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use picture_Release() directly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is no longer necessary as picture pools are locked internally.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The pool can now have its own independent garbage collector, that no longer clobbers the original garbage collector.
-
Rémi Denis-Courmont authored
Otherwise picture references from the private pool get clobbered.
-
Yuudai Yamashigi authored
That fork uses a different path to avoid problems
-
Jean-Baptiste Kempf authored
Why be consistent, Qt? Close #12671
-
David Fuhrmann authored
For resumption we need to rely on the "time" variable instead of "position", as the total duration of the file might not have been set yet. Also simplifies the code. close #11981
-
David Fuhrmann authored
The cone does not really fit and looks ugly. Instead, use the broadcast icon for all internet-related sd's and local icon for devices category.
-