- 25 Feb, 2015 7 commits
-
-
Francois Cartegnie authored
Avoids never creating es when access_control is seekable (should never be the case anyway)
-
Steve Lhomme authored
Fixes #11479 The file has some MP3 frames, but the frames are not packetized correctly in the Matroska file (spec violation) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
-
- 24 Feb, 2015 12 commits
-
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Applies to all view.
-
Francois Cartegnie authored
ContextMenuEvent should be forwarded to parent when child has Qt::NoContextMenu policy. Here, I can't figure out what is not working, parent never fires signal, event at viewport level. Redirecting signal as a workaound then :/ (might be pixels offset due to missing coordinates conversion)
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
unlike the Default Duration in the Info header which is per frame. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #8512 The fix is similar to that one in ffmpeg/libav http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavformat/matroskadec.c;#l2813Signed-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
-
- 23 Feb, 2015 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Helps picking a missing/untrusted PCR
-
Francois Cartegnie authored
Should fix mmsh stream selection
-
Steve Lhomme authored
It is mandatory in the specs. The chapters are not supposed to be in chronological order. Fixes #13773 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
```-- CC logger/console.lo logger/console.c: In function 'Open': logger/console.c:115:5: error: implicit declaration of function 'isatty' [-Werror=implicit-function-declaration] if (isatty(STDERR_FILENO) && var_InheritBool(obj, "color")) ^ logger/console.c:115:16: error: 'STDERR_FILENO' undeclared (first use in this function) if (isatty(STDERR_FILENO) && var_InheritBool(obj, "color")) ^ logger/console.c:115:16: note: each undeclared identifier is reported only once for each function it appears in cc1.exe: some warnings being treated as errors ``` -- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Only on fast seeking sources Close #12724 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Feb, 2015 8 commits
-
-
Francois Cartegnie authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
fixes #13967 * Recenters everything that depends on program: Time, timerolls, hacks... * Removes PCR probing, programless timeroll handling with a simplier fix (won't work with 2x26 hours recording, but..) * Better probing of program duration (not based on inter PCR). More accurate, at best by 1 frame length. * Changes seek handling and bisects only on request (removes the whole file probing) * No longer creates ES at preparse time * Simplify/Unify dual program selection list and don't trust default program at first * Many numerous other fixes
-