- Oct 26, 2015
-
-
Luca Barbato authored
Make sure it does not leak packets. CC: libav-stable@libav.org
-
- May 02, 2015
-
-
Martin Storsjö authored
This is printed in a separate subgroup "displaymatrix" inside a new group named "sidedata". The subgroup has got two values, "rotation" (which is the parsed rotation from the matrix) and "matrix" containing the full actual values. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Mar 08, 2015
-
-
Vittorio Giovara authored
-
- Feb 14, 2015
-
-
Diego Biurrun authored
-
- Dec 18, 2014
-
-
Vittorio Giovara authored
-
- Oct 17, 2014
-
-
Luca Barbato authored
The element is always valid. CC: libav-stable@libav.org Bug-Id: CID 732276
-
- Oct 08, 2014
-
-
Vittorio Giovara authored
-
- Jul 07, 2013
-
-
Luca Barbato authored
Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523
-
Luca Barbato authored
-
- Apr 11, 2013
-
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
- Mar 07, 2013
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jan 04, 2013
-
-
Anton Khirnov authored
Based on a patch by Jan Gerber <j@v2v.cc>
-
- Dec 02, 2012
-
-
Janne Grunau authored
-
- Oct 12, 2012
-
-
Anton Khirnov authored
-
- Oct 08, 2012
-
-
Anton Khirnov authored
-
- Oct 03, 2012
-
-
Diego Biurrun authored
-
- Oct 01, 2012
-
-
Diego Elio Pettenò authored
-
- Aug 30, 2012
-
-
Anton Khirnov authored
func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it).
-
- Aug 27, 2012
-
-
Martin Storsjö authored
This also makes sure the function pointers are stored via the same union member as they are accessed via. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 19, 2012
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Don't require every caller to supply them.
-
Anton Khirnov authored
show_foo() functions are declared as void show_foo(void), but called as int show_foo(const char*, const char*).
-
- Aug 18, 2012
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Aug 13, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Aug 07, 2012
-
-
Anton Khirnov authored
-
- Jul 29, 2012
-
-
Anton Khirnov authored
According to its description, it is supposed to be the LCM of all the frame durations. The usability of such a thing is vanishingly small, especially since we cannot determine it with any amount of reliability. Therefore get rid of it after the next bump. Replace it with the average framerate where it makes sense. FATE results for the wtv and xmv demux tests change. In the wtv case this is caused by the file being corrupted (or possibly badly cut) and containing invalid timestamps. This results in lavf estimating the framerate wrong and making up wrong frame durations. In the xmv case the file contains pts jumps, so again the estimated framerate is far from anything sane and lavf again makes up different frame durations. In some other tests lavf starts making up frame durations from different frame.
-
- Jul 28, 2012
-
-
Ronald S. Bultje authored
-
- Jun 05, 2012
-
-
Alex Converse authored
-
- May 29, 2012
-
-
Luca Barbato authored
-
Luca Barbato authored
Avoid possible clashes.
-
- May 26, 2012
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- May 25, 2012
-
-
Christian Schmidt authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Make opt_output_format return the correct value.
-
Luca Barbato authored
JSON usage is quite widespread.
-
Luca Barbato authored
Make the output valid INI serialization.
-
Luca Barbato authored
Do not use decimals if not needed.
-