aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump versions after 6.1n6.2-devMichael Niedermayer2023-10-298-8/+8
* doc/APIchanges: Add 6.1 cut pointMichael Niedermayer2023-10-291-0/+2
* Bump versions prior to 6.1Michael Niedermayer2023-10-298-11/+11
* avutil/hwcontext_vaapi: return ENOSYS for unsupported operationZhao Zhili2023-10-291-3/+3
* avutil/hwcontext_vulkan: cuda doesn't belong to valid_sw_formatsZhao Zhili2023-10-291-12/+13
* avutil/hwcontext_vulkan: fix memleak when device_create is skippedZhao Zhili2023-10-291-3/+14
* vulkan: return VK_NOT_READY when no queries are availableLynne2023-10-282-0/+6
* avutil/channel_layout: simplify 22.2 layout bitmask defineJames Almer2023-10-281-1/+1
* avfilter/libvmaf: fix broken cuda buildKyle Swanson2023-10-271-4/+0
* avformat/rtsp: Use rtsp_st->stream_indexMichael Niedermayer2023-10-271-1/+1
* avutil/tx_template: fix integer ovberflwo in fft3()Michael Niedermayer2023-10-271-3/+4
* avcodec/jpeg2000dec: Check image offsetMichael Niedermayer2023-10-271-0/+5
* avcodec/vlc: dont pass nb_elems into multi vlc codeMichael Niedermayer2023-10-271-6/+5
* avcodec/vlc: merge lost 16bit end of array checkMichael Niedermayer2023-10-271-4/+4
* avcodec/magicyuv: remove redundant check in inner loopMichael Niedermayer2023-10-271-2/+1
* avcodec/magicyuv: correct end of array check in multi VLC parsingMichael Niedermayer2023-10-271-1/+1
* avcodec/bitstream_template: Basic documentation for read_vlc_multi()Michael Niedermayer2023-10-271-1/+14
* avutil: bump minor version after recent commitsJames Almer2023-10-272-1/+8
* avutil/channel_layout: add a 3.1.2 channel layoutJames Almer2023-10-274-0/+6
* avutil/channel_layout: add a 7.1.4 channel layoutWill Wolcott2023-10-274-0/+6
* avutil/channel_layout: add a 7.1.2 channel layoutJames Almer2023-10-274-0/+6
* avutil/channel_layout: add a 5.1.4 channel layoutJames Almer2023-10-274-0/+6
* avutil/channel_layout: rename 7.1(top) channel layout to 5.1.2James Almer2023-10-274-5/+9
* avcodec/mlpenc: try different filter parameters in case of out of range outpu...Paul B Mahol2023-10-271-11/+14
* avcodec/mlpenc: add support for 4.0/4.1 ch layoutPaul B Mahol2023-10-271-2/+6
* avcodec/mlpdec: support for truehd with channels not representable with 5bit ...Paul B Mahol2023-10-271-1/+4
* avcodec/mlpenc: add 3.1 ch layout support for truehdPaul B Mahol2023-10-271-1/+3
* avcodec/hevcdec: Move collocated_ref to HEVCContextAndreas Rheinhardt2023-10-264-8/+7
* avfilter/vidstab: add option for file format specificationGyan Doshi2023-10-263-2/+28
* ffprobe: print the non-diegetic stream disposition flagJames Almer2023-10-2536-32/+71
* vulkan_decode: correct flipped condition in image layoutLynne2023-10-251-1/+1
* vulkan_decode: fix another validation issueLynne2023-10-251-1/+2
* vulkan_decode: fix pedantic validation issueLynne2023-10-251-10/+13
* vulkan_decode: use coded_width/height instead of the non-coded width and heightLynne2023-10-251-8/+8
* avformat/options: add missing disposition flag to AVStream class optionsJames Almer2023-10-252-1/+2
* aarch64: Only enable extensions in the intended files/regionsMartin Storsjö2023-10-243-3/+18
* aarch64: Stop using asm/hwcap.h for the HWCAP_* detectionMartin Storsjö2023-10-242-4/+1
* hwcontext_vulkan: improve queue family init codeLynne2023-10-241-7/+7
* fftools: Check HAVE_GETSTDHANDLE before using GetStdHandleMartin Storsjö2023-10-231-1/+1
* libavcodec/aarch64/hevc: Require consistent use of trailing semicolonMartin Storsjö2023-10-231-3/+3
* avcodec/av1dec, vaapi_av1: Remove excessive logmessagesAndreas Rheinhardt2023-10-222-16/+4
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-2227-223/+189
* avcodec/librsvgdec: fix memory leaks and deprecated functionsLeo Izen2023-10-222-20/+63
* aarch64: Reindent all assembly to 8/24 column indentationMartin Storsjö2023-10-216-1600/+1600
* aarch64: Manually tweak vertical alignment/indentation in tx_float_neon.SMartin Storsjö2023-10-211-60/+60
* aarch64: Make the indentation more consistentMartin Storsjö2023-10-217-315/+315
* aarch64: Lowercase UXTW/SXTW and similar flagsMartin Storsjö2023-10-216-105/+105
* aarch64: Consistently use lowercase for vector element specifiersMartin Storsjö2023-10-2116-2231/+2231
* avcodec/mlpenc: add 2.1 layout support for truehdPaul B Mahol2023-10-201-1/+3
* ffprobe: add -output_format as an alias of -ofStefano Sabatini2023-10-203-11/+13