- 31 Aug, 2011 36 commits
-
-
Michael Niedermayer authored
* qatar/master: (31 commits) libx264: set default thread count to 0 (auto) lavc: cosmetics, group deprecated codec flags mpeg12: add 'scan_offset' private option. h263/p encoder: add 'structured_slices' private option. h263/p encoder: add 'obmc' private option. h263p encoder: add 'aiv' private option. h263p encoder: add 'umv' private option. mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. mjpegdec: add 'extern_huff' private option. mpeg4enc: add 'data_partitioning' private option. snow: add 'memc_only' private option. libx264: add 'mbtree' private option. libx264: add 'psy' private option. libmp3lame: add 'reservoir' private option. mpeg2enc: add 'non_linear_quant' private option mpeg12enc: add drop_frame_timecode private option. mpeg12enc: add intra_vlc private option. VC1: Support dynamic dimension changes mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested lavc: deprecate CODEC_FLAG2_BRDO ... Conflicts: avconv.c libavcodec/libmp3lame.c libavcodec/libx264.c libavcodec/mjpegdec.c libavcodec/mpeg12enc.c libavcodec/mpegvideo.h libavcodec/vc1.c libavcodec/vc1dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini 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.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2011 4 commits
-
-
Michael Niedermayer authored
* commit 'f593628e': avconv: Replace raw picture frame swapping hack. RV40: reuse some H.264 motion compensation functions in RV40. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
the basetime argument also enables useage of pts instead of time() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This makes it easier to refer to filters where things are seperated by spaces. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-