- 31 Oct, 2011 1 commit
-
-
Martin Storsjö authored
This symbol name clashes with a symbol in gnutls, if linking statically to that library. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Sep, 2011 1 commit
-
-
Anton Khirnov authored
This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages.
-
- 21 Sep, 2011 1 commit
-
-
Anton Khirnov authored
This reverts commit 2cf8355f. AVInputStream.nb_streams tracks number of streams found at the beginning, new streams may appear that ffmpeg doesn't know about. Fixes crash in this case.
-
- 04 Sep, 2011 3 commits
-
-
Anton Khirnov authored
This is the first step to removing the globals plague from avtools.
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows cmdutils to call each tool's own cleanup function.
-
- 03 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Replace it with newly introduced libavutil API.
-
- 26 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 17 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Aug, 2011 1 commit
-
-
Dustin Brody authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 12 Aug, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 09 Aug, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
Avoid brittle and obfuscating reference to a global. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 17 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The width and height must be copied from the input before being used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jul, 2011 2 commits
-
-
Martin Storsjö authored
The variable 'codec' was used uninitialized here. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
This doesn't access avcodec_opts, so it works with the new options passing system. Makes opt_bitrate() unneeded, so it's removed.
-
- 13 Jul, 2011 6 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This doesn't access avcodec_opts, so it will work with the new options passing system.
-
Anton Khirnov authored
The removed lines have no effect, since the flag is set on all encoder for the given file and avcodec_opts are reset between files.
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 12 Jul, 2011 5 commits
-
-
Anton Khirnov authored
It's replaced by 'creation_time' metadata tag.
-
Anton Khirnov authored
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
-
- 08 Jul, 2011 6 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It's required to be non-zero since cc58300e
-
Anton Khirnov authored
-
Anton Khirnov authored
There's no point in keeping them separate.
-
Anton Khirnov authored
Those are reserved for the libs.
-
Anton Khirnov authored
They were replaced by (de)muxer private options.
-
- 06 Jul, 2011 1 commit
-
-
Anton Khirnov authored
AVStream is no place for it and it's unused outside of ffmpeg anyway.
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
av_get_bits_per_sample_fmt() was deprecated. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Jun, 2011 1 commit
-
-
Justin Ruggles authored
av_get_bits_per_sample_fmt() is deprecated.
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
They've been replaced by demuxer private options.
-