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
2022-11-04swresample/rematrix: support mixing top front left/right channelsJames Almer
2022-10-17swresample: Fix Doxy reference to AVOptionsMarvin Scholz
2022-10-17swresample/swresample: Fix mismatching argument namesMarvin Scholz
2022-09-14swsresample/swresample: error out on invalid layoutsJames Almer
2022-08-25lswr: take const AVChannelLayout* in swr_alloc_set_opts2()rcombs
2022-08-21swresample/swresample: fill the correct buffer to print the output layout stringJames Almer
2022-08-13configure: always enable gnu_windres if availableTimo Rothenpieler
2022-07-13Bump versions after 5.1 branchn5.2-devMichael Niedermayer
2022-07-13Bump Versions for 5.1 branchMichael Niedermayer
2022-06-15swresample/noise_shaping_data: Remove unused tablesAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-06-14swresample/resample: Remove unnecessary emms_cAndreas Rheinhardt
2022-06-14swresample/x86/resample: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-14swresample/x86/rematrix: Remove obsolete MMX functionsAndreas Rheinhardt
2022-06-14swresample/x86/audio_convert: Remove obsolete MMX functionsAndreas Rheinhardt
2022-06-14swresample/resample: Properly empty MMX stateAndreas Rheinhardt
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-03-28swresample/rematrix: fix typo in clean_layout()James Almer
2022-03-19Keep including the full version.h when headers are included externallyMartin Storsjö
2022-03-16doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö
2022-03-16libswresample: Split version.hMartin Storsjö
2022-03-15Bump minor versions after the channel layout changesJames Almer
2022-03-15swresample: convert to new channel layout APIJames Almer
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt
2022-01-04Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer
2021-12-09libswresample/swresamplec: Err num(negative-size) was used as a function para...Yu Yang
2021-12-03all: Remove unused-but-set variablesAndreas Rheinhardt
2021-12-03swresample/swresample: Remove array size hint from swr_convert()Andreas Rheinhardt
2021-09-25swresample/aarch64: fix relocation out of range errorZhao Zhili
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-29(postproc|swresample)/version: Don't include libavutil/avutil.hAndreas Rheinhardt
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-01libswresample/audioconvert: Fix undefined NULL + 0Andreas Rheinhardt
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2020-09-30swresample/audioconvert: Fix left shift of negative valueAndreas Rheinhardt
2020-08-18swresample/rematrix: handle 22.2 as a 9 channel layoutJan Ekström
2020-08-04swresample/rematrix: treat 22.2 as 5.1 (back) when mixingJan Ekström
2020-08-04swresample/matrix: switch internal clean_layout function to not drop high bitsJan Ekström
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2019-09-26swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol