summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-3/+0
* lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-191-3/+0
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-191-3/+0
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-071-0/+2
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-031-0/+2
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-031-0/+2
* lavc: deprecate rate_emuAnton Khirnov2011-04-021-0/+2
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+3
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-251-0/+10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-161-0/+1
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+4
* Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-081-2/+2
* Export dca profile information.Anssi Hannula2011-01-061-0/+5
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-221-0/+1
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-301-1/+1
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-301-1/+1
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-291-0/+30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-101-1/+1
* Cosmetics: add missing space to options.cJason Garrett-Glaser2010-08-041-1/+1
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-121-2/+2
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-0/+8
* Change qmax/qmin limits to 63 instead of 51.Jason Garrett-Glaser2010-07-101-2/+2
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-031-1/+4
* Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas2010-05-271-3/+0
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-171-1/+2
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-061-0/+2
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-021-1/+1
* Add avcodec_copy_context().Ronald S. Bultje2010-03-311-0/+60
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-251-1/+1
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-251-1/+8
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-121-0/+1
* Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.Michael Niedermayer2010-02-011-0/+1
* Fix misc typos, patch byStefano Sabatini2010-01-271-1/+1
* Add MBtree support for libx264Erik Slagter2009-12-081-0/+1
* Allow decoders to correctly set the sample format by defaulting toJai Menon2009-11-261-1/+1
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-241-0/+1
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-0/+1
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-271-0/+2
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+1
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-051-0/+4
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-091-1/+1
* 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted inReimar Döffinger2009-03-151-1/+1
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
OpenPOWER on IntegriCloud