summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Alpha: proper IDCT selectionMåns Rullgård2009-01-181-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-101-0/+452
OpenPOWER on IntegriCloud