aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang2022-09-151-2/+8
* avfilter/video: Fix newline in trace outputAndreas Rheinhardt2022-09-141-1/+1
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-142-0/+6
* avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt2022-09-141-2/+10
* avfilter/vf_libvmaf: copy all values also for 10 bit inputChristian Feldmann2022-09-141-1/+2
* avcodec/vorbisdec: don't use a flag to determine if frames have been outputJyrki Vesterinen2022-09-141-1/+5
* lavu/riscv: fix av_clip_int16Rémi Denis-Courmont2022-09-141-2/+2
* avutil/dict: Improve appending valuesAndreas Rheinhardt2022-09-141-6/+7
* avutil/dict: Fix memleak when using AV_DICT_APPENDAndreas Rheinhardt2022-09-141-16/+12
* avutil/dict: Avoid check whose result is known in advanceAndreas Rheinhardt2022-09-141-4/+4
* avformat/dump: Avoid unnecessary implicit calculation of strlenAndreas Rheinhardt2022-09-141-3/+1
* fftools/opt_common: check the return value of av_hwdevice_get_type_name befor...James Almer2022-09-141-1/+4
* swsresample/swresample: error out on invalid layoutsJames Almer2022-09-141-16/+32
* Revert "avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldx"Andreas Rheinhardt2022-09-143-58/+53
* Revert "avcodec/loongarch: Add wrapper for __lsx_vldx"Andreas Rheinhardt2022-09-146-252/+247
* libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filterRoman Arzumanyan2022-09-137-3/+570
* lavu/riscv: add <intmath.h> optimisationsRémi Denis-Courmont2022-09-132-2/+106
* lavu/riscv: byte-swap operationsRémi Denis-Courmont2022-09-132-0/+76
* configure/riscv: detect fast CLZRémi Denis-Courmont2022-09-131-0/+6
* lavu/riscv: AV_READ_TIME cycle counterRémi Denis-Courmont2022-09-132-0/+55
* doc: reference the RISC-V specificationRémi Denis-Courmont2022-09-131-0/+5
* x86/float_dsp: use three operand form for some instructionsJames Almer2022-09-131-8/+8
* avcodec/x86/audiodsp: add scalarproduct avx2Paul B Mahol2022-09-132-0/+24
* avutil/x86/float_dsp: add fma3 for scalarproductPaul B Mahol2022-09-132-0/+129
* avcodec/flac_parser: avoid returning too negative numberPaul B Mahol2022-09-131-2/+5
* fate/spdif: Add spdif testsAndreas Rheinhardt2022-09-1314-0/+1496
* avcodec/arm/sbcenc: avoid callee preserved vfp registersJames Cowgill2022-09-131-110/+110
* avcodec/bonk: Actually clip when using av_clip()Andreas Rheinhardt2022-09-121-1/+1
* fate/subtitles: Add PGS remux testAndreas Rheinhardt2022-09-122-0/+20
* fate/id3v2: Add test for reading and writing UTF-16 BOM tagsAndreas Rheinhardt2022-09-122-0/+47
* avformat: add bonk demuxerPaul B Mahol2022-09-125-3/+103
* avcodec: add bonk audio decoderPaul B Mahol2022-09-127-2/+446
* avcodec/ralf: Move variable from context to stackAndreas Rheinhardt2022-09-111-9/+8
* avcodec/ralf: Move frame allocation after error checksAndreas Rheinhardt2022-09-111-6/+5
* avcodec/dca_core: Only call emms_c() if neededAndreas Rheinhardt2022-09-111-0/+8
* avutil/x86/intreadwrite: Add ability to detect whether MMX code is usedAndreas Rheinhardt2022-09-111-0/+2
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-1112-205/+206
* avcodec/vp8: Move fade_present from context to stackAndreas Rheinhardt2022-09-112-8/+3
* avcodec/vp8dsp: Remove declarations of inexistent functionsAndreas Rheinhardt2022-09-111-7/+0
* avcodec/vp8: Remove unused macrosAndreas Rheinhardt2022-09-111-8/+0
* avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layoutJames Almer2022-09-111-3/+8
* lavu/tx: remove av_cold from table definitionsLynne2022-09-111-3/+3
* swscale/la: Add output_lasx.c file.Hao Chen2022-09-104-1/+1993
* swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c filesHao Chen2022-09-108-0/+444
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-108-1/+1293
* avfilter/vf_gblur: allow filtering with zero horizontal sigmaPaul B Mahol2022-09-101-2/+2
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-1012-3/+67
* swscale/output: add support for XV30LEPhilip Langdale2022-09-1014-2/+44
* swscale/output: add support for XV36LEPhilip Langdale2022-09-1014-2/+42
* swscale/output: add support for P012Philip Langdale2022-09-1015-62/+105