- 17 Feb, 2015 6 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265718
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267893
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265719
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267891
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265717
-
- 16 Feb, 2015 1 commit
-
-
Diego Biurrun authored
There is no point in having a separate header for a single declaration.
-
- 15 Feb, 2015 21 commits
-
-
Himangi Saraogi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
This allows sharing them with the DCA XLL extension w/o duplication.
-
Diego Biurrun authored
-
Peter Meerwald authored
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Peter Meerwald authored
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Peter Meerwald authored
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Peter Meerwald authored
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Peter Meerwald authored
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Yusuke Nakamura authored
CTS-based seek is reasonable since player requests frames in output order not coded order. This change fixes seek to a keyframe within consecutive keyframes. Let's say P[0|-1] and P[1|0], here x and y inside [x|y] are PTS and DTS respectively, and both two frames are a keyframe. If you try to seek on PTS=0, i.e. P[0|-1], you'll get P[1|0] if the demuxer is DTS based. This is obviously undesirable. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Daniel Moran authored
The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Avoid an unsigned underflow. Bug-Id: 1041122 CC: libav-stable@libav.org
-
Federico Tomassetti authored
Bug-Id: CID 1257795 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
The segment field in the struct has to be conditionally build as well.
-
Luca Barbato authored
It is required.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 14 Feb, 2015 10 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Himangi Saraogi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 13 Feb, 2015 2 commits
-
-
Peter Meerwald authored
hevc seems to be the only place where the C implementation of the av_clip function is explicitly selected, precluding platform-specific optimizations Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Also, move a misplaced block to the right position.
-