summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/scale_npp: add scale2ref_npp filterRoman Arzumanyan2021-11-036-40/+620
* avformat/isom_tags: fix 'ipcm' with samplesize equal to 16Zhao Zhili2021-11-031-2/+2
* avformat/dashenc: Fix comparing double with 0Limin Wang2021-11-031-1/+1
* avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440pLimin Wang2021-11-031-0/+2
* avutil/hwcontext_videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-11-032-24/+38
* avfilter/vf_chromanr: improve filtering resultsPaul B Mahol2021-11-032-18/+22
* avformat/aiffdec: "-1" -> AVERROR_INVALIDDATAMichael Niedermayer2021-11-011-2/+2
* avformat/aiffdec: Use av_rescale() for bitrateMichael Niedermayer2021-11-011-2/+4
* avformat/aiffdec: sanity check block_alignMichael Niedermayer2021-11-011-1/+1
* avformat/aiffdec: Check sample_rateMichael Niedermayer2021-11-011-0/+3
* avcodec/libaomdec: use intermediate arrays for plane pointers and stridesJames Almer2021-11-011-3/+7
* libaom: Dont use aom_codec_av1_dx_algo.Matt Oliver2021-10-301-1/+1
* doc/filters: fix typo for hsvkey/hsvholdPaul B Mahol2021-10-291-6/+6
* avfilter: add huesaturation filterPaul B Mahol2021-10-296-1/+540
* configure: add initial RISC-V supportBrad Smith2021-10-291-1/+9
* fate: update ref files after a recent changeJames Almer2021-10-292-5/+5
* avfilter/vf_nlmeans: split wa structPaul B Mahol2021-10-292-24/+27
* avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ass...Paul B Mahol2021-10-292-46/+77
* avfilter/vf_nlmeans: avoid if () to help paralellizationPaul B Mahol2021-10-291-7/+6
* avfilter/vf_nlmeans: no need to print filter options at info levelPaul B Mahol2021-10-291-1/+1
* avfilter/vf_nlmeans: make access to pointer to lut fasterPaul B Mahol2021-10-291-1/+2
* avfilter/vf_nlmeans: reduce scope of some variablesPaul B Mahol2021-10-291-21/+12
* avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packetAlex Shumsky2021-10-291-1/+1
* fftools/ffplay: don't disable x11 compositingZane van Iperen2021-10-291-0/+4
* avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen2021-10-282-30/+248
* avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocationJan Ekström2021-10-281-1/+1
* avfilter/vf_zscale: deduplicate output color information settingJan Ekström2021-10-281-25/+20
* avfilter/vf_psnr/ssim: fix typosPaul B Mahol2021-10-282-2/+2
* avcodec/binkaudio: Properly flush the decoderAndreas Rheinhardt2021-10-281-0/+10
* avcodec/binkaudio: Remove AV_CODEC_CAP_DELAYAndreas Rheinhardt2021-10-281-2/+2
* configure: add hls demuxer link dependenciesLimin Wang2021-10-281-0/+1
* avformat/mpegts: Fix for the DOVI video stream descriptorLimin Wang2021-10-281-2/+9
* avformat/movenc: support dvwC box for Dolby VisionLimin Wang2021-10-281-2/+4
* avformat/mov: support dvwC box for Dolby VisionLimin Wang2021-10-281-1/+2
* avfilter/vf_histogram: add more color modesPaul B Mahol2021-10-272-2/+55
* avfilter: split negate filter from lut filterPaul B Mahol2021-10-275-79/+439
* avfilter/vf_owdenoise: relicense my codeMichael Niedermayer2021-10-241-0/+5
* swscale/swscale: Improve *ColorspaceDetails() doxyMichael Niedermayer2021-10-241-0/+8
* swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer2021-10-241-1/+4
* swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer2021-10-241-2/+3
* avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot truePaul B Mahol2021-10-241-1/+2
* avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()Paul B Mahol2021-10-241-2/+2
* avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}Jan Ekström2021-10-245-4/+30
* avformat/avio{,buf}: deprecate AVIOContext::writtenJan Ekström2021-10-244-1/+25
* avformat/avio: privatize source of truth for AVIOContext::writtenJan Ekström2021-10-242-4/+13
* avfilter/vf_dblur: add clippingPaul B Mahol2021-10-231-2/+2
* avfilter/vf_dblur: use lrintf()Paul B Mahol2021-10-231-2/+2
* avfilter/vf_dblur: fix artifactsPaul B Mahol2021-10-231-2/+2
* avfilter/vf_convolution: improve runtime support for convolution filterPaul B Mahol2021-10-231-3/+6
* avfilter/vf_convolution: unbreak runtime planes option functionalityPaul B Mahol2021-10-231-114/+96