| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/hwcontext_vaapi: Add Windows/VAAPI support with vaGetDisplayWin32 | Sil Vilerino | 2023-04-24 | 1 | -1/+1 |
* | avutil/{color_utils, csp}: merge color_utils into csp and expose API | Leo Izen | 2023-02-09 | 1 | -2/+2 |
* | avutil: remove FF_API_D2STR | James Almer | 2023-02-09 | 1 | -16/+0 |
* | avutil/tests/dict: Explicitly test av_dict_iterate() | Andreas Rheinhardt | 2022-12-07 | 1 | -5/+25 |
* | avutil: use av_dict_iterate | Marvin Scholz | 2022-12-07 | 1 | -1/+1 |
* | avutil/tests/cpu: print the avx512icl flag | James Darnley | 2022-11-04 | 1 | -0/+1 |
* | avutil/tests/pixelutils: Test that all non-hw pix fmts have components | Andreas Rheinhardt | 2022-09-30 | 1 | -0/+1 |
* | avutil/tests/pixelutils: Use av_assert0 instead for test tools | Andreas Rheinhardt | 2022-09-30 | 1 | -1/+1 |
* | avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user | Andreas Rheinhardt | 2022-09-30 | 1 | -1/+52 |
* | avutil/dict: Error out in case of key == NULL | Andreas Rheinhardt | 2022-09-19 | 1 | -3/+9 |
* | lavu/pixdesc: favour formats where depth and subsampling exactly match | Philip Langdale | 2022-09-17 | 1 | -19/+110 |
* | avutil/tests/.gitignore: Add channel_layout testtool | Andreas Rheinhardt | 2022-09-05 | 1 | -0/+1 |
* | lavu/pixfmt: Introduce VUYX format | Philip Langdale | 2022-08-25 | 1 | -0/+1 |
* | avutil/test/pixfmt_best: test the VUYA pixel format | James Almer | 2022-08-07 | 1 | -0/+1 |
* | avutil/tests/uuid: add uuid tests | Pierre-Anthony Lemieux | 2022-06-12 | 2 | -0/+142 |
* | libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings | softworkz | 2022-06-08 | 1 | -2/+2 |
* | avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout... | James Almer | 2022-03-25 | 1 | -0/+6 |
* | avutil/tests/channel_layout: test av_channel_layout_check() | James Almer | 2022-03-25 | 1 | -2/+4 |
* | avutil/tests/channel_layout: test the output of av_channel_layout_subset() | James Almer | 2022-03-25 | 1 | -0/+18 |
* | avutil/tests/channel_layout: test the output of av_channel_layout_standard() | James Almer | 2022-03-25 | 1 | -1/+20 |
* | avutil/tests/channel_layout: test generating a custom layout using ambisonic ... | James Almer | 2022-03-25 | 1 | -0/+2 |
* | channel_layout: add support for Ambisonic | Vittorio Giovara | 2022-03-15 | 1 | -0/+40 |
* | lavu: support AVChannelLayout AVOptions | Anton Khirnov | 2022-03-15 | 1 | -4/+4 |
* | fate: add a channel_layout API test | James Almer | 2022-03-15 | 1 | -0/+266 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 2 | -0/+6 |
* | avutil/avassert: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 2 | -0/+3 |
* | avutil/display: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -0/+1 |
* | avutil/log: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 3 | -0/+10 |
* | lavu/fifo: add a test for _cb functions | Anton Khirnov | 2022-02-15 | 1 | -0/+101 |
* | lavu/tests/fifo: switch to the new API | Anton Khirnov | 2022-02-07 | 1 | -26/+21 |
* | avutil/tests/adler32: Remove unnecessary volatile | Andreas Rheinhardt | 2022-01-29 | 1 | -2/+1 |
* | lavu/fifo: deprecate av_fifo_peek2() | Anton Khirnov | 2022-01-10 | 1 | -8/+0 |
* | avutil/tests/cpu: add slowgather | James Almer | 2021-12-21 | 1 | -0/+1 |
* | avutil/twofish: Fixed decryption | Sebastian Kirmayer | 2021-12-19 | 1 | -3/+12 |
* | avutil: [loongarch] Add support for loongarch SIMD. | Shiyou Yin | 2021-12-15 | 1 | -0/+3 |
* | avutil/tests/opt: Set AVClass.version | Andreas Rheinhardt | 2021-09-27 | 1 | -0/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil/tests/audio_ffio: add missing header | Matthieu Patou | 2021-06-13 | 1 | -0/+1 |
* | avutil/tests/lzo: remove timer macros | James Almer | 2021-06-13 | 1 | -2/+0 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 2 | -0/+2 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavu/avstring: deprecate av_d2str(). | Nicolas George | 2020-08-21 | 1 | -0/+4 |
* | tests/imgutils: test the output of av_image_fill_* functions | James Almer | 2020-07-30 | 1 | -0/+38 |
* | libavutil: Detect MMI and MSA flags for MIPS | Jiaxun Yang | 2020-07-23 | 1 | -0/+3 |
* | avutil/tests/opt: add av_opt_get/av_opt_set tests | Marton Balint | 2019-12-27 | 1 | -0/+41 |
* | avutil/tests/opt: add tests for AV_OPT_TYPE_DICT | Marton Balint | 2019-12-27 | 1 | -0/+5 |
* | avutil: Add NV24 and NV42 pixel formats | Philip Langdale | 2019-05-12 | 1 | -0/+1 |
* | avutil/tests/random_seed: seeds[] is uint32_t, therefore use PRIX32 macro | Peter Ross | 2018-12-16 | 1 | -1/+1 |
* | avutil/tests/parseutils: add some big duration tests | Marton Balint | 2018-10-07 | 1 | -0/+4 |