- 06 Sep, 2011 7 commits
-
-
Anton Khirnov authored
Deprecate AVCodecContext.complexityblur
-
Anton Khirnov authored
Deprecate AVCodecContext.deblockalpha/deblockbeta
-
Anton Khirnov authored
Deprecate AVCodecContext.bframebias.
-
Anton Khirnov authored
Specifically: gop_size, max_b_frames, scenechange_threshold, qmin, qmax, max_qdiff, qblur, qcompress and refs. Change their default values to -1 and only use them if the user explicitly set them. Otherwise x264 defaults are used. Move setting those options after x264_param_default_preset(), so they don't get overwritten by it.
-
Anton Khirnov authored
priv_data is memset to 0.
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
Diego Biurrun authored
-
- 05 Sep, 2011 17 commits
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
Justin Ruggles authored
scale_coefficients() rather than in apply_channel_coupling()
-
Justin Ruggles authored
The number of rematrixing bands still needs to be calculated.
-
Kostya Shishkov authored
This function should return number of samples decoded, not number of bytes decoded. Spotted by Uoti Urpala. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
After 039267f1, metadata specifiers are passed without the leading ':'. Remove a ++ that didn't take this into account.
-
Anton Khirnov authored
-
Dustin Brody authored
mpeg12: propagate more real return values through chunk decode error return and fix some indentation Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
This fixes improper flushing in the cases when the same frame is decoded in several iterations (for being too large to fit into output buffer) and flush is called mid-decoding and it also resets context in case of decoding errors. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Change syntax -- -[vas]bsf are replaced by -bsf:[stream specifier], the argument is now a comma-separated list of bitstream filters.
-
Anton Khirnov authored
Make it work properly with multiple input files.
-
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 3 commits
-
-
Anton Khirnov authored
Fixes bug 28.
-
Anton Khirnov authored
Replace it with newly introduced libavutil API.
-
Anton Khirnov authored
-