]> git.sesse.net Git - ffmpeg/history - doc/APIchanges
lavc, lavu: move frame cropping to a convenience function
[ffmpeg] / doc / APIchanges
2017-07-26 wm4lavc, lavu: move frame cropping to a convenience function
2017-06-08 wm4dxva: add support for new dxva2 and d3d11 hwaccel APIs
2017-06-08 wm4lavu: add new D3D11 pixfmt and hwcontext
2017-04-30 Mark Thompsonhwcontext: Improve allocation in derived contexts
2017-04-27 James Almerspherical: add functions to retrieve and request projec...
2017-04-26 Mark Thompsonlavc: Add flag to allow profile mismatch with hardware...
2017-03-23 Vittorio GiovaraAPIchanges: Update bump dates
2017-03-20 wm4lavc: Add hwaccel_flags field to AVCodecContext
2017-03-20 Mark Thompsonhwcontext: Make it easier to work with device types
2017-03-20 Mark Thompsonhwcontext: Add device derivation
2017-03-07 Vittorio Giovaraspherical: Add tiled equirectangular type and projectio...
2017-02-13 Mark Thompsonlavc: Add device context field to AVCodecContext
2017-02-11 wm4AVFrame: add an opaque_ref field
2017-02-11 Anton Khirnovframe: allow align=0 (meaning automatic) for av_frame_g...
2017-02-11 Anton Khirnovcpu: add a function for querying maximum required data...
2017-02-11 Anton Khirnovavio: add a destructor for AVIOContext
2017-02-01 wm4lavc: deprecate refcounted_frames field
2017-01-12 Anton Khirnovlavc: add an option for exporting cropping information...
2017-01-12 Anton Khirnovframe: add a cropping rectangle to AVFrame
2017-01-09 Diego Biurruncrypto: consistently use size_t as type for length...
2016-12-08 Vittorio GiovaraAPIChanges: Mention where release 12 was cut
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-12-07 Vittorio Giovaralavu: Add AVSphericalMapping type and frame side data
2016-11-23 James Almerutils: Add av_stream_add_side_data()
2016-11-07 Luca Barbatopixfmt: Add GRAY12
2016-11-03 Mark Thompsonhwcontext: Hardware frame mapping
2016-10-12 Kieran KunhyaAdd GBRAP12 pixel format support
2016-10-12 Michael NiedermayerAdd GBRP12 pixel format support
2016-10-12 Vittorio GiovaraAPIchanges: Expand the name of recently added pixel...
2016-10-02 Anton Khirnovhwcontext_vaapi: add a quirk for the missing MemoryType...
2016-09-30 Anton Khirnovavio: add a new flag for marking streams seekable by...
2016-09-28 Anton KhirnovAPIchanges: fix a typo in the version number
2016-09-27 Luca Barbatolavu: Bump version for the 12bit Planar YUV support
2016-09-19 Yogender Guptaavcodec: Add the extended pixel format profile for...
2016-08-31 Anton Khirnovimgutils: add a function for copying image data from...
2016-08-30 Mark Thompsonlavc: Remove old vaapi decode infrastructure
2016-07-20 Diego Biurrunx86: Add SSSE3_SLOW CPU flag and related convenience...
2016-07-16 Diego Biurrunapichanges: Fill in missing hashes and dates
2016-07-02 Mark Thompsonhwcontext_vaapi: Add driver quirks to the hwdevice
2016-07-02 Hendrik Leppkespixfmt: add P010 pixel format
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-06-21 Anton Khirnovhwcontext: add a QSV implementation
2016-06-21 Anton Khirnovlavc: allow using AVCodecContext.hw_frames_ctx for...
2016-06-12 Anton Khirnovlavc: add H.264 MVC profiles
2016-05-26 Anton Khirnovhwcontext: add a function for opening devices
2016-05-24 Diego Biurrunavcodec: Bump micro version after changing public JPEG...
2016-05-18 Martin Storsjöavio: Allow custom IO users to get labels for the outpu...
2016-05-17 Vittorio Giovarastereo3d: Add API to get name from value or value from...
2016-05-17 Anton Khirnovhwcontext: add a dxva2 implementation
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-24 Michael Niedermayeropt: Add av_opt_copy()
2016-03-23 wm4lavc: introduce a new decoding/encoding API with decoup...
2016-03-20 Anton Khirnovlavc: add a new bitstream filtering API
2016-03-19 Mark Thompsonlavfi: generic hardware surface upload and download...
2016-03-19 Mark Thompsonlavu: VAAPI hwcontext implementation
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2016-03-19 Mark Thompsonlavu: add a way to query hwcontext frame constraints
2016-02-26 Anton KhirnovAPIchanges: add missing hashes and dates
2016-02-26 Anton Khirnovlavf: add a missing bump and APIchanges for the codecpa...
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-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-02-14 Anton Khirnovlavc: add a field for passing AVHWFramesContext to...
2016-02-14 Anton Khirnovlavfi: pass the hw frames context through the filter...
2016-02-14 Anton Khirnovhwcontext: add a CUDA implementation
2016-02-14 Anton Khirnovpixfmt: add a CUDA hwaccelled format
2016-02-14 Anton Khirnovhwcontext: add a VDPAU implementation
2016-02-14 Anton Khirnovlavu: add a framework for handling hwaccel frames
2016-02-14 Anton Khirnovbuffer: add support for pools using caller data in...
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2016-01-11 Luca BarbatoAPIchanges: Add missing av_pix_fmt_get_chroma_sub_sampl...
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-12-06 Anton Khirnovlavc: export Dirac parsing API used by the ogg demuxer...
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-18 John Stebbinsavformat: expose av_stream_new_side_data helper
2015-11-13 Martin Storsjöxtea: Add functions for little endian mode
2015-11-09 Nicolas Georgelavfi: add a frame_rate field to AVFilterLink.
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-21 Vittorio Giovaralavc: Add data and linesize to AVSubtitleRect
2015-10-19 Vittorio GiovaraAPIchanges: Fill in missing dates and hashes
2015-10-16 Anton Khirnovqsvenc: add an API for allocating opaque surfaces
2015-10-12 Vittorio Giovaradict: Change return type of av_dict_copy()
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-09-17 Steve Lhommed3d11va: WindowsPhone requires a mutex around ID3D11Vid...
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-09-07 Vittorio Giovaralavu: Remove bit packing from AVComponentDescriptor
2015-09-07 wm4lavu: extend size of the AVPixFmtDescriptor.flags field
2015-08-28 Vittorio GiovaraBump major versions of all libraries
2015-07-31 James Almerdes: add av_des_alloc()
2015-07-31 James Almerxtea: add av_xtea_alloc()
2015-07-31 James Almerrc4: add av_rc4_alloc()
2015-07-31 James Almerblowfish: add av_blowfish_alloc()
2015-07-30 James Almerhmac: add missing version bump and APIChanges entry
2015-07-27 Vittorio Giovaralavc: Update version and APIchanges
next