- 10 Feb, 2014 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
Fixes HDMV menus with still image background and BD-J menus without background video. Remove incorrect end of title log message. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Required for BluRay text subtitle support. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Events can be returned even if read returns <= 0. Single bd_read_ext() call can trigger multiple events. All events should be handled before next bd_read_ext() call, events are tied to current read position. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
kill warnings if unused
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
David Fuhrmann authored
-
Jean-Paul Saman authored
Solve 'lost synchro' warnings when using a file input. The warning was triggered by the functions GetFirstPCR(), CheckPCR() and GetLastPCR(). They searched for a TS packet which contains a PCR but did not take the TS packet size boundarys into account. By rounding to the nearest p_sys->i_packet_size this warning was resolved.
-
- 09 Feb, 2014 20 commits
-
-
Jean-Baptiste Kempf authored
And when it was successfully added Close #8395
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Delegates can't request updates themselves. Repaint needs to be triggered at model or view level.
-
Francois Cartegnie authored
-
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
Solve a bug where the display stays black when the dimension of the video is not supported by MediaCodec (either too small or too large). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
Also don't care input fps and only calculate what should be the next output pts. We anyway define output fps to be either 25fps or input fps if it's available. This should help to eliminate skips/visual artefacts on video if there is small skips in input. And output constans fps from transcode. Fixes #10453 for me
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Prints dts, segment number, length, difference to previous dts and md5 of block. with prefix-option you can give prefix to print in stats-line, so you can add stats module multiple times with different prefixes. Output to file is given with output parameter.
-
- 08 Feb, 2014 2 commits
-
-
Francois Cartegnie authored
Skeleton handling does early write of some headers, and then skipped flagging them.
-
Francois Cartegnie authored
-