summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAge
* ac3dec: allow selecting float output at runtime.Reimar Döffinger2011-04-25
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
| * lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-19
| * lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-19
* | vpxenc: add CQ_LEVEL mappingJames Zern2011-04-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-03
| * lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-03
|\|
| * lavc: deprecate rate_emuAnton Khirnov2011-04-02
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-26
|\|
| * Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-16
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
| * Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-08
* | vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-16
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-11
* | Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-09
|/
* Export dca profile information.Anssi Hannula2011-01-06
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-30
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-30
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-29
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-10
* Cosmetics: add missing space to options.cJason Garrett-Glaser2010-08-04
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-12
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Change qmax/qmin limits to 63 instead of 51.Jason Garrett-Glaser2010-07-10
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas2010-05-27
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-17
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-02
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.Michael Niedermayer2010-02-01
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Add MBtree support for libx264Erik Slagter2009-12-08