- 08 Feb, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This is done in preparation for the following patch.
-
- 02 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 14 Jan, 2012 1 commit
-
-
Martin Storsjö authored
max_b_frames is initialized to -1 for libx264, to allow distinguishing between an explicit user set 0 and a default not touched 0 (see bb73cda2). If max_b_frames is left as -1, this affects dts generation (where expressions like max_b_frames != 0 are used), so make sure it is left at the default 0 after the libx264 init function returns. This avoids unnecessarily producing dts != pts when using profile=baseline. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 01 Jan, 2012 1 commit
-
-
Janne Grunau authored
Some external codecs have their own code to determine the best number of threads. This number is not necessary the number of cpu cores. Thread_count will be only 0 if the codec has CODEC_CAP_AUTO_THREADS.
-
- 12 Oct, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 06 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Sep, 2011 1 commit
-
-
Luca Barbato authored
Yet another option useful for low latency streaming.
-
- 07 Sep, 2011 4 commits
-
-
Anton Khirnov authored
Specifically, trellis, nr, me_range, me_method, subq, b_strategy, keyint_min, chroma_me and coder. Change their defaults to -1 and apply them after x264_param_default_preset() if the user explicitly set them.
-
Andrej Peterka authored
Move setting it after x264_param_default_preset() Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Deprecate AVCodecContext.directpred
-
Anton Khirnov authored
Deprecate AVCodecContext.partitions.
-
- 06 Sep, 2011 5 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.
-
- 01 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 31 Aug, 2011 12 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_MBTREE
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_PSY
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_AUD.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_FASTPSKIP.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_8X8DCT.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_MIXED_REFS.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BPYRAMID.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BPYRAMID.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_INTRA_REFRESH.
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_SSIM.
-
Anton Khirnov authored
Replace '_' with '-', merge psy-trellis into psy-rd and rename cqp->qp Also fix typo pdy-rd -> psy-rd
-
- 24 Aug, 2011 8 commits
-
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-
Anton Khirnov authored
Deprecate corresponding global option.
-