]> git.sesse.net Git - ffmpeg/history - libavcodec/options.c
vsrc_buffer.h: add file doxy
[ffmpeg] / libavcodec / options.c
2011-05-18 Justin RugglesAdd request_sample_fmt field to AVCodecContext.
2011-05-11 Anton Khirnovlavc: deprecate named constants for deprecated antialia...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-04-26 Anton Khirnovlavc: remove FF_API_MB_Q cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_RATE_EMU cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_INOFFICIAL cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_USE_LPC cruft.
2011-04-07 Anton Khirnovlavc: add a FF_API_REQUEST_CHANNELS deprecation macro
2011-04-03 Anton Khirnovlavc: deprecate AVCodecContext.antialias_algo
2011-04-03 Anton Khirnovlavc: mark mb_qmin/mb_qmax for removal on next major...
2011-04-02 Anton Khirnovlavc: deprecate rate_emu
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-25 Justin RugglesAdd audio_service_type field to AVCodecContext for...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Michael Niedermayervbv_delay AVOption for ABI compatibility
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-08 Jason Garrett-GlaserUpdate qmin/qmax values for libx264 presets
2011-01-06 Anssi HannulaExport dca profile information.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-09-30 Aurelien Jacobsadd FF_API_INOFFICIAL define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_USE_LPC define to disable the deprecated...
2010-09-29 Michael NiedermayerMove allocation and init to defaults of the private...
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-10 Martin StorsjöAllow the lowres option to affect audio codecs, too
2010-08-04 Jason Garrett-GlaserCosmetics: add missing space to options.c
2010-07-12 James ZernDo not map video quantizer scale (from 1-51 to 0-63...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-07-10 Jason Garrett-GlaserChange qmax/qmin limits to 63 instead of 51.
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-05-27 Jean-Daniel DupasSome fields were incorrectly reset (to NULL) when calli...
2010-05-17 Stefano SabatiniAdd log_level_offset to AVCodecContext.
2010-05-06 Jason Garrett-GlaserAdd intra refresh and crf-max support to the libavcodec...
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-02 Michael NiedermayerChange default for bidir_refine to 1.
2010-03-31 Ronald S. BultjeAdd avcodec_copy_context().
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Baptiste CoudurierEnable mbtree by default, and remove it from presets
2010-03-25 Baptiste CoudurierEnable more libx264 options, aq, psy, rc lookahead...
2010-02-12 Michael NiedermayerTry to support truncated h264 frames mixed with mpeg...
2010-02-01 Michael NiedermayerSet reordered_opaque during context alloc by default...
2010-01-27 Stefano SabatiniFix misc typos, patch by
2009-12-08 Erik SlagterAdd MBtree support for libx264
2009-11-26 Jai MenonAllow decoders to correctly set the sample format by...
2009-11-24 Jason Garrett-GlaserAdd weightp support in API for libx264.
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-05-05 Michael NiedermayerAdd colorspace fields to AVCodecContext.
2009-04-09 Martin StorsjöFix documentation for the "-ps" option
2009-03-15 Reimar Döffinger1 km^3 cola, timecode_frame_start is a 64 bit integer...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Måns RullgårdAlpha: proper IDCT selection
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...