- 10 Dec, 2013 2 commits
-
-
Jean-Baptiste Kempf authored
Close #10096
-
Rafaël Carré authored
-
- 09 Dec, 2013 10 commits
-
-
Francois Cartegnie authored
-
Erwan Tulou authored
In the swscale filter plugin, i_visible_width and i_visible_height fields are now expected to be provided and greater than 0. This fixes art display problems with the skins2 in recent builds.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Align seek time on second to avoid overflow on seek.
-
Ilkka Ollakka authored
regression from 808e6123 as calculations still used with/height instead of visible_width/height
-
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 12 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
-