| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
It's a hack which was created to allow for multiple options with
different defaults to refer to same field (e.g. 'b' vs 'ab'). There is
no need for it anymore.
|
| |
| |
| |
| | |
Deprecate AVCodecContext.directpred
|
| |
| |
| |
| | |
Deprecate AVCodecContext.partitions.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* qatar/master:
libx264: add 'cplxblur' private option
libx264: add 'deblock' private option
libx264: add 'b-bias' private option
libx264: fix setting some options.
libx264: remove useless assignment
ac3dec: avoid pointless alloc and indirection for input_buffer
mpeg12: cosmetics: reformat as K&R
Conflicts:
libavcodec/libx264.c
libavcodec/mpeg12.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
| |
| |
| |
| | |
Deprecate AVCodecContext.complexityblur
|
| |
| |
| |
| | |
Deprecate AVCodecContext.deblockalpha/deblockbeta
|
| |
| |
| |
| | |
Deprecate AVCodecContext.bframebias.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* qatar/master:
lavc: fix type for thread_type option
avconv: move format to options context
avconv: move limit_filesize to options context
avconv: move start_time, recording_time and input_ts_offset to options context
avconv: add a context for options.
cmdutils: allow storing per-stream/chapter/.... options in a generic way
cmdutils: split per-option code out of parse_options().
cmdutils: add support for caller-provided option context.
cmdutils: declare only one pointer type in OptionDef
cmdutils: move grow_array() from avconv to cmdutils.
cmdutils: move exit_program() declaration to cmdutils from avconv
http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes
nutenc: add namespace to the api facing functions
Conflicts:
avconv.c
cmdutils.c
cmdutils.h
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
libavformat/http.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
| |
| |
| |
| | |
It should be flags, not int.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* qatar/master:
AVOptions: fix av_set_string3() doxy to match reality.
cmdutils: get rid of dummy contexts for examining AVOptions.
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
cpu detection: avoid a signed overflow
Conflicts:
avconv.c
cmdutils.c
doc/APIchanges
ffmpeg.c
libavcodec/options.c
libavcodec/version.h
libavformat/version.h
libavutil/avutil.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
| | |
|
| |
| |
| |
| |
| | |
It allows to search for options only with AVClass, without allocating
the corresponding context.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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>
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_SVCD_SCAN_OFFSET
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_H263P_SLICE_STRUCT
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_OBMC
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_H263P_AIV
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_H263P_UMV
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_ALT_SCAN
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_EXTERN_HUFF
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG_PART
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_MBTREE
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_PSY
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_BIT_RESERVOIR
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_NON_LINEAR_QUANT
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_DROP_FRAME_TIMECODE
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_INTRA_VLC.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_AUD.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_FASTPSKIP.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_8X8DCT.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_MIXED_REFS.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_BPYRAMID.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_BPYRAMID.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_INTRA_REFRESH.
|
| |
| |
| |
| | |
Deprecate CODEC_FLAG2_SSIM.
|
| |
| |
| |
| | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* qatar/master:
avconv: Replace goto redo on decode fail with continue.
avconv: Remove dead store.
libx264: add 'crf_max' private option.
libx264: add 'weightp' private option.
libx264: add 'rc_lookahead' private option.
libx264: add 'psy_trellis' private option.
libx264: add 'psy_rd' private option.
libx264: add 'aq_strength' private option.
libx264: add 'aq_mode' private option.
libx264: add 'cqp' private option.
libx264: add 'crf' private option.
lavc: remove vbv_delay option
lavf utils: Fix bad indentation.
avconv: use av_clip_int16 for audio clipping
Conflicts:
libavcodec/libx264.c
libavcodec/options.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| | |
Deprecate corresponding global option.
|
| |
| |
| |
| |
| |
| |
| | |
Deprecate corresponding global option.
Ideally all x264 private options should be generated automatically, but
x264 doesn't provide the API for this yet.
|
| |
| |
| |
| | |
It's broken and serves no purpose as it's a read-only field.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* qatar/master:
libx264: only use ABR mode when the user explicitly set bitrate.
libx264: use medium preset by default.
mp2 encoder: make 128k the default bitrate.
movenc: use libx264 by default when possible for mov, mp4 and psp
avienc: saner default audio codec.
matroskaenc: saner default codecs.
avplay: add examples of how to specify size/pixel format through private options
lavc: add A|E|D flags to "ac" and "ar" options
Conflicts:
doc/ffplay.texi
libavcodec/libx264.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fix setting of the corresponding AVCodecContext fields via
cmdutils.c:filter_codec_opts().
In particular, fix ffplay -ac and -ar options.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|