- 20 Mar, 2016 1 commit
-
-
Anton Khirnov authored
-
- 15 Mar, 2016 1 commit
-
-
Sean McGovern authored
CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 Feb, 2016 1 commit
-
-
Anton Khirnov authored
The switch is not yet complete because the parsers and the bistream filters do not have a new AVCodecParam-based API yet.
-
- 25 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 15 Oct, 2015 2 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
And use 'none' when such capabilities are not set. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 19 Jul, 2015 1 commit
-
-
Anton Khirnov authored
Also, drop the now unused cmdutils_read_file(). There is no reason to have two functions doing essentially the same thing.
-
- 02 Jul, 2015 1 commit
-
-
wm4 authored
This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
And deprecate av_dlog macro.
-
- 20 Mar, 2015 1 commit
-
-
Luca Barbato authored
It drops everything that cannot be used for re-encoding and/or streamcopy.
-
- 04 Jan, 2015 1 commit
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Dec, 2014 2 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703706
-
- 17 Oct, 2014 1 commit
-
-
Luca Barbato authored
The OptionDef arrays are terminated with a { NULL } element not NULL. CC: libav-stable@libav.org Bug-Id: CID 703769
-
- 16 Sep, 2014 1 commit
-
-
Diego Biurrun authored
Also avoid an unused variable warning for compilers w/o av_unused support.
-
- 15 Aug, 2014 2 commits
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Aug, 2014 1 commit
-
-
Anton Khirnov authored
-
- 13 Mar, 2014 1 commit
-
-
Luca Barbato authored
Quite useful to select by pid in MPEG-TS.
-
- 05 Jan, 2014 1 commit
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 22 Oct, 2013 1 commit
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 08 Aug, 2013 1 commit
-
-
Diogo Franco authored
Fixes commandline parsing on Cygwin (on 64 bit, and on very recent 32 bit), where the configure check does find the CommandLineToArgvW function (since it exists in the link libraries and in the headers), but whose GetCommandLineW() only returns the application's path. (This is due to a cygwin internal optimization, see http://cygwin.com/ml/cygwin/2013-07/msg00538.html for details.) Arguments are only given through main's argc/argv, and they're already UTF-8. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jul, 2013 1 commit
-
-
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
-
- 24 May, 2013 1 commit
-
-
Anton Khirnov authored
Mostly based on libavcodec's
-
- 15 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 16 Apr, 2013 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 11 Apr, 2013 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
- 08 Mar, 2013 2 commits
-
-
Anton Khirnov authored
I.e. input options to output files or vice versa.
-
Anton Khirnov authored
Remove now unused cmdutils get_buffer() implementation.
-
- 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>
-
- 28 Feb, 2013 1 commit
-
-
Martin Storsjö authored
In this case, no encoder specific options are filtered, only options specific to that codec type in general. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 25 Feb, 2013 1 commit
-
-
Justin Ruggles authored
avprobe and avserver use cmdutils and do not strictly require libavresample.
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 15 Feb, 2013 1 commit
-
-
Anton Khirnov authored
There may be more decoders that rely on this. Those should be found and fixed.
-
- 06 Feb, 2013 2 commits
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
-
Anton Khirnov authored
CC:libav-stable@libav.org
-