summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAge
* lavc: Deprecate unused FF_ER_VERY_AGGRESSIVEDustin Brody2011-07-31
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-28
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-10
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov2011-07-10
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-10
* lavc: add opt_find to AVCodecContext class.Anton Khirnov2011-06-17
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-18
* lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-11
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* 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
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-03
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-03
* lavc: deprecate rate_emuAnton Khirnov2011-04-02
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* 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
* 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