]> git.sesse.net Git - ffmpeg/history - libavcodec/libx264.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / libx264.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-17 Luca Barbatolibx264: Add support for the MPEG2 encoder
2015-06-15 Luca Barbatox264: Factor out the reconfiguration code
2015-05-31 Vittorio Giovarax264: Check memory allocation
2015-04-24 Vittorio Giovaralibx264: Make codec use the init-cleanup flag and mark...
2015-04-15 Luca Barbatox264: Map color parameters
2015-03-17 Carl Eugen Hoyoslibx264: Allow full-range yuv422 and yuv444 pixel formats
2015-03-12 Himangi Saraogilibx264: Return more meaningful error codes
2014-08-07 Felix Abecassish264: fix interpretation of interleved stereo modes
2014-06-22 Luca Barbatolibx264: Correctly manage constant rate factor params
2014-06-11 Luca Barbatolibx264: Support bitrate reconfiguration
2014-03-16 Vittorio Giovaralibx264: check color_range
2013-12-09 Vittorio Giovaralibx264: set frame packing information when relevant...
2013-11-16 Anton Khirnovlibx264: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-24 Kieran Kunhyalavc: add support for interleaved chroma formats to...
2013-08-05 Luca Barbatolibx264: add shortcut for the bluray compatibility...
2013-07-21 Derek Buitenhuislibx264: Define X264_API_IMPORTS on MSVC/ICL
2013-02-23 John Van Sicklelibx264: change i_qfactor to use x264cli's default
2013-01-25 Gavriloaie Eugen... libx264: introduce -x264-params private option
2013-01-15 Luca Barbatolibx264: use the library specific default rc_initial_bu...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-24 John Van Sicklelibx264: change default to closed gop to match x264cli
2012-09-21 Anton Khirnovlibx264: add forgotten ;
2012-09-19 John Van Sicklelibx264: add support for nal-hrd, required for Blu...
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-09 JULIAN GARDNERlibx264: support aspect ratio switching
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-13 Anton Khirnovlibx264: add 'stats' private option for setting 2pass...
2012-03-13 Anton Khirnovlibx264: fix help text for slice-max-size option.
2012-03-06 Martin Storsjölibx264: Allow overriding the sliced threads option
2012-02-08 Anton Khirnovlibx264: implement encode2().
2012-02-08 Anton Khirnovlibx264: split extradata writing out of encode_nals().
2012-02-02 Anton Khirnovlibx264: fix indentation.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
2012-01-14 Martin Storsjölibx264: Don't leave max_b_frames as -1 if the user...
2012-01-01 Janne Grunauthreads: introduce CODEC_CAP_AUTO_THREADS and add it...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton Khirnovlibx264: support yuv422/444 output.
2011-10-06 Anton Khirnovlibx264: support 9- and 10-bit output.
2011-09-16 Luca Barbatolibx264: introduce slice-max-size option
2011-09-07 Anton Khirnovlibx264: fix setting some more parameters
2011-09-07 Andrej Peterkalibx264: fix setting the H.264 level
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
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...
next