- 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 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 03 Aug, 2014 3 commits
-
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Also add missing mem.h header for av_freep().
-
Diego Biurrun authored
-
- 01 Aug, 2014 3 commits
-
-
Luca Barbato authored
Otherwise the frame would show the first layout matching the channel count.
-
Luca Barbato authored
-
Vittorio Giovara authored
This reverts commit 35b05c51. A warning is introduced in case this option is used.
-
- 29 Jul, 2014 1 commit
-
-
Diego Biurrun authored
CC: libav-stable@libav.org
-
- 08 Jul, 2014 1 commit
-
-
Andrew Kelley authored
This fixes a segmentation fault because request_frame in fifo.c assumes that the call to ff_request_frame will populate fifo->root.next. Before, it was possible for request_frame in af_compand to not do this, resulting in a null pointer access. Now, request_frame in af_compand always will return at least one frame or an error, as per the API specifications in avfilter.h for request_frame. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-