- 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 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Avoid possible clashes.
-
- 26 May, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 25 May, 2012 5 commits
-
-
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.
-
- 16 May, 2012 1 commit
-
-
Anton Khirnov authored
This is easier to parse with automated tools.
-
- 14 May, 2012 2 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Fixes "memleak" on closing avprobe to make valgrind happy.
-
- 07 May, 2012 1 commit
-
-
Ronald S. Bultje authored
This is useful for writing unit tests. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 21 Feb, 2012 1 commit
-
-
Alex Converse authored
-
- 18 Jan, 2012 1 commit
-
-
Gaurav Narula authored
-
- 12 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
-