summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_maskedminmax: add float pixel formatsPaul B Mahol2022-02-211-1/+6
* avfilter/vf_maskedminmax: refactor slice functionPaul B Mahol2022-02-211-31/+16
* avfilter/vf_maskedmerge: add float pixel formatsPaul B Mahol2022-02-211-5/+9
* avfilter/vf_maskedmerge: refactor slice functionPaul B Mahol2022-02-211-43/+30
* avfilter/vf_monochrome: use lrintf for roundingPaul B Mahol2022-02-201-2/+2
* avcodec/wavpack: do not process only first non-zero field of int32info chunkPaul B Mahol2022-02-201-4/+6
* avfilter/f_ebur128: add support for any number of channelsPaul B Mahol2022-02-201-10/+28
* lavfi/vf_fps: check flow before sending more framesNicolas George2022-02-201-1/+1
* lavfi: add ff_inoutlink_check_flow()Nicolas George2022-02-202-0/+16
* avformat/imf: document IMFVirtualTrackResourcePlaybackCtxPierre-Anthony Lemieux2022-02-201-6/+6
* avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux2022-02-202-102/+181
* avformat/imf: open resources only when first neededPierre-Anthony Lemieux2022-02-201-7/+10
* avfilter/af_headphone: improve stereo hrir supportPaul B Mahol2022-02-191-6/+13
* tools/target_dem_fuzzer: Force interrupt for HLSMichael Niedermayer2022-02-191-0/+4
* tools/target_dem_fuzzer: Test interrupt callbackMichael Niedermayer2022-02-191-0/+10
* avformat/avisynth: fix frameprop version checkStephen Hutchinson2022-02-181-19/+6
* avcodec/msmpeg4dec: Reindent after the previous commitAndreas Rheinhardt2022-02-181-57/+57
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-184-20/+34
* avcodec/avcodec: Decrease the amount of time while holding the lockAndreas Rheinhardt2022-02-181-5/+5
* avcodec/vorbisdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/ituh263dec: Reindent after the last commitAndreas Rheinhardt2022-02-181-21/+21
* avcodec/ituh263dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-186-12/+20
* avcodec/alsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/alsdec, mlz: Check allocationAndreas Rheinhardt2022-02-183-3/+10
* avcodec/alsdec: Improve code localityAndreas Rheinhardt2022-02-181-6/+5
* avcodec/alsdec: Return directly upon errorAndreas Rheinhardt2022-02-181-20/+10
* avcodec/apedec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/rv40: Make decoder init-threadsafeAndreas Rheinhardt2022-02-181-3/+5
* avcodec/rv30: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+2
* avcodec/svq3: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* avfilter/vf_xmedian: small additional speedupPaul B Mahol2022-02-181-3/+29
* avfilter/vf_xmedian: refactor slice functionPaul B Mahol2022-02-181-88/+57
* avfilter/vf_atadenoise: fix >8 depth filtering with planes disabledPaul B Mahol2022-02-181-2/+6
* avfilter/vf_mix: additional speedupPaul B Mahol2022-02-181-6/+31
* avcodec/vp3: Add missing check for av_mallocJiasheng Jiang2022-02-181-1/+6
* avfilter/vf_waveform: do not add tint if output format is grayPaul B Mahol2022-02-171-2/+2
* avfilter/vf_extractplanes: unbreak "extracting" >8 depth gray formatsPaul B Mahol2022-02-171-1/+6
* avfilter/vf_amplify: add float formats supportPaul B Mahol2022-02-171-10/+15
* avfilter/vf_amplify: refactor amplify functionPaul B Mahol2022-02-171-84/+50
* avfilter/vf_mix: refactor mix functionPaul B Mahol2022-02-171-89/+41
* avfilter/vf_fieldmatch: fix crash when inputs have different subsamplingPaul B Mahol2022-02-171-30/+36
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-171-30/+36
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-172-4/+9
* doc/muxers: add entry for empty_hdlr_name in movGyan Doshi2022-02-171-0/+4
* lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov2022-02-172-2/+29
* lavu/hwcontext_opencl: clear dangling pointers on map failureAnton Khirnov2022-02-171-0/+5
* avfilter/vf_mix: use correct type for flagsPaul B Mahol2022-02-171-4/+4
* avfilter/vf_mix: fix handling non-native endianess formatsPaul B Mahol2022-02-171-1/+7
* avfilter/vf_mix: add missing float format supportPaul B Mahol2022-02-171-1/+32
* avfilter/vf_readeia608: fix oversight in 278984b34Paul B Mahol2022-02-161-1/+1