- 17 May, 2016 1 commit
-
-
Vittorio Giovara authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 26 Feb, 2016 5 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This will be useful in the following commits.
-
Anton Khirnov authored
Do not pass just a bare AVFormatContext pointer around, wrap it in struct. This will be useful in the following commits.
-
Anton Khirnov authored
avprobe is not doing any decoding, so this is more correct than printing information from a random codec implementation.
-
Anton Khirnov authored
AVStream.codec is always non-NULL
-
- 22 Feb, 2016 1 commit
-
-
Anton Khirnov authored
avio_close() can only be called on AVIOContexts created by avio_open(2).
-
- 26 Oct, 2015 1 commit
-
-
Luca Barbato authored
Make sure it does not leak packets. CC: libav-stable@libav.org
-
- 02 May, 2015 2 commits
-
-
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>
-
- 08 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 17 Oct, 2014 1 commit
-
-
Luca Barbato authored
The element is always valid. CC: libav-stable@libav.org Bug-Id: CID 732276
-
- 08 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 07 Jul, 2013 2 commits
-
-
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
-
- 11 Apr, 2013 1 commit
-
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
- 07 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Jan, 2013 1 commit
-
-
Anton Khirnov authored
Based on a patch by Jan Gerber <j@v2v.cc>
-
- 02 Dec, 2012 1 commit
-
-
Janne Grunau authored
-
- 12 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 03 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 30 Aug, 2012 1 commit
-
-
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).
-
- 27 Aug, 2012 1 commit
-
-
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>
-
- 19 Aug, 2012 4 commits
-
-
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*).
-
- 18 Aug, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 13 Aug, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 29 Jul, 2012 1 commit
-
-
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.
-
- 28 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 05 Jun, 2012 1 commit
-
-
Alex Converse authored
-
- 29 May, 2012 1 commit
-
-
Luca Barbato authored
-