- 05 Sep, 2011 6 commits
-
-
Anton Khirnov authored
Add a -frames option that uses generic stream specifiers, change -[vad]frames into aliases to it.
-
Anton Khirnov authored
It is now possible to set metadata on streams and chapters.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 04 Sep, 2011 13 commits
-
-
Anton Khirnov authored
It should be flags, not int.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Move stream maps to it. Eventually all non-global options should be stored in it.
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows options like -target, which are just shortcuts for other options, to work without dummy function for all options they invoke.
-
Anton Khirnov authored
This is the first step to removing the globals plague from avtools.
-
Anton Khirnov authored
This will be useful in the following commit.
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows cmdutils to call each tool's own cleanup function.
-
Stefan Fritsch authored
The initial request contains "Range: 0-", which servers normally have responded with "HTTP/1.1 206 Partial Content" reply with a Content-Range header, which was used as indicator for seekability. Apache, since 2.2.20, responds with "HTTP/1.1 200 OK" for these requests, which is more friendly to caches and proxies, but the seekability still is indicated via the Accept-Ranges: bytes header. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
Rename write_{header,packet,trailer} to nut_write_{header,packet,trailer} in order to make easier debugging them.
-
- 03 Sep, 2011 5 commits
-
-
Anton Khirnov authored
Fixes bug 28.
-
Anton Khirnov authored
Replace it with newly introduced libavutil API.
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
Sean McGovern authored
1<<31 overflows because 1 is signed, so force it to unsigned. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 01 Sep, 2011 5 commits
-
-
Alex Converse authored
-
Michael Niedermayer authored
These caused scrambled error messages to be printed and floating point exceptions. For example when there was no decoder available for a stream. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
FF_API_LAME_GLOBAL_OPTIONS => FF_API_LAME_GLOBAL_OPTS Thanks to Clément Bœsch for spotting.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 31 Aug, 2011 11 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate CODEC_FLAG_SVCD_SCAN_OFFSET
-
Anton Khirnov authored
Deprecate CODEC_FLAG_H263P_SLICE_STRUCT
-
Anton Khirnov authored
Deprecate CODEC_FLAG_OBMC
-
Anton Khirnov authored
Deprecate CODEC_FLAG_H263P_AIV
-
Anton Khirnov authored
Deprecate CODEC_FLAG_H263P_UMV
-
Anton Khirnov authored
Deprecate CODEC_FLAG_ALT_SCAN
-
Anton Khirnov authored
Deprecate CODEC_FLAG_EXTERN_HUFF
-
Anton Khirnov authored
Deprecate CODEC_FLAG_PART
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_MEMC_ONLY
-