]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
lavc: Drop deprecated stream codec tag
[ffmpeg] / libavcodec / avcodec.h
2017-03-23 Vittorio Giovaralavc: Drop deprecated stream codec tag
2017-03-23 Vittorio Giovaralavc: Drop deprecated options moved to private contexts
2017-03-23 Vittorio Giovaralavc: Drop deprecated global afd field
2017-03-23 Vittorio Giovaralavc: Drop deprecated avctx codec name
2017-03-23 Vittorio Giovaralavc: Drop deprecated codec flags
2017-03-23 Vittorio Giovaralavc: Drop deprecated unused public members
2017-03-23 Vittorio Giovaralavc: Drop deprecated emu edge functionality
2017-03-23 Vittorio Giovaralavc: Drop deprecated av_fast_malloc() compatibility
2017-03-23 Vittorio Giovaralavc: Drop deprecated macroblock type symbols
2017-03-23 Vittorio Giovaralavc: Drop deprecated public symbols
2017-03-23 Vittorio Giovaralavc: Drop deprecated error rate option
2017-03-23 Diego Biurrunlavc: Remove deprecated XvMC support hacks
2017-03-23 Vittorio Giovaralavc: Drop deprecated architectures symbols
2017-03-23 Vittorio Giovaralavc: Drop deprecated extended aspect ratio symbol
2017-03-23 Vittorio Giovaralavc: Drop deprecated workaround bugs options
2017-03-23 Vittorio Giovaralavc: Drop deprecated debug mv functionality
2017-03-23 Vittorio Giovaralavc: Drop deprecated way of setting codec dimensions
2017-03-23 Vittorio Giovaralavc: Drop deprecated voxware codec entry
2017-03-23 Vittorio Giovaralavc: Drop deprecated VDPAU codec capability
2017-03-23 Vittorio Giovaralavc: Drop deprecated lowres option
2017-03-23 Vittorio Giovaralavc: Drop deprecated missing sample log function
2017-03-23 Vittorio Giovaralavc: Drop deprecated chroma subsample function
2017-03-20 wm4lavc: Add hwaccel_flags field to AVCodecContext
2017-03-09 Kieran KunhyaAdd Cineform HD Decoder
2017-03-09 wm4avcodec: clarify some decoding/encoding API details
2017-03-01 Paul B MaholAdd Apple Pixlet decoder
2017-02-13 Mark Thompsonlavc: Add device context field to AVCodecContext
2017-02-01 wm4lavc: deprecate refcounted_frames field
2017-01-12 Anton Khirnovlavc: add an option for exporting cropping information...
2016-12-19 Anton Khirnovpthread_frame: do not run hwaccel decoding asynchronous...
2016-12-14 Anton Khirnovlavc: add support for filtering packets before decoding
2016-12-14 Anton Khirnovdecode: restructure the core decoding code
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-11-21 Diego BiurrunFix some mismatches between function parameter and...
2016-11-17 Luca Barbatoavpacket: Mark src pointer as constant
2016-10-12 Vittorio Giovaralavc: bsf: Document input/output codecparam alloc/init...
2016-10-02 Vittorio Giovaraavcodec: Document AV_PKT_DATA_PALETTE side data type
2016-09-19 Yogender Guptaavcodec: Add the extended pixel format profile for...
2016-08-24 Luca Barbatoav1: Add codec_id and basic demuxing support
2016-06-21 Anton Khirnovlavc: allow using AVCodecContext.hw_frames_ctx for...
2016-06-20 Paul B MaholAdd TrueMotion 2.0 Real Time decoder
2016-06-20 Paul B MaholAdd MagicYUV decoder
2016-06-17 Vittorio Giovaralavc: Document AV_PKT_DATA_NEW_EXTRADATA
2016-06-12 Anton Khirnovlavc: add H.264 MVC profiles
2016-05-24 Francois Cartegniejpeg2000: Fix profile define values
2016-05-23 Anton Khirnovlavc: document that avcodec_close() should not be used
2016-05-23 Anton Khirnovlavc: deprecate avcodec_get_context_defaults3()
2016-05-23 Anton Khirnovlavc: deprecate avcodec_copy_context()
2016-05-16 Anton Khirnovlavc: mark the old audio/video encoding API as deprecated
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-12 Martin Storsjölibavcodec: Document that encoders may use the framerat...
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-03-20 Anton Khirnovlavc: add a new bitstream filtering API
2016-02-23 Anton Khirnovlavc: add a variant of av_get_audio_frame_duration...
2016-02-23 Anton Khirnovlavc: add codec parameters API
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2016-02-14 Anton Khirnovlavc: add a field for passing AVHWFramesContext to...
2016-01-21 Vittorio Giovaralavc: Move pre_me to codec private options
2016-01-21 Vittorio Giovaralavc: Move me_penalty_compensation to codec private...
2016-01-21 Vittorio Giovaralavc: Move prediction_method to codec private options
2016-01-21 Vittorio Giovaralavc: Move {min,max}_prediction_order to codec private...
2016-01-21 Vittorio Giovaralavc: Move rtp_payload_size to codec private options
2016-01-21 Vittorio Giovaralavc: Move timecode_frame_start to codec private options
2016-01-21 Vittorio Giovaralavc: Move context_model to codec private options
2016-01-21 Vittorio Giovaralavc: Move mpeg_quant to codec private options
2016-01-21 Vittorio Giovaralavc: Move noise_reduction to codec private options
2016-01-21 Vittorio Giovaralavc: Move scenechange_threshold to codec private options
2016-01-21 Vittorio Giovaralavc: Move chromaoffset to codec private options
2016-01-21 Vittorio Giovaralavc: Move frame_skip_* to codec private options
2016-01-21 Vittorio Giovaralavc: Move brd_scale to codec private options
2016-01-21 Vittorio Giovaralavc: Move b_frame_strategy and b_sensitivity to codec...
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-12-07 Vittorio Giovaralavc: Drop exporting 2-pass encoding stats
2015-12-07 Vittorio Giovaralavc: Deprecate coder_type and its symbols
2015-12-06 Anton Khirnovmpegvideo_enc: export vbv_delay in side data
2015-12-06 Anton Khirnovlavc: add a packet side data type for VBV-like parameters
2015-12-06 Anton Khirnovlavc: add stream-global packet side data
2015-12-06 Anton Khirnovavpacket: add a function for wrapping existing data...
2015-11-20 Vittorio Giovaralavc: Deprecate avctx.rtp_callback field
2015-11-18 John Stebbinsavcodec: Define side data type for fallback track
2015-11-09 Anton Khirnovavcodec: fix doxy placement
2015-10-27 Luca Barbatoavpicture: Deprecate the single fields
2015-10-26 Luca Barbatoavpacket: Provide an alloc and a free function for...
2015-10-26 Luca Barbatoavpacket: Deprecate av_dup_packet
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-23 Vittorio GiovarainnoHeim/Rsupport Screen Capture Codec decoder
2015-10-22 Vittorio Giovaralavc: Deprecate AVPicture structure and related functions
2015-10-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-10-10 Luca Barbatowrapped_avframe: Initial implementation
2015-09-30 Vittorio GiovaraScreenpresso SPV1 decoder
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-09-13 Vittorio Giovaralavc: Keep idct integer option
2015-09-12 Vittorio Giovaralavc: Enable side data only packets by default
2015-09-02 Vittorio GiovaraDXV decoder
2015-08-28 Vittorio Giovaralavu: Drop deprecated duplicated AVFrame/AVCodecContext...
2015-08-28 Vittorio Giovaralavc: Drop deprecated deinterlace module
2015-08-28 Vittorio Giovaralavc: Drop deprecated thread opaque and codec pkt
2015-08-28 Vittorio Giovaralavc: Drop deprecated get_buffer related functions
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-08-28 Vittorio Giovaralavc: Drop deprecated request_channels related functions
next