| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: bump minor version after recent commits | James Almer | 2023-11-08 | 1 | -1/+1 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ | Niklas Haas | 2023-10-31 | 1 | -1/+1 |
* | Bump versions after 6.1n6.2-dev | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | Bump versions prior to 6.1 | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | avutil: bump minor version after recent commits | James Almer | 2023-10-27 | 1 | -1/+1 |
* | avutil: add GBRAP14 format support | Paul B Mahol | 2023-09-28 | 1 | -1/+1 |
* | avutil/hwcontext_cuda: add option to use current device context | Roman Arzumanyan | 2023-09-28 | 1 | -1/+1 |
* | avutil/avutil: make AV_TIME_BASE_Q available in C++ | Zhao Zhili | 2023-09-19 | 1 | -1/+1 |
* | avutil/imgutils: Add wrapper for av_image_copy() to avoid casts | Andreas Rheinhardt | 2023-09-12 | 1 | -1/+1 |
* | avutil/fifo: Constify AVFifo pointees in peek functions | Andreas Rheinhardt | 2023-09-12 | 1 | -1/+1 |
* | avutil/audio_fifo: Constify some pointees | Andreas Rheinhardt | 2023-09-12 | 1 | -1/+1 |
* | avutil/samplefmt: Constify some pointees | Andreas Rheinhardt | 2023-09-12 | 1 | -1/+1 |
* | avutil/imgutils: Constify some pointees | Andreas Rheinhardt | 2023-09-12 | 1 | -1/+1 |
* | avutil: add thread executor | Nuo Mi | 2023-09-02 | 1 | -1/+1 |
* | lavu/tx: add real to real and real to imaginary RDFT transforms | Lynne | 2023-09-01 | 1 | -1/+1 |
* | avutil/channel_layout: make pre-defined channel layouts C++ friendly | Zhao Zhili | 2023-08-18 | 1 | -2/+2 |
* | avutil/channel_layout: Account for \0 in sizes | Andreas Rheinhardt | 2023-08-10 | 1 | -1/+1 |
* | avutil/bprint: Allow size == 0 in av_bprint_init_for_buffer() | Andreas Rheinhardt | 2023-08-10 | 1 | -1/+1 |
* | lavu: add video_hint API | Elias Carotti | 2023-08-08 | 1 | -1/+1 |
* | avutil/random_seed: add av_random_bytes() | James Almer | 2023-07-05 | 1 | -2/+2 |
* | lavu/hwcontext_cuda: declare support for rgb32/bgr32 | Philip Langdale | 2023-06-15 | 1 | -1/+1 |
* | libavutil: Add version bump for new aarch64 cpu flags | Martin Storsjö | 2023-06-10 | 1 | -1/+1 |
* | Move bessel_i0() from swresample/resample to avutil/mathematics | Michael Niedermayer | 2023-05-29 | 1 | -1/+1 |
* | APIchanges: add hwcontext_vulkan changes and bump lavu minor | Lynne | 2023-05-29 | 1 | -1/+1 |
* | APIchanges: add new pixel formats supported and bump lavu minor | Lynne | 2023-05-29 | 1 | -1/+1 |
* | hwcontext_vulkan: remove contiguous memory path/mode | Lynne | 2023-05-29 | 1 | -0/+1 |
* | avutil/mathematics: add missing constants | James Almer | 2023-05-19 | 1 | -1/+1 |
* | avutil/frame: add av_frame_replace | James Almer | 2023-05-18 | 1 | -1/+1 |
* | avutil/frame: deprecate palette_has_changed | James Almer | 2023-05-18 | 1 | -0/+1 |
* | avutil/version: bump minor after recent changes | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avutil/frame: deprecate key_frame | James Almer | 2023-05-04 | 1 | -0/+1 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+1 |
* | avutil/hdr_dynamic_metadata: allow av_dynamic_hdr_plus_to_t35() to accept an ... | James Almer | 2023-04-05 | 1 | -1/+1 |
* | avutil: add HDR10+ dynamic metadata serialization function | Raphaël Zumer | 2023-03-21 | 1 | -1/+1 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+1 |
* | libavutil/hdr_dynamic_vivid_metadata: fix three spline params | Zhao Zhili | 2023-03-17 | 1 | -1/+2 |
* | version.h: Bump minor post 6.0 branchn6.1-dev | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | version.h: Bump minor for 6.0 branch | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -1/+2 |
* | Bump major versions of all libraries | James Almer | 2023-02-09 | 1 | -2/+2 |
* | avutil/version: postpone the remaining API deprecations | James Almer | 2023-02-09 | 1 | -6/+6 |
* | avutil: remove FF_API_AV_MALLOCZ_ARRAY | James Almer | 2023-02-09 | 1 | -1/+0 |
* | avutil: remove FF_API_COLORSPACE_NAME | James Almer | 2023-02-09 | 1 | -1/+0 |
* | avutil: remove FF_API_DECLARE_ALIGNED | James Almer | 2023-02-09 | 1 | -1/+0 |
* | avutil: remove FF_API_D2STR | James Almer | 2023-02-09 | 1 | -1/+0 |
* | lavu/frame: deprecate reordered_opaque | Anton Khirnov | 2023-02-04 | 1 | -0/+1 |
* | avutil: introduce AVAmbientViewingEnvironment side data | Jan Ekström | 2023-01-13 | 1 | -1/+1 |
* | avutil/hwcontext_mediacodec: add ANativeWindow support | Zhao Zhili | 2022-11-21 | 1 | -1/+1 |
* | avutil/dict: Add av_dict_iterate | Marvin Scholz | 2022-11-06 | 1 | -1/+1 |
* | avutil/channel_layout: add a 7.1(top) channel layout | James Almer | 2022-11-03 | 1 | -1/+1 |