]> git.sesse.net Git - ffmpeg/history - libavcodec/options.c
lavc: deprecate avcodec_copy_context()
[ffmpeg] / libavcodec / options.c
2016-05-23 Anton Khirnovlavc: deprecate avcodec_copy_context()
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-03 Vittorio Giovaralavc: Move deprecation warning disabling to files inclu...
2014-10-18 Anton Khirnovlavc: make rc_eq into private options of mpegvideo...
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-05-18 Anton Khirnovlavc: add avcodec_free_context().
2014-05-15 Anton Khirnovlavc: properly handle subtitle_header in avcodec_copy_c...
2014-05-15 Anton Khirnovlavc: preserve the original private data in avcodec_cop...
2013-11-04 Anton Khirnovpthread: store thread contexts in AVCodecInternal inste...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-18 Anton Khirnovlavc: add const to AVCodec* function parameters.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-03-20 Anton KhirnovMove AVFormatContext/AVCodecContext option tables to...
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-02-29 Justin Ruggleslibvorbis: fix use of minrate/maxrate AVOptions
2012-02-29 Anton Khirnovmpegvideo_enc: add quantizer_noise_shaping private...
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.inter_threshold.
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add qp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovmpegvideo_enc: add strict_gop flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-13 Diego BiurrunMove PS2 MMI code below the mips subdirectory, where...
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-01-31 Anton Khirnovlavc: set AVCodecContext.codec in avcodec_get_context_d...
2012-01-31 Anton Khirnovlavc: add avcodec_is_open().
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_PARSE_FRAME cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ER cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_DRC_SCALE cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS...
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
2012-01-27 Anton Khirnovlavc: remove the deprecated "ab" option.
2012-01-21 Janne Grunauthreads: change the default for threads back to 1
2012-01-21 Dustin Brodylavc: rename err_filter option to err_detect and docume...
2012-01-12 Anton Khirnovlavc: ifdef out parse_only AVOption
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-22 Janne Grunauoptions: set minimum for "threads" to zero
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-19 Justin Rugglesavcodec: use av_opt_set() instead of deprecated av_set_...
2011-11-19 Justin Rugglesavcodec: fix some const warnings
2011-11-19 Justin Rugglesavcodec: remove pointless AVOption, internal_buffer_count
2011-11-04 Martin Storsjölibx264: Set the default of the rc_lookahead option...
2011-11-04 Martin Storsjöavcodec: Set flags2 default value depending on availability
2011-11-03 Martin Storsjöavcodec: Make sure codec_type is set by avcodec_get_con...
2011-10-22 Dustin Brodyadd -err_filter AVOptions to access flag-based error...
2011-10-19 Anton Khirnovlavc: make avcodec_get_context_defaults3 "officially...
2011-10-14 Dustin Brodylavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovAVOptions: add new API for enumerating children.
2011-10-05 Anton Khirnovlavc: use designated initializers for av_codec_context_...
2011-10-01 Anton Khirnovlavc: add video/audio/encoding flags to global_quality...
2011-09-21 Anton KhirnovRemove some forgotten AVCodecContext.palctrl usage.
2011-09-21 Anton Khirnovac3dec: actually use drc_scale private option
2011-09-11 Anton Khirnovavconv: remove me_threshold option.
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-09-06 Anton Khirnovlibx264: add 'cplxblur' private option
2011-09-06 Anton Khirnovlibx264: add 'deblock' private option
2011-09-06 Anton Khirnovlibx264: add 'b-bias' private option
2011-09-06 Anton Khirnovlibx264: fix setting some options.
2011-09-04 Anton Khirnovlavc: fix type for thread_type option
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'structured_slices' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'obmc' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'aiv' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'umv' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-08-31 Anton Khirnovlibx264: add 'mbtree' private option.
2011-08-31 Anton Khirnovlibx264: add 'psy' private option.
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
2011-08-31 Anton Khirnovmpeg2enc: add 'non_linear_quant' private option
2011-08-31 Anton Khirnovmpeg12enc: add drop_frame_timecode private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-31 Anton Khirnovlibx264: add 'aud' private option.
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-24 Anton Khirnovlibx264: add 'crf_max' private option.
2011-08-24 Anton Khirnovlibx264: add 'weightp' private option.
2011-08-24 Anton Khirnovlibx264: add 'rc_lookahead' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_trellis' private option.
next