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-09-05avutil/tests/.gitignore: Add channel_layout testtoolAndreas Rheinhardt
2022-06-12avutil/tests/uuid: add uuid testsPierre-Anthony Lemieux
2022-06-08libavutil/tests/md5: Remove 'volatile workaround' to avoid warningssoftworkz
2022-03-25avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout...James Almer
2022-03-25avutil/tests/channel_layout: test av_channel_layout_check()James Almer
2022-03-25avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer
2022-03-25avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer
2022-03-25avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer
2022-03-15channel_layout: add support for AmbisonicVittorio Giovara
2022-03-15lavu: support AVChannelLayout AVOptionsAnton Khirnov
2022-03-15fate: add a channel_layout API testJames Almer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-24avutil/avassert: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/display: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/log: Don't include avutil.hAndreas Rheinhardt
2022-02-15lavu/fifo: add a test for _cb functionsAnton Khirnov
2022-02-07lavu/tests/fifo: switch to the new APIAnton Khirnov
2022-01-29avutil/tests/adler32: Remove unnecessary volatileAndreas Rheinhardt
2022-01-10lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov
2021-12-21avutil/tests/cpu: add slowgatherJames Almer
2021-12-19avutil/twofish: Fixed decryptionSebastian Kirmayer
2021-12-15avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin
2021-09-27avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-06-13avutil/tests/audio_ffio: add missing headerMatthieu Patou
2021-06-13avutil/tests/lzo: remove timer macrosJames Almer
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-08-21lavu/avstring: deprecate av_d2str().Nicolas George
2020-07-31tests/imgutils: test the output of av_image_fill_* functionsJames Almer
2020-07-23libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang
2019-12-27avutil/tests/opt: add av_opt_get/av_opt_set testsMarton Balint
2019-12-27avutil/tests/opt: add tests for AV_OPT_TYPE_DICTMarton Balint
2019-05-12avutil: Add NV24 and NV42 pixel formatsPhilip Langdale
2018-12-16avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macroPeter Ross
2018-10-07avutil/tests/parseutils: add some big duration testsMarton Balint
2018-07-31lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao
2018-06-27libavutil/encryption_info: Add unit tests.Jacob Trimble
2018-06-27avutil/gitignore: Ignore integer test binary.Jacob Trimble
2018-06-17tests/bprint: Replace the number by macro for bprint initJun Zhao
2018-05-21hwcontext: Add test for device creation and derivationMark Thompson
2018-04-30avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint
2018-03-21avutil/integer: move the test to the corresponding subdirectoryJames Almer
2018-03-08crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs
2018-01-23avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble
2018-01-05It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov
2017-12-25avutil: add AVX-512 flagsJames Darnley
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-10-23avutil/tests/hmac: remove superfluous loopJames Almer