- 10 Feb, 2014 4 commits
-
-
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 16 commits
-
-
Francois Cartegnie authored
Skeleton handling does early write of some headers, and then skipped flagging them.
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maxim Bublis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
See CVE-2013-6954
-
Jean-Baptiste Kempf authored
-
Ron Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ron Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ron Wright authored
This patch introduces FFT windowing routines to reduce spectral leakage in spectrum-based visualizations. It supports four types of windows that are commonly used in spectrum analyzers (besides the pre-existing rectangular window): Hann, flat top, Blackman-Harris, and Kaiser. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
For instance changing from 10:10 to 1:1 should not generate an event if we are not in display fill mode.
-
Felix Abecassis authored
Avoid signalling a change of aspect-ratio when it only changed from 1:1 to 0:0. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
BluRay streams have 4-byte header before TS sync byte. Current code handles 192-byte ts packets, but it assumes extra bytes are at the end of packet. This results in re-sync at stream start: 1) first packet is dropped First packet is usually PAT, and losing it means losing the first GOP. This is fatal with still-image based menus. 2) 4-byte header of the second packet is skipped This results in read of the last packet returning only 188 bytes, and it is also skipped. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-