100211 Commits (76b6c46a81f420ffa04211d4b598547f14b67cb7)
 

Author SHA1 Message Date
Paul B Mahol 4e3c4dfbf3 avfilter/af_acrossover: simplify coefficients 4 years ago
Paul B Mahol cc74700a83 avfilter/af_acrossover: add even more orders 4 years ago
Paul B Mahol bc529ea9bc avfilter/af_acrossover: use transposed direct II form 4 years ago
Paul B Mahol 810e213fab avfilter/af_acrossover: rewrite code so it performs faster 4 years ago
Paul B Mahol aba17bf6a5 avfilter/af_acrossover: add higher orders 4 years ago
Gyan Doshi 859de8df4a doc/filters: fix typo in overlay_cuda 4 years ago
Lynne 18933dbde0
libdav1d: correctly copy ar_coeffs_uv to our struct 4 years ago
Niklas Haas 3fbc74582f
hwcontext_vulkan: optionally enable more functionality 4 years ago
Lynne 2aeb152653
hwcontext_vulkan: support additional pixel formats 4 years ago
Lynne 48b3532183
hwcontext_vulkan: fix incorrect A/0BGR mapping 4 years ago
Lynne 3aa8de12ab
hwcontext_vulkan: simplify plane size calculations and support 4-plane formats 4 years ago
Lynne 7b274a9b89
hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContext 4 years ago
Lynne 18a6535b08
hwcontext_vulkan: always attempt to map host memory when transferring 4 years ago
Lynne 9cf1811d3d
hwcontext_vulkan: check for memory size before choosing type 4 years ago
Lynne ff29ca2f1f
hwcontext_vulkan: correctly access the p->extensions bitmask 4 years ago
Lynne b83e0560f7
hwcontext_vulkan: unify download/upload functions 4 years ago
Lynne b4f9d05301
hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffers 4 years ago
Lynne 10b3c9b533
hwcontext_vulkan: do not use uninitialized variables on errors in CUDA code 4 years ago
Lynne ae8fc9922e
lavfi/vulkan: allow calling glslang_uninit without a prior init 4 years ago
Lynne 993d8d9429
hwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDs 4 years ago
Lynne dd34861018
libdav1d: use film grain export flag to export AVFilmGrainParams side data 4 years ago
Lynne d243dd540a
libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and option 4 years ago
Lynne 4f9ee87253
libavutil: introduce AVFilmGrainParams side data 4 years ago
Paul B Mahol 5b1ccd748a avfilter/af_arnndn: add timeline support 4 years ago
Andreas Rheinhardt 3de3d2f5e2 avcodec/mpeg12enc: Reindentation 4 years ago
Andreas Rheinhardt bf5bfcdbd3 avcodec/mpeg12enc: Use ff_thread_once() for static initializations 4 years ago
Andreas Rheinhardt ef3c1670d4 avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths 4 years ago
Paul B Mahol 278984b343 avfilter/vf_readeia608: add support for slice threads 4 years ago
Paul B Mahol 97bc6900e6 avfilter/vf_readeia608: add support for commands 4 years ago
Musee Ullah 7bb8b81955 avfilter/vf_xfade: ensure metadata is copied to transition frames 4 years ago
Paul B Mahol c6a7ca271b avfilter/af_biquads: make sure that biquad filter still works 4 years ago
Paul B Mahol 040e989223 avfilter/af_biquads: do not abort filtering on bogus options 4 years ago
Andreas Rheinhardt 08a992e018 avcodec/mlpdec: Avoid code duplication when initializing VLCs 4 years ago
Andreas Rheinhardt 34aa85cd91 avcodec/mlpdec: Make decoders init-threadsafe 4 years ago
Andreas Rheinhardt 1f0e27dd66 avcodec/mlp: Make initializing CRCs thread-safe 4 years ago
Andreas Rheinhardt 79ab46ac6e avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bits 4 years ago
Andreas Rheinhardt 37f510d3f4 avcodec/mv30: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt 50d50653d1 avcodec/imm4: Don't use too big VLC table 4 years ago
Andreas Rheinhardt 195d8ce85e avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safe 4 years ago
Andreas Rheinhardt c4b4cd775a avcodec/aactab: Fix conflicting types for ff_aac_codebook* 4 years ago
Andreas Rheinhardt b81e6437ca avcodec/qdmc: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt e68247d5cf avcodec/hqx: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt a03caa384f avcodec/hqx: Inline constants 4 years ago
Andreas Rheinhardt b1af617f51 avcodec/intrax8: Make ff_intrax8_common_init() thread-safe 4 years ago
Andreas Rheinhardt 802baf212d avcodec/intrax8: Replace always-false check by assert 4 years ago
Andreas Rheinhardt 164ce14e5c avcodec/atrac9tab: Add missing static to internal table 4 years ago
Andreas Rheinhardt 6612d6d62e avcodec/atrac9dec: Replace av_free() by av_freep() in close function 4 years ago
Andreas Rheinhardt 659c61ba7c avcodec/atrac9dec: Don't use unnecessarily large VLC tables 4 years ago
Andreas Rheinhardt 4a9ffce91c avcodec/atrac9dec: Use least max_depth in calls to get_vlc2() 4 years ago
Andreas Rheinhardt 92209cf4c9 avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength 4 years ago