]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
lavc: Introduce AVCodec internal capabilities
[ffmpeg] / libavcodec / avcodec.h
2015-03-13 Vittorio Giovaralavc: Introduce AVCodec internal capabilities
2015-02-22 Vittorio GiovaraCanopus HQX decoder
2015-02-19 Oleksij Rempellavc: Add DSS SP decoder
2015-02-19 Anton Khirnovh264_parser: export video format and dimensions
2015-02-17 Vittorio Giovaralavc: Document interaction between avcodec_open2()...
2015-01-27 Anton KhirnovAdd a side data type for audio service type.
2015-01-27 Anton Khirnovlavc: deprecate unused AVCodecContext.stream_codec_tag
2015-01-14 Stefano Sabatiniimgutils: create misc functions for dealing with buffers
2014-12-25 Rémi Denis-Courmontlibavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag
2014-12-25 Rémi Denis-Courmontavcodec: add AVCodecContext.sw_pix_fmt
2014-12-05 Vittorio Giovaralavc: mention that the parser callback never returns...
2014-10-18 Anton Khirnovlavc: make lmax/lmin into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make border_masking into private options of mpegv...
2014-10-18 Anton Khirnovlavc: deprecate unused mb_threshold field
2014-10-18 Anton Khirnovlavc: deprecate unused me_threshold field
2014-10-18 Anton Khirnovlavc: make rc_buffer_aggressivity/rc_initial_cplx into...
2014-10-18 Anton Khirnovlavc: make rc_eq into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qmod_* into private options of mpegvideo...
2014-10-18 Anton Khirnovlavc: make rc_qsquish a private option of mpegvideo...
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-10-15 Rémi Denis-Courmontvdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the...
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-10-06 Manfred Georglavc: specify the behavior of av_lockmgr_register on...
2014-09-26 Rémi Denis-Courmonthwaccel: Call ->get_format again if hwaccel init fails
2014-09-25 Martin Storsjöavcodec: Fix a doxy comment to refer to the right function
2014-08-31 Michael Niedermayeravcodec: fix missing doxygen comment marker
2014-08-28 Vittorio Giovaraavcodec: add stream-level stereo3d side data
2014-08-08 Diego Biurrunavcodec: Rename xvidmmx IDCT to xvid
2014-08-07 Diego Biurrunavcodec: Undeprecate reordered_opaque
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-08-03 Diego Biurrunavcodec: Deprecate unused defines and options
2014-07-28 Anton Khirnovlavc: add a property for marking codecs that support...
2014-07-26 Diego Biurrunavcodec: Mark argument in av_{parser|hwaccel|bitstream_...
2014-06-20 Anton Khirnovlavc: add a convenience function for rescaling timestam...
2014-06-01 Anton Khirnovlavc: add an option to enable side data-only packets...
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-05-18 Anton Khirnovlavc: add avcodec_free_context().
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
2014-05-11 Luca Barbatohwaccel: Support specific frame allocators
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
2014-05-11 Anton Khirnovlavc: document which parts of AVHWAccel are private.
2014-05-01 Anton Khirnovlavc: deprecate AVCodecContext.codec_name
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_MV0 to mpegvideo
2014-05-01 Anton Khirnovlavc: make the xvid-specific "gmc" flag a private optio...
2014-05-01 Anton Khirnovlavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
2014-05-01 Anton Khirnovlavc: deprecate CODEC_FLAG_INPUT_PRESERVED
2014-04-23 Kostya ShishkovOn2 AVC decoder
2014-04-22 Anton Khirnovlavc: improve AVCodecContext.delay doxy
2014-04-19 Peter RossSilicon Graphics Motion Video Compressor 1 & 2 decoder
2014-04-19 Peter RossSilicon Graphics RLE 8-bit video decoder
2014-04-06 Paul B MaholLucasArts SMUSH VIMA audio decoder
2014-04-06 Paul B MaholLucasArts SMUSH SANM video decoder
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-31 Jimmy ChristensenOpenEXR decoder
2014-03-27 Paul B MaholPAF demuxer and decoder
2014-03-27 Aleksi NurmiBRender PIX image decoder
2014-03-26 Vittorio GiovaraAlias PIX image encoder and decoder
2014-03-24 Anton KhirnovAdd replaygain side data type and code for parsing...
2014-03-24 Anton Khirnovlavc: give a typedeffed name to the AVPacket.side_data...
2014-03-13 Diego BiurrunRemove all SPARC architecture optimizations
2014-03-13 Diego BiurrunRemove all SH4 architecture optimizations
2014-02-17 Diego Biurrundoxygen: Add a number of missing function parameter...
2014-02-08 Kostya ShishkovMirillis FIC video decoder
2014-01-20 Anton Khirnovlavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edg...
2013-12-20 Gildas Cocherellavc: add HEVC profiles names
2013-12-11 Anton Khirnovlavc: deprecate avcodec_get_frame_defaults().
2013-12-11 Anton Khirnovlavc: deprecate avcodec_free_frame()
2013-11-19 Vittorio Giovaraavcodec.h: include version.h before using version macro
2013-11-16 Anton Khirnovlavc: deprecate avcodec_alloc_frame().
2013-11-16 Anton Khirnovlavc: update coded_frame doxy.
2013-11-16 Anton Khirnovlavc: deprecate CODEC_CAP_NEG_LINESIZES
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-11-14 Anton Khirnovlavc: deprecate FF_MAX_B_FRAMES
2013-11-14 Anton Khirnovlavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h
2013-11-14 Anton Khirnovlavc: schedule unused FF_QSCALE_TYPE_* for removal...
2013-11-14 Anton Khirnovlavc: make error_rate a private option of mpegvideo...
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-13 Diego BiurrunRemove all Alpha architecture optimizations
2013-11-04 Jan Ekströmlavc: Add colorimetry values for BT.2020, other non...
2013-11-04 Anton Khirnovlavc: move AVCodecContext.pkt to AVCodecInternal
2013-11-04 Anton Khirnovpthread: store thread contexts in AVCodecInternal inste...
2013-10-31 Anton Khirnovlavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
2013-10-31 Anton Khirnovlavc: deprecate unused FF_BUG_OLD_MSMPEG4
2013-10-31 Anton Khirnovlavc: schedule FF_BUG_AC_VLC for removal on the next...
2013-10-31 Anton Khirnovlavc: deprecate FF_DEBUG_VIS_*
2013-10-31 Anton Khirnovlavc: deprecate AVCodecContext.debug_mv
2013-10-31 Anton Khirnovlavc: deprecate FF_DEBUG_MV and remove all traces of...
2013-10-31 Guillaume MartresAdd HEVC decoder
2013-10-31 Anton Khirnovlavc: replace avcodec_set_dimensions with ff_set_dimensions
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-31 David KmentHNM4/HNM4A demuxer & video decoder
2013-10-28 Anton Khirnovlavc: change all decoders to behave consistently with...
2013-10-12 Anton Khirnovlavc doxy: extend/clarify avcodec_decode_audio4() doxy
2013-10-12 Anton Khirnovlavc doxy: remove false statements about alignment...
2013-10-02 Anton Khirnovlavc: mark deprecated AVCodec.max_lowres for removal...
2013-09-26 Paul B Maholpcm: support 24-bit/32-bit little-endian planar
2013-09-24 Anton Khirnovlavc doxy: document that avcodec_flush_buffers() invali...
2013-09-18 Justin RugglesAdd a WebP decoder
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
next