summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* lavc: bsf: Document input/output codecparam alloc/init processVittorio Giovara2016-10-12
* avcodec: Document AV_PKT_DATA_PALETTE side data typeVittorio Giovara2016-10-02
* avcodec: Add the extended pixel format profile for HEVCYogender Gupta2016-09-19
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-24
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-21
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
* Add MagicYUV decoderPaul B Mahol2016-06-20
* lavc: Document AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* lavc: add H.264 MVC profilesAnton Khirnov2016-06-12
* jpeg2000: Fix profile define valuesFrancois Cartegnie2016-05-24
* lavc: document that avcodec_close() should not be usedAnton Khirnov2016-05-23
* lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-23
* lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-23
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-16
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö2016-04-12
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-20
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* lavc: add codec parameters APIAnton Khirnov2016-02-23
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-14
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-21
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-21
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-21
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-21
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-21
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-21
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-21
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-21
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-21
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-21
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-07
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-06
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
* lavc: add stream-global packet side dataAnton Khirnov2015-12-06
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-06
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-20
* avcodec: Define side data type for fallback trackJohn Stebbins2015-11-18
* avcodec: fix doxy placementAnton Khirnov2015-11-09
* avpicture: Deprecate the single fieldsLuca Barbato2015-10-27
* avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-26
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-26
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26