- 08 Dec, 2013 6 commits
-
-
Andrey Utkin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Andrey Utkin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maxim Bublis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
split speex and speexdsp
-
- 07 Dec, 2013 20 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Use the revision just before libspeexdsp split
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Using lowest PTS or DTS is a bad idea, as lower video packets are sent ahead of pts, and most audio tracks are sending packets near to pts. So we had audio packets coming late, with a lower pts, and corrupted our PCR as we take the lowest pts among tracks. We can't also guess the full tracks rolls, so updating after a full roll instead of each packet is useless. Send time is a reliable base time.
-
Francois Cartegnie authored
Offsets pts & duration
-
Francois Cartegnie authored
Reads keyframe flag from payload extensions. Some formats like DVR-MS ships keyframe info into payload extensions and not as packet flag. Why make things simple ?
-
Francois Cartegnie authored
-
Francois Cartegnie authored
already microseconds
-
Francois Cartegnie authored
Sub-Payloads must have their pts computed from deltapts.
-
Francois Cartegnie authored
Use pts as track time, and then for pcr.
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Dec, 2013 6 commits
-
-
Rafaël Carré authored
It was unused since VLC started using automake, 11 years ago.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Tested with http://www.martinunderwood.f9.co.uk/mallard.wtv
-
Rafaël Carré authored
On windows the latter uses the console API under the hood. This gives VLC output the same format on Linux and on Windows (tested with wine), rather than printing the pointer ID at the end of the line.
-
Rafaël Carré authored
Pad with 0s, remove 0x prefix
-
- 05 Dec, 2013 7 commits
-
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
This application is incompatible with Mavericks, and it is superseded by the mechanisms provided within the UI itself. Also update the readme to reflect this change.
-
Andy Tather authored
Close #9522
-
Andy Tather authored
Ref #9522
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no point building FFI for its own sake since VLC does not use FFI directly on any platform.
-
Tristan Matthews authored
-
- 04 Dec, 2013 1 commit
-
-
Francois Cartegnie authored
-