- 02 Sep, 2013 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
sys->first_pts is the time the stream started originally, but was mistaken as the time of the stream was paused. Now, it is assumed that pausing and resuming take approximately the same time. This is usually true, and if it is not, there is no way for either VLC or PulseAudio to know (since ALSA does not expose pause/resume latency informations for the underlying devices). In practice, this makes no real difference other than removing a bogus warning about being late when resuming from pause.
-
Timothy B. Terriberry authored
QTextEdit doesn't have a textEdited() signal, but textChanged() works well enough if we disable it while we're changing the text ourselves. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
Also, don't abort parsing the rest of the comments if we encounter an empty one. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
Otherwise it won't get saved to the file. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
This requires a taglib version with Opus support, but such a version has not yet been released, even though support has been in git almost a year. This version is scheduled as version 1.9 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
The default implementation of QLineEdit only calls the fixup method if the user presses Enter and the content is not currently valid.
-
Jean-Baptiste Kempf authored
-
Sergey Radionov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David R Robison authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Paul Clark authored
Some inputs (e.g. RTSP) can provide negative rates (rewind) just fine Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Close #9291
-
Denis Charmet authored
Since libavcodec decoder doesn't expect matroska formatted wavpack anymore.
-
- 01 Sep, 2013 6 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
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 12 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
-