summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-1/+1
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-0/+1
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-1/+1
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-271-3/+0
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-3/+0
* lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-9/+1
* lavc: remove disabled FF_API_ER cruft.Anton Khirnov2012-01-271-8/+0
* lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov2012-01-271-3/+0
* lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov2012-01-271-27/+0
* lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-14/+0
* lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-271-7/+0
* lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-26/+0
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-50/+1
* lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-271-1/+0
* threads: change the default for threads back to 1Janne Grunau2012-01-211-1/+1
* lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-211-5/+5
* lavc: ifdef out parse_only AVOptionAnton Khirnov2012-01-121-0/+2
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-1/+1
* threads: default to automatic thread count detectionJanne Grunau2011-12-311-1/+1
* options: set minimum for "threads" to zeroJanne Grunau2011-12-221-1/+2
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+1
* avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles2011-11-191-1/+1
* avcodec: fix some const warningsJustin Ruggles2011-11-191-2/+2
* avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles2011-11-191-1/+0
* libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-041-1/+1
* avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-041-1/+11
* avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-031-0/+1
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-221-2/+7
* lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-191-20/+20
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-141-2/+2
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-388/+388
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-13/+19
* lavc: use designated initializers for av_codec_context_classAnton Khirnov2011-10-051-1/+8
* lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov2011-10-011-1/+1
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-211-1/+1
* avconv: remove me_threshold option.Anton Khirnov2011-09-111-1/+1
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-8/+1
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-071-1/+1
* libx264: add 'partitions' private optionAnton Khirnov2011-09-071-1/+1
* libx264: add 'cplxblur' private optionAnton Khirnov2011-09-061-1/+1
* libx264: add 'deblock' private optionAnton Khirnov2011-09-061-0/+2
* libx264: add 'b-bias' private optionAnton Khirnov2011-09-061-0/+2
* libx264: fix setting some options.Anton Khirnov2011-09-061-4/+4
* lavc: fix type for thread_type optionAnton Khirnov2011-09-041-1/+1
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-031-0/+5
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-1/+1
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-311-0/+2
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-311-1/+1
OpenPOWER on IntegriCloud