- 20 Jun, 2015 1 commit
-
-
Luca Barbato authored
Otherwise trailing zeroes would appear. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 31 May, 2015 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 May, 2015 1 commit
-
-
Vittorio Giovara authored
af_ashowinfo, due to the enum AVAudioServiceType use.
-
- 05 May, 2015 1 commit
-
-
Anton Khirnov authored
This reverts commit 63be97ec. All those calls were unchecked on purpose, as explained in the comments in the code.
-
- 22 Apr, 2015 1 commit
-
-
Federico Tomassetti authored
This correction was suggested to me by Michael Niedermayer Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 21 Apr, 2015 1 commit
-
-
Luca Barbato authored
And document both `draw` and `alpha`. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 Apr, 2015 3 commits
-
-
Federico Tomassetti authored
Bug-Id: CID 1267902 CC: libav-stable@libav.org Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Himangi Saraogi authored
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 21 Mar, 2015 1 commit
-
-
Federico Tomassetti authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 12 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 05 Mar, 2015 1 commit
-
-
Himangi Saraogi authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 17 Feb, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1267891
-
- 03 Feb, 2015 1 commit
-
-
Luca Barbato authored
The string might or might not be set depending if there are args and in case of error it must be freed nonetheless. CC: libav-stable@libav.org Bug-Id: CID 739878 / CID 739882
-
- 29 Jan, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 27 Jan, 2015 2 commits
-
-
Vittorio Giovara authored
Fix 'values' memory leak in case of error. CC: libav-stable@libav.org Bug-Id: CID 739879
-
Anton Khirnov authored
Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
-
- 05 Jan, 2015 4 commits
-
-
Vittorio Giovara authored
The log level is already a warning.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703624
-
- 08 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
Bug-Id: 778 CC: libav-stable@libav.org
-
- 07 Dec, 2014 1 commit
-
-
Михаил Муковников authored
Raise the maximum font size to a larger value. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 27 Nov, 2014 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
4775 decicycles -> 3688 decicycles
-
- 21 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1250334
-
- 14 Nov, 2014 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 25 Oct, 2014 1 commit
-
-
Martin Storsjö authored
If it isn't available in the system, we've got a fallback to the normal localtime function, so normal code can assume it is available as long as time_internal.h is included. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
Remove now redundant check. CC: libav-stable@libav.org Bug-Id: CID 700371
-
- 20 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org
-
- 18 Oct, 2014 4 commits
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087076
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1087086
-
Luca Barbato authored
And validate its size while at it. CC: libav-stable@libav.org Bug-Id: CID 1244189
-
Timothy B. Terriberry authored
The rounding used in the PTS calculations in filter_frame() does not actually match the number of samples output by the resampler. This leads to off-by-1 errors in the timestamps indicating gaps and underruns, even when the input timestamps are all contiguous. Bug-Id: 753 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Aug, 2014 2 commits
-
-
Diego Biurrun authored
Also convert a debug av_log() to av_dlog().
-
Diego Biurrun authored
-
- 19 Aug, 2014 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids an unused variable warning with MSVC since the variable is only used in a debug mode printf statement.
-
- 09 Aug, 2014 1 commit
-
-
Anton Khirnov authored
-