summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAge
* 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
* Allow decoders to correctly set the sample format by defaulting toJai Menon2009-11-26
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-24
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-12
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-09
* 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted inReimar Döffinger2009-03-15
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10