summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-195-27/+44
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* x86: replace explicit REP_RETs with RETsLynne2023-02-012-10/+10
* swresample/swresample_frame: fix regression in detecting changesPaul B Mahol2023-01-041-5/+5
* swresample/rematrix: support mixing top front left/right channelsJames Almer2022-11-031-0/+24
* swresample: Fix Doxy reference to AVOptionsMarvin Scholz2022-10-171-1/+1
* swresample/swresample: Fix mismatching argument namesMarvin Scholz2022-10-171-4/+4
* swsresample/swresample: error out on invalid layoutsJames Almer2022-09-141-16/+32
* lswr: take const AVChannelLayout* in swr_alloc_set_opts2()rcombs2022-08-243-5/+5
* swresample/swresample: fill the correct buffer to print the output layout stringJames Almer2022-08-211-1/+1
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-131-1/+1
* Bump versions after 5.1 branchn5.2-devMichael Niedermayer2022-07-131-1/+1
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* swresample/noise_shaping_data: Remove unused tablesAndreas Rheinhardt2022-06-151-4/+0
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-153-8/+17
* swresample/resample: Remove unnecessary emms_cAndreas Rheinhardt2022-06-141-2/+0
* swresample/x86/resample: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-142-10/+0
* swresample/x86/rematrix: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-142-11/+0
* swresample/x86/audio_convert: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-142-17/+1
* swresample/resample: Properly empty MMX stateAndreas Rheinhardt2022-06-141-5/+1
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-21/+46
* swresample/rematrix: fix typo in clean_layout()James Almer2022-03-281-1/+1
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-161-1/+1
* libswresample: Split version.hMartin Storsjö2022-03-165-2/+36
* Bump minor versions after the channel layout changesJames Almer2022-03-151-1/+1
* swresample: convert to new channel layout APIJames Almer2022-03-158-172/+493
* lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt2022-01-041-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-1/+3
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* libswresample/swresamplec: Err num(negative-size) was used as a function para...Yu Yang2021-12-091-3/+5
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-8/+0
* swresample/swresample: Remove array size hint from swr_convert()Andreas Rheinhardt2021-12-031-2/+4
* swresample/aarch64: fix relocation out of range errorZhao Zhili2021-09-251-2/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-202-3/+3
* (postproc|swresample)/version: Don't include libavutil/avutil.hAndreas Rheinhardt2021-07-291-1/+1
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-222-0/+2
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* Include attributes.h directlyAndreas Rheinhardt2021-04-195-0/+5
* libswresample/audioconvert: Fix undefined NULL + 0Andreas Rheinhardt2021-04-011-2/+2
* Bump minor versions after release branchn4.5-devMichael Niedermayer2021-03-201-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* swresample/audioconvert: Fix left shift of negative valueAndreas Rheinhardt2020-09-301-1/+1
* swresample/rematrix: handle 22.2 as a 9 channel layoutJan Ekström2020-08-181-1/+1
* swresample/rematrix: treat 22.2 as 5.1 (back) when mixingJan Ekström2020-08-041-0/+10