summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAge
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-18
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-20
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-29
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-29
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-27
* threads: change the default for threads back to 1Janne Grunau2012-01-21
* lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-21
* lavc: ifdef out parse_only AVOptionAnton Khirnov2012-01-12
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* threads: default to automatic thread count detectionJanne Grunau2011-12-31
* options: set minimum for "threads" to zeroJanne Grunau2011-12-22
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles2011-11-19
* avcodec: fix some const warningsJustin Ruggles2011-11-19
* avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles2011-11-19
* libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-04
* avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-04
* avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-03
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-22
* lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-19
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-14
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12