OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / libx264.c
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-09-06 Anton Khirnovlibx264: add 'cplxblur' private option
2011-09-06 Anton Khirnovlibx264: add 'deblock' private option
2011-09-06 Anton Khirnovlibx264: add 'b-bias' private option
2011-09-06 Anton Khirnovlibx264: fix setting some options.
2011-09-06 Anton Khirnovlibx264: remove useless assignment
2011-09-01 Anton Khirnovlibx264: use X264_THREADS_AUTO constant instead of 0.
2011-08-31 Anton Khirnovlibx264: set default thread count to 0 (auto)
2011-08-31 Anton Khirnovlibx264: add 'mbtree' private option.
2011-08-31 Anton Khirnovlibx264: add 'psy' private option.
2011-08-31 Anton Khirnovlibx264: add 'aud' private option.
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-31 Anton Khirnovlibx264: make options compatible with x264
2011-08-24 Anton Khirnovlibx264: add 'crf_max' private option.
2011-08-24 Anton Khirnovlibx264: add 'weightp' private option.
2011-08-24 Anton Khirnovlibx264: add 'rc_lookahead' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_trellis' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_rd' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_strength' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_mode' private option.
2011-08-24 Anton Khirnovlibx264: add 'cqp' private option.
2011-08-24 Anton Khirnovlibx264: add 'crf' private option.
2011-08-22 Anton Khirnovlibx264: only use ABR mode when the user explicitly...
2011-08-22 Anton Khirnovlibx264: use medium preset by default.
2011-08-12 Reinhard Tartlerlibx264: Include hint for possible values for configuri...
2011-08-08 Baptiste Coudurierlibx264: do not set pic quality if no frame is output
2011-08-08 Baptiste Coudurierlibx264: add preset, tune, profile and fastfirstpass...
2011-05-17 Jindrich Makovickalibx264: handle closed GOP codec flag
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-08 Jason Garrett-GlaserFix broken vbv_buffer_init handling in libx264.c
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Marco GittlerPass field order flag to libx264
2010-12-07 Jason Garrett-GlaserAdd fullrange support to libx264.c x264 interface
2010-11-11 Jason Garrett-GlaserRemove bitrate tolerance from libx264 interface
2010-10-25 Nicolas GeorgeMake libx264 take the pict_type input parameter into...
2010-10-22 James ZernAdd new -slices option and use it for libvpx and libx264.
2010-06-02 Jason Garrett-GlaserProperly initialize x264_picture_t in libx264.
2010-05-19 Baptiste Coudurierfix x264 encoding when delay is > number of input frames
2010-05-06 Jason Garrett-GlaserAdd intra refresh and crf-max support to the libavcodec...
2010-04-19 Jason Garrett-Glaservertical align in libx264.c
2010-04-01 Takashi MochizukiFix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Baptiste CoudurierEnable more libx264 options, aq, psy, rc lookahead...
2010-01-19 Jason Garrett-GlaserUpdate libx264.c to use new libx264 features
2009-12-09 Loren Merrittrevert r20775, because equivalent code has been committ...
2009-12-08 Jason Garrett-GlaserBoolify options passed to x264.
2009-12-08 Erik SlagterAdd MBtree support for libx264
2009-11-24 Jason Garrett-GlaserAdd weightp support in API for libx264.
2009-10-19 Jason Garrett-GlaserUpdate libx264.c for x264 API change
2009-09-29 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-23 Jason Garrett-GlaserAdd support for new x264 API.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-06-30 Jason Garrett-GlaserFix libx264.c to not drop SEI userdata from x264 encoder.
2008-10-13 Ralf TerdicFix mem leak.
2008-10-02 Jason Garrett-Glaserx264 has removed the b-rdo and bime options, and instea...
2008-09-16 Baptiste Couduriersync to latest x264 git, field was renamed
2008-08-29 Stefano SabatiniMake X264_init() no longer assign avctx->rc_eq to libx2...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-06-04 Baptiste Coudurierx264 interlaced encoding option
2008-06-04 Baptiste Couduriercleanup, remove useless parentheses
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-12 Benoit Fouetmap warning levels between libx264 and libavutil
2007-07-05 Måns Rullgårdupdate my email address
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...