| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -1/+1 |
* | threads: default to automatic thread count detection | Janne Grunau | 2011-12-31 | 1 | -1/+1 |
* | options: set minimum for "threads" to zero | Janne Grunau | 2011-12-22 | 1 | -1/+2 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -1/+1 |
* | avcodec: use av_opt_set() instead of deprecated av_set_string3() | Justin Ruggles | 2011-11-19 | 1 | -1/+1 |
* | avcodec: fix some const warnings | Justin Ruggles | 2011-11-19 | 1 | -2/+2 |
* | avcodec: remove pointless AVOption, internal_buffer_count | Justin Ruggles | 2011-11-19 | 1 | -1/+0 |
* | libx264: Set the default of the rc_lookahead option to -1 | Martin Storsjö | 2011-11-04 | 1 | -1/+1 |
* | avcodec: Set flags2 default value depending on availability | Martin Storsjö | 2011-11-04 | 1 | -1/+11 |
* | avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 | Martin Storsjö | 2011-11-03 | 1 | -0/+1 |
* | add -err_filter AVOptions to access flag-based error recognition | Dustin Brody | 2011-10-22 | 1 | -2/+7 |
* | lavc: make avcodec_get_context_defaults3 "officially" public | Anton Khirnov | 2011-10-19 | 1 | -20/+20 |
* | lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER | Dustin Brody | 2011-10-14 | 1 | -2/+2 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -388/+388 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -13/+19 |
* | lavc: use designated initializers for av_codec_context_class | Anton Khirnov | 2011-10-05 | 1 | -1/+8 |
* | lavc: add video/audio/encoding flags to global_quality option | Anton Khirnov | 2011-10-01 | 1 | -1/+1 |
* | Remove some forgotten AVCodecContext.palctrl usage. | Anton Khirnov | 2011-09-21 | 1 | -2/+0 |
* | ac3dec: actually use drc_scale private option | Anton Khirnov | 2011-09-21 | 1 | -1/+1 |
* | avconv: remove me_threshold option. | Anton Khirnov | 2011-09-11 | 1 | -1/+1 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -8/+1 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | libx264: add 'cplxblur' private option | Anton Khirnov | 2011-09-06 | 1 | -1/+1 |
* | libx264: add 'deblock' private option | Anton Khirnov | 2011-09-06 | 1 | -0/+2 |
* | libx264: add 'b-bias' private option | Anton Khirnov | 2011-09-06 | 1 | -0/+2 |
* | libx264: fix setting some options. | Anton Khirnov | 2011-09-06 | 1 | -4/+4 |
* | lavc: fix type for thread_type option | Anton Khirnov | 2011-09-04 | 1 | -1/+1 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+5 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | mpeg12: add 'scan_offset' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263/p encoder: add 'structured_slices' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | h263/p encoder: add 'obmc' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263p encoder: add 'aiv' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | h263p encoder: add 'umv' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mjpegdec: add 'extern_huff' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg4enc: add 'data_partitioning' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | libx264: add 'mbtree' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | libx264: add 'psy' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libmp3lame: add 'reservoir' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg2enc: add 'non_linear_quant' private option | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | mpeg12enc: add drop_frame_timecode private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |
* | libx264: add 'aud' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'fast-pskip' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add '8x8dct' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'mixed-refs' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'weightb' private option. | Anton Khirnov | 2011-08-31 | 1 | -1/+1 |
* | libx264: add 'b-pyramid' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+2 |