Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer
2021-10-24swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer
2021-10-15libswscale/x86/rgb2rgb: add shuffle_bytes avx2Wu Jianhua
2021-10-03swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer
2021-10-03swscale/alphablend: Fix slice handlingMichael Niedermayer
2021-09-30swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer
2021-09-26swscale: add input/output support for X2BGR10LEManuel Stoeckl
2021-09-26swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt
2021-09-20swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt
2021-09-20libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt
2021-09-07libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer
2021-09-06sws: implement slice threadingAnton Khirnov
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-07-09swscale/slice: Fix wrong return on errorMichael Niedermayer
2021-07-09swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer
2021-07-09swscale/output: Implement dither none for yuv2rgb_write_full()Michael Niedermayer
2021-07-09swscale/slice: Check slice for allocation failureMichael Niedermayer
2021-07-03sws: move updating the palette higher upAnton Khirnov
2021-07-03sws: move initializing dither_error higher upAnton Khirnov
2021-07-03sws: move the early return for zero-sized slices higher upAnton Khirnov
2021-07-03sws: simplify setting sliceDirAnton Khirnov
2021-07-03sws: merge handling frame start into a single blockAnton Khirnov
2021-07-03sws: make checking for the start of a new frame more explicitAnton Khirnov
2021-07-03sws: reset sliceDir at the end of sws_scale()Anton Khirnov
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-07-03sws: separate the calls to scaled vs unscaled conversionAnton Khirnov
2021-07-03sws: do not reallocate scratch buffers for each sliceAnton Khirnov
2021-07-03sws: group the parameters validity checks togetherAnton Khirnov
2021-07-03sws: initialize {src,dst}Stride2 consistently with {src,dst}2Anton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out cascaded scalingAnton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out gamma-correct scalingAnton Khirnov
2021-07-03sws: return an error code on invalid parameters to sws_scale()Anton Khirnov
2021-07-03sws: reindent after previous commitAnton Khirnov
2021-07-03sws: factor out updating the paletteAnton Khirnov
2021-07-03sws: remove unnecessary bracesAnton Khirnov
2021-07-02libswscale: Make sws_init_context thread safe.Peter Lundblad
2021-06-06swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-01libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly
2021-04-01libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-02-24swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt