]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / avcodec.h
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...
2013-08-10 Luca Barbatolavc: Add refcounted api to AVPacket
2013-08-07 Kostya Shishkovdeprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID...
2013-08-05 Rémi Denis-Courmontvdpau: deprecate VDPAU codec capability
2013-08-02 Yusuke Nakamuraavcodec: Add output_picture_number to AVCodecParserContext
2013-07-27 Diego BiurrunAdd missing deprecation attributes
2013-06-24 Kieran Kunhyalavc: Add option to encode MPEG-2 AAC with libfdk-aac
2013-06-03 Kostya ShishkovGo2Webinar decoder
2013-05-24 Yusuke Nakamuraavcodec: Add picture structure information to AVCodecPa...
2013-05-18 Eli FriedmanEscape 130 (RPL) decoder
2013-05-17 Anton Khirnovlavc doxy: add avcodec.h to the libavcodec group.
2013-05-17 Kostya ShishkovApple Intermediate Codec decoder
2013-05-03 Masaki Tanakaavcodec: Add field order information to AVCodecParserCo...
2013-05-03 Anton Khirnovlavc: schedule AVCodecContext.lowres for removal on...
2013-04-30 Derek Buitenhuisavcodec: doxy: Clarify how to use buf[] when implementi...
2013-04-30 Derek Buitenhuisavcodec: doxy: Clarify what get_buffer2 must fill in...
2013-04-22 Nicolas BertrandJPEG 2000 decoder for DCinema
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-04-10 Anton Khirnovlavc: extend / update the [coded_]{width,height} doxy
2013-03-19 Anton Khirnovlavc: update the doxy for avcodec_decode_{video,audio...
2013-03-13 Diego BiurrunAdd av_log_{ask_for_sample|missing_feature} replacement...
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_IDCT cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_SNOW cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_MMI cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_LIBMPEG2 cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_CODEC_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_DSP_MASK cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_SUB_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_INTER_THRESHOLD cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_COLOR_TABLE_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-01-25 Vittorio Giovarah264: Allow discarding the cropping information from SPS
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
2013-01-14 Tom Fineganmkv: support vp9 tag
2013-01-06 Diego BiurrunDrop Snow codec
2012-12-23 Martin Storsjölavc: Correct the description of pkt_dts
2012-12-23 Anton Khirnovlavc: make pkt_{p,d}ts doxy less confusing
2012-12-23 Anton Khirnovlavc: rewrite and extend AVFrame doxy
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-07 Paul B Maholtak: demuxer, parser, and decoder
2012-11-26 Justin Ruggleslavc: clarify get_buffer() documentation
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-11-02 John StebbinsPGS subtitles: Expose forced flag
2012-11-02 Anton Khirnovlavc: add some AVPacket doxy.
2012-10-29 Martin Storsjöavcodec: Add a RFC 3389 comfort noise codec
2012-10-23 Justin Ruggleslavc: fix documentation for AVCodecContext.delay
2012-10-22 Anton Khirnovlavc: extend frame_size doxy.
2012-10-14 Justin Ruggleslavc: update documentation for AVFrame.extended_data
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-12 Diego BiurrunRemove libmpeg2 #define remnants
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-09-28 Nathan Caldwellavcodec: document the use of AVCodecContext.delay for...
2012-09-27 Andrew D'AddesioAdd Opus codec id and codec description.
2012-09-24 Anton Khirnovlavc: add avcodec_free_frame().
2012-09-24 Anton Khirnovlavc: rename the argument of avcodec_alloc_frame/get_fr...
2012-09-17 Anton Khirnovlavc: replace AVCodecContext.encode with subtitle-speci...
2012-09-15 Mans Rullgardlibavcodec: remove av_destruct_packet_nofree()
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-30 Anton Khirnovlavc: add lossy/lossless codec properties.
2012-08-29 Anton KhirnovAdd reminders to update the codec descriptor list with...
2012-08-18 Anton Khirnovlavc: add avcodec_descriptor_get_by_name().
2012-08-18 Anton Khirnovlavc: add const to AVCodec* function parameters.
2012-08-11 Anton Khirnovlavc: add an intra-only codec property.
2012-08-11 Anton Khirnovlavc: add codec descriptors.
2012-08-10 Anton Khirnovlavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-07 Anton Khirnovlavc: add AV prefix to codec ids.
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-07-13 Janne Grunauimgconvert: deprecate avcodec_find_best_pix_fmt()
2012-07-13 Janne Grunauimgconvert: add avcodec_find_best_pix_fmt2()
2012-07-13 Kostya ShishkovMS Expression Encoder Screen decoder
2012-07-12 Martin Storsjölibavcodec: Add more AAC profiles
2012-07-11 Kostya ShishkovTechSmith Screen Codec 2 decoder
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-19 Simon A. Eugsterlavc: Extend the documentation for avcodec_init_packet
2012-06-18 Martin StorsjöAdd support for iLBC decoding/encoding via the external...
next