- 09 Dec, 2013 5 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Andrey Utkin authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 08 Dec, 2013 16 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Ray Tiley authored
The initial-segment-number option allows for passing in the number for the first segment. This is useful if you want to append to an existing live stream. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Solve the green line bug during thumbnailing. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Enable video filters using the visible dimension of the picture. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Vittorio Giovara authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Vittorio Giovara authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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 19 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
-