summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol2022-06-0516-3/+417
* lavfi/vf_tonemap_opencl: fix buildrcombs2022-06-011-20/+19
* lavfi/vf_scale_vulkan: fix buildrcombs2022-06-011-2/+2
* Makefile: avoid cp-ing over existing executable filesrcombs2022-06-011-0/+1
* lavc/h264_ps: always include the stop bit in [s|p]ps->datarcombs2022-06-011-0/+8
* lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as wellrcombs2022-06-011-4/+4
* lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fieldsrcombs2022-06-011-2/+2
* lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flagsrcombs2022-06-011-1/+10
* lavc/videotoolboxdec: fix escaping sequential zero sequencesrcombs2022-06-011-4/+3
* lavc/videotoolboxdec: warn on nonzero status in the callbackrcombs2022-06-011-1/+1
* lavfi/blockdetect: Remove nop init() functionThilo Borgmann2022-06-011-6/+0
* vp9: don't overread by 4 pixels in ff_vp9_avg4_mmxext().Ronald S. Bultje2022-06-011-0/+5
* avutil/csp: create public API for colorspace structsLeo Izen2022-06-0111-191/+317
* fate/dca: Fix test requirementsAndreas Rheinhardt2022-06-011-6/+8
* tests/Makefile: Add PCM functionAndreas Rheinhardt2022-06-011-0/+4
* avcodec/libaomenc: Expose the allintra usage modeVignesh Venkatasubramanian2022-05-312-1/+2
* avcodec/vp9: ipred_hd_16x16_16 avx2 implementationSemen Belozerov2022-05-312-0/+56
* fate/wavpack: Test APE cuesheet tagsAndreas Rheinhardt2022-05-312-1/+104
* fate/wavpack: Avoid temp filesAndreas Rheinhardt2022-05-311-32/+32
* fate/wavpack: Fix test requirementsAndreas Rheinhardt2022-05-311-31/+35
* avcodec/wavpack: Remove redundant av_channel_layout_uninit()Andreas Rheinhardt2022-05-311-1/+0
* fate/vpx: Remove unused define parametersAndreas Rheinhardt2022-05-311-3/+3
* fate/opus: Restore fate-opus-(celt|hybrid|silk)Andreas Rheinhardt2022-05-311-17/+11
* avcodec/ffv1enc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-05-301-1/+1
* avcodec/iff: Remove redundant #ifAndreas Rheinhardt2022-05-301-4/+0
* avcodec/ffv1enc: Eliminate float/double from find_best_state()Michael Niedermayer2022-05-305-21/+20
* avcodec/pcm-dvdenc: Mark unreachable defaultsMichael Niedermayer2022-05-301-0/+4
* avfilter/af_biquads: refactor some optionsPaul B Mahol2022-05-291-286/+96
* avfilter: add tiltshelf audio filterPaul B Mahol2022-05-295-7/+127
* fate/ffmpeg: Fix test requirementsAndreas Rheinhardt2022-05-282-74/+49
* mfenc: Use dlopen instead of LoadLibrary for loading mfplat.dllMartin Storsjö2022-05-281-3/+4
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-283-11/+202
* checkasm: added additional dstW tests for hscaleSwinney, Jonathan2022-05-281-49/+55
* avcodec/libaomenc: Add unmet target level warningBohan Li2022-05-272-1/+65
* avfilter/af_biquads: fix low/highshelf 'k' calculationPaul B Mahol2022-05-271-2/+2
* qsv: check for libmfx.pc instead of mfx.pcHaihao Xiang2022-05-261-1/+1
* avfilter/vf_vpp_qsv: set outlink to EOF correctlyFei Wang2022-05-261-12/+23
* doc/protocols: add details and reformat IPFS sectionGyan Doshi2022-05-261-16/+17
* doc/protocols: sort IPFS section alphabeticallyGyan Doshi2022-05-261-31/+31
* avformat/matroskadec: assert non NULL bufMichael Niedermayer2022-05-261-0/+2
* Changelog: Add line for IPFSMichael Niedermayer2022-05-261-0/+1
* avformat/act: Check ff_get_wav_header() for failureMichael Niedermayer2022-05-261-1/+4
* avformat/jpegxl_probe: Check init_get_bits8() for failureMichael Niedermayer2022-05-261-1/+4
* avutil/mem: fix doc for reallocsZhao Zhili2022-05-261-12/+11
* lavc/aarch64: hevc_sao reschedule slightlyJ. Dekker2022-05-261-12/+16
* avcodec/mfenc: Dynamically load MFPlat.DLLTrystan Mata2022-05-254-67/+124
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-259-482/+250
* libavcodec/qsvenc: expose only supported optionsDmitry Rogozhkin2022-05-254-14/+60
* checkasm: improve hevc_sao testJ. Dekker2022-05-251-20/+31
* lavc/aarch64: add hevc sao edge 8x8J. Dekker2022-05-252-0/+54