aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/version.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/videotoolbox: expose routine to set CVPixelBufferRef metadatarcombs2021-12-221-1/+1
* libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.Alan Kelly2021-12-211-2/+2
* avutil/display: fix inverted docZhao Zhili2021-12-201-1/+1
* lavu: bump minor version and add doc/APIchanges entry for Vulkan changesLynne2021-12-101-2/+2
* lavu/avframe: add a time_base fieldLynne2021-12-031-1/+1
* avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler2021-11-221-1/+1
* avutil: Add Dolby Vision RPU side data typeDerek Buitenhuis2021-11-171-1/+1
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-151-8/+0
* doc/APIchanges: update for Vulkan API changesLynne2021-11-121-1/+1
* lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl2021-09-261-1/+1
* avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt2021-09-201-2/+5
* avutil/buffer: constify some function parametersJames Almer2021-09-171-1/+1
* libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin2021-09-081-2/+2
* avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt2021-08-171-1/+1
* imgutils: expose av_image_copy_plane_uc_from()Lynne2021-08-141-1/+1
* avutil/common, macros: Move several macros from common.h to macros.hAndreas Rheinhardt2021-07-291-1/+1
* avutil/film_grain_params: add support for H.274 Film Grain CharacteristicsJames Almer2021-07-231-1/+1
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-201-2/+2
* avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPix...Aman Karmani2021-07-181-1/+1
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-3/+0
* avutil/cpu: Remove deprecated functionsAndreas Rheinhardt2021-04-271-3/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-3/+0
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-3/+0
* avutil/frame: Remove deprecated getters and settersAndreas Rheinhardt2021-04-271-3/+0
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-3/+0
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-3/+0
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-271-3/+0
* avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descsAndreas Rheinhardt2021-04-271-3/+0
* avutil/frame: Remove AVFrame QP table APIAndreas Rheinhardt2021-04-271-3/+0
* avutil/pixfmt: Remove deprecated VAAPI pixel formatsAndreas Rheinhardt2021-04-271-3/+0
* lavu: bump minor and add APIchanges entry for the lavu/tx changesLynne2021-04-241-1/+1
* avutil/cpu: Schedule deprecated functions for removalAndreas Rheinhardt2021-04-191-0/+3
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-171-1/+1
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-241-1/+4
* Bump minor versions after release branchn4.5-devMichael Niedermayer2021-03-201-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-191-1/+1
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-101-1/+4
* avutil/{avstring,bprint}: add XML escaping from ffprobe to avutilStefano Sabatini2021-03-051-1/+1
* lavu/tx: support in-place FFT transformsLynne2021-02-211-1/+1
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-101-1/+1
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-261-2/+2
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-131-1/+1
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+3
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-031-1/+1
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-251-1/+1
* lavu/buffer: add a convenience function for replacing buffersAnton Khirnov2020-09-281-1/+1
* avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint2020-09-131-1/+1