- 03 Sep, 2011 2 commits
-
-
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 30 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
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_MBTREE
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_PSY
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_BIT_RESERVOIR
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_NON_LINEAR_QUANT
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
-
Anton Khirnov authored
Deprecate CODEC_FLAG2_INTRA_VLC.
-
Alberto Delmás authored
Fixes SA00072, SA00073, SA10150, SA10151, Issue2076 Improves SA10153 Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
It's been unused for the last 3 years.
-
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
-
Luca Barbato authored
coded_width is the width before lowres scaling, coded_height is the height before lowres scaling.
-
- 30 Aug, 2011 3 commits
-
-
Anton Khirnov authored
It's only shadowing the AVOption with the same name.
-
Alex Converse authored
-
Kostya Shishkov authored
Since RV40 is based on H.264, it uses the same interpolation filters and functions for halfpel interpolation in one direction can be reused. Unfortunately other cases are implemented differently and produce slightly different output because of rounding. Signed-off-by: Mans Rullgard <mans@mansr.com>
-