- 02 Dec, 2013 12 commits
-
-
Jean-Baptiste Kempf authored
Close #10019
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Having pts doesn't mean we have a valid index. Also, waiting 50 frames, including all streams is pointless. We expect at least a keyframe within 60 sec on seek track. This wait is lowered to 5 sec of data if we estimate a low bandwidth (that one might need a better hint)
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Maxim Bublis authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 01 Dec, 2013 3 commits
-
-
Gaurav Pruthi authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maxim Bublis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
Now callbacks are thread-safe and don't block UI thread while calculating coefs again. Also remove callbacks on Close.
-
- 30 Nov, 2013 21 commits
-
-
Francois Cartegnie authored
button might be unmatched
-
Francois Cartegnie authored
GetMainName() can return a pointer to temporary string::
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
Set time base on fps=25 as some codecs need it to be set (atleast DIV3).
-
Ilkka Ollakka authored
mpeg-based codecs seems to require this to be able to produce ~cbr output. Should Fix #8239 and #9983
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 29 Nov, 2013 4 commits
-
-
Felix Paul Kühne authored
-
Ludovic Fauvet authored
-
Tristan Matthews authored
-
Tristan Matthews authored
Without the INT64_C, ES_OUT_SET_PCR was being called with garbage values (when not on 64-bit systems). Refs #9828
-