- 01 Sep, 2013 4 commits
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Rafaël Carré authored
Some APE files can have a single packet duration of up to 30s Is there even a hard limit in this format, or can packets be longer? Previous gap limit was an arbitrary 22s, written in a way reminiscent of the MPEG 90kHz clock, which does not make sense anymore since reference clock in all our demuxers use our own 1MHz clock. Also explicitely use CLOCK_FREQ
-
Rémi Denis-Courmont authored
This enables direct rendering for H.264 software decoding.
-
- 31 Aug, 2013 3 commits
-
-
Mirsal Ennaime authored
-
Pierre Ynard authored
This only fixes encoding but we don't use decoding anyway. Fixes #8854
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2013 6 commits
-
-
Martin Storsjö authored
I don't know of any codec that actually works better when passed dts instead of pts. If such codecs exist I do think they're a minority compared to the ones that can handle both or that do prefer pts. Additionally, the Android media frameworks pass pts to decoders in general, not dts. (Vendors might of course have individual hacks, but this is what the generic code does.) Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is often useful when debugging, when trying to keep track of frames. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Aug, 2013 19 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
And remove write only variable
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
Too many functions are not related to freetype and could be used by other renderers like QuartText or DirectWrite. Moreover, this file was way too long. This is just the beginning, and there are no functionnal change so far.
-
Jean-Baptiste Kempf authored
It is a QFrame, so it is already parented and should work fine. Fixes crash-on-quit in Qt5
-
Jean-Baptiste Kempf authored
Ref #8532
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #8532
-
Ludovic Fauvet authored
This fixes a potential NULL pointer dereference and also enables the marq filter to use the user specified font. Reported-by: Tillmann Karras <tillmann@selfnet.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 27 Aug, 2013 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nobody would use this in real life (even time offset bookmarks are hardly used at all), the "feature" was unreachable from the UI, and it does not work with most demuxers. seekpoint_t.i_byte_offset is kept due to other usage of the same structure, i.e. proper seek points (as opposed to bookmarks).
-
Rémi Denis-Courmont authored
This is useless given that the time offset is set and the input core ignores the byte offset when the time offset is set. I think the column should probably be removed completely.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ludovic Fauvet authored
-
Rafaël Carré authored
Close #9234
-