Commit graph

  • be108ebcf4 swscale/x86/range_convert: update sse2 and avx2 range_convert functions to new API Ramiro Polla 2024-09-22 13:50:54 +02:00
  • 384fe39623 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats Ramiro Polla 2024-09-18 23:46:06 +02:00
  • 58bcdeb742 swscale/aarch64/range_convert: saturate output instead of limiting input Ramiro Polla 2024-09-24 22:43:22 +02:00
  • 2d1358a84d swscale/range_convert: saturate output instead of limiting input Ramiro Polla 2024-09-24 22:29:44 +02:00
  • 536a44e8dc checkasm/sw_range_convert: test negative input values Ramiro Polla 2024-12-01 17:09:40 +01:00
  • 6a108d4759 avformat/mov: add support for pssh box Malek Assaad 2024-03-06 13:56:56 +01:00
  • 7b73ea501d avutil/tests/color_utils: add tests for av_csp_itu_eotf Niklas Haas 2024-11-25 14:10:46 +01:00
  • 06f084468e avutil/csp: add EOTF function definitions Niklas Haas 2024-11-25 13:52:30 +01:00
  • bf0a6c4111 avutil/csp: add av_csp_trc_inv_from_id() Niklas Haas 2024-11-25 13:35:34 +01:00
  • 28f217780b avutil/tests/color_utils: clean up slightly (cosmetic) Niklas Haas 2024-11-25 13:26:54 +01:00
  • feb5982f43 avutil/csp: eliminate redundant branch Niklas Haas 2024-11-25 13:07:35 +01:00
  • ec0489e35c avutil/csp: fix documentation of av_csp_trc_function Niklas Haas 2024-11-25 11:45:13 +01:00
  • 2f95bc3cb3 swscale/utils: disable full_chr_h_input optimization for odd width Niklas Haas 2024-12-02 13:08:52 +01:00
  • 79452d382f swscale/graph: fix memleak of cascaded graphs Niklas Haas 2024-12-02 11:28:45 +01:00
  • 40302cc35b avcodec/hevc: Add wasm simd128 idct Zhao Zhili 2024-11-20 20:45:49 +08:00
  • ea3d21c349 tests/checkasm: Add partial support for wasm Zhao Zhili 2024-11-20 20:45:35 +08:00
  • 2dc55f5993 configure: Add wasm as a fake arch Zhao Zhili 2024-11-20 20:44:59 +08:00
  • 7c1e732ad2
    avcodec/webp: Check ref_x/y Michael Niedermayer 2024-08-16 16:00:01 +02:00
  • 4482218440
    avcodec/ilbcdec: Initialize tempbuff2 Michael Niedermayer 2024-09-23 19:57:28 +02:00
  • 61cbcaf93f
    avcodec/rv60dec: Check qp for intra Michael Niedermayer 2024-12-02 00:24:53 +01:00
  • 559d435fa3
    avcodec/ffv1enc: Add enum for qtable Michael Niedermayer 2024-11-29 20:06:25 +01:00
  • d32dcc07a7
    swscale/swscale_unscaled: Fix odd height with nv24_to_yuv420p_chroma() Michael Niedermayer 2024-09-22 23:00:52 +02:00
  • 5ba63f0ef1 avformat/mpegts: is_pes_stream() use switch case Scott Theisen 2024-12-01 00:14:14 -05:00
  • 1259760825 avformat/mpegts*: reduce use of magic numbers Scott Theisen 2024-12-01 00:14:13 -05:00
  • 56419fd096 lavc/vvc: Fix overflow in MVD derivation Frank Plowman 2024-11-28 22:17:28 +00:00
  • 499896ca2f lavc/vvc: Fix derivation of LmcsMaxBinIdx Frank Plowman 2024-11-28 22:17:27 +00:00
  • 699322519c lavc/vvc: Store MIP information over entire CU area Frank Plowman 2024-11-28 22:17:25 +00:00
  • 7399d9f374 lavc/vvc: Don't check motion estimation region for IBC Frank Plowman 2024-11-28 22:17:24 +00:00
  • 9221cb0443 lavc/vvc: Use second definition of MinQtLog2SizeIntraC if relevant Frank Plowman 2024-11-28 22:17:23 +00:00
  • a280e2e646 avcodec/cbs_h266: Fix typo Alexander Strasser 2024-12-01 20:44:04 +01:00
  • cb27e478f7 doc/codecs: add missing enhancements value for export_side_data James Almer 2024-12-02 12:34:45 -03:00
  • d2c90abab7 doc/filters: add an entry for vf_lcevc James Almer 2024-12-02 12:31:55 -03:00
  • 6e49b86996 avutil/mem_internal: Don't use alignas for MSVC Zhao Zhili 2024-11-30 17:13:25 +08:00
  • 4fc43e45f9
    avcodec/hevc/hevcdec: initialize qp_y_tab Michael Niedermayer 2024-09-23 21:21:40 +02:00
  • f52b9d0583
    avformat/qcp: Check for read failure in header Michael Niedermayer 2024-09-23 20:55:17 +02:00
  • 4949e34d96
    avcodec/eatgq: Check bytestream2_get_buffer() for failure Michael Niedermayer 2024-09-23 20:52:02 +02:00
  • cdce6a8b97
    avcodec/eatgq: move array to where it is used Michael Niedermayer 2024-09-23 20:51:21 +02:00
  • 7e020f2141
    avformat/dxa: check bpc Michael Niedermayer 2024-10-19 01:15:53 +02:00
  • aeec39f3c1
    swscale/slice: clear allocated memory in alloc_lines() Michael Niedermayer 2024-10-19 00:08:03 +02:00
  • b2da4c33e3
    avcodec/rangecoder: eliminate main branch from renorm_encoder() Michael Niedermayer 2024-10-16 21:20:42 +02:00
  • 18922f4ae3
    avcodec/rangecoder: Remove unneeded outstanding byte mask Michael Niedermayer 2024-10-16 21:09:09 +02:00
  • 70fa8bd38c
    avcodec/rangecoder: Avoid checking for the first byte on every renormalization Michael Niedermayer 2024-10-16 21:08:31 +02:00
  • 832649986c
    avcodec/rangecoder: Move refill check out of refill() function Michael Niedermayer 2024-10-16 14:53:57 +02:00
  • c314a68d04
    avcodec/rangecoder: Do not loop renormalization Michael Niedermayer 2024-10-16 14:43:04 +02:00
  • 360e7cafd0
    avcodec/h2645_parse: Ignore NAL with nuh_layer_id == 63 Michael Niedermayer 2024-11-18 03:22:27 +01:00
  • c250a903a7
    doc/encoders: very basic FFv1 documentation Michael Niedermayer 2024-10-15 00:43:37 +02:00
  • b9eaf6e05c
    swscale/ppc: disable YUV2RGB AltiVec acceleration Sean McGovern 2024-11-28 14:52:16 -05:00
  • 4cc1495aca
    avformat/iamf_parse: reject ambisonics mode > 1 Michael Niedermayer 2024-11-29 02:28:18 +01:00
  • 1c2c70fe4d doc/demuxers/dvdvideo: seeking is supported, remove outdated statement Marth64 2024-11-27 23:28:50 -06:00
  • e256761def avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb() Marth64 2024-11-27 11:13:44 -06:00
  • a5a899bfcb avformat/dvdvideodec: fix missing last chapter marker due to off-by-one Marth64 2024-11-26 20:09:04 -06:00
  • 364f6a5f11 avcodec/ac3dec: fix downmix logic for eac3 James Almer 2024-11-24 14:24:47 -03:00
  • f265f9c9d0 avcodec/codec_desc: remove Intra Only prop for AAC James Almer 2024-11-16 20:32:02 -03:00
  • 4b801baa46 avcodec/mediacodecdec: set set keyframe flag in output frames James Almer 2024-11-24 20:25:09 -03:00
  • 26bc7827e4 avcodec/libfdk-aacenc: set keyframe in output packets James Almer 2024-11-17 16:03:18 -03:00
  • c13a0a2f59 avcodec/libfdk-aacdec: set keyframe flag and profile in output frames James Almer 2024-11-17 15:53:03 -03:00
  • f7d59ab17a avcodec/audiotoolboxnec: set set keyframe flag in output packets James Almer 2024-11-24 20:24:40 -03:00
  • 07a92c1a64 avcodec/audiotoolboxdec: set set keyframe flag in output frames James Almer 2024-11-24 20:24:27 -03:00
  • 302f1b3882 avcodec/aacenc: set keyframe flag in output packets James Almer 2024-11-16 20:29:38 -03:00
  • 1b5bdce86a avcodec/aac/aacdec: set keyframe flag in output frames James Almer 2024-11-16 20:28:38 -03:00
  • 075c6d325a avcodec/aac_parser: set key_frame and profile James Almer 2024-11-16 17:56:14 -03:00
  • dc9d9b8636 avformat/mov: don't unconditionally set all audio packets in fragments as key frames James Almer 2024-11-16 17:54:34 -03:00
  • f1592a7ff1 avformat/matroskadec: set all frames in a keyframe simple box as keyframes James Almer 2024-11-16 17:49:17 -03:00
  • 13282e61b8 avformat/test/movenc: set audio packets as key frames James Almer 2024-11-16 17:47:43 -03:00
  • 33588a3749 avformat/movenc: write stss boxes for xHE-AAC James Almer 2024-11-16 17:46:17 -03:00
  • e07d7c75db avformat/spdifdec: parse headers for audio codecs James Almer 2024-11-16 17:44:46 -03:00
  • 8fa5fa1463 avformat/movenc: don't disable edit lists when writing CMAF output James Almer 2024-11-15 20:14:37 -03:00
  • cb997ccd09 avcodec/libfdk-aacenc: export CPB properties James Almer 2024-11-17 23:01:38 -03:00
  • 3513ccccb6 avformat/movenc: don't write a calculated avgBitrate when the provided one is unset James Almer 2024-11-17 23:01:37 -03:00
  • 1e3dc705df lavc/x86/videodsp: Drop MMX usage Frank Plowman 2024-11-16 17:59:41 +00:00
  • 4de67e8746 avcodec/vvcdec: return error if CTU size > 128 Nuo Mi 2024-11-23 17:32:38 +08:00
  • eb67e60cb0 avcodec/vvcdec: schedule next stage only if the current stage reports no error Nuo Mi 2024-11-23 17:32:37 +08:00
  • 4ec767abcc avcodec/vvcdec: misc, reformat inter_data() Nuo Mi 2024-11-23 17:32:36 +08:00
  • ba89c5b989 avcodec/vvcdec: inter_data, check the return value from hls_merge_data Nuo Mi 2024-11-23 17:32:35 +08:00
  • 98698ed3c2 avcodec/cbs_h266: stricter validation for subpicture's max width and height Nuo Mi 2024-11-23 17:32:34 +08:00
  • e06515b092 avcodec/cbs_h266: improve readability in subpicture parser Nuo Mi 2024-11-23 17:32:33 +08:00
  • 5c5a08ecb5 avcodec/vvcdec: ensure every CTU belongs to a slice Nuo Mi 2024-11-23 17:32:32 +08:00
  • 46006529a1 avcodec/cbs_h266: check subpicture slices number Nuo Mi 2024-11-23 17:32:31 +08:00
  • 4100a2da29 tests/fate/filter-audio: add aloop test Marton Balint 2024-11-04 01:06:32 +01:00
  • f5948543f4 fate: revert previous frequency adjustments of the sine filter Marton Balint 2024-11-10 04:01:24 +01:00
  • 8d6f3bcb96 avfilter/asrc_sine: increase frequency accuracy Marton Balint 2024-11-10 01:14:06 +01:00
  • 06247ae746 avfilter/asrc_sine: factorize sampling to a separate context Marton Balint 2024-11-09 10:37:14 +01:00
  • 6189cb47fc fate: adjust frequencies of the sine filter Marton Balint 2024-11-10 00:45:31 +01:00
  • 59057aa807 avutil/mem_internal: local align should always work Zhao Zhili 2024-11-15 18:56:27 +08:00
  • 57861911a3 avutil/mem_internal: define DECLARE_ALIGNED as C11's alignas Zhao Zhili 2024-11-15 22:09:02 +08:00
  • fe2c9746de avcodec/cavs: Limit align requirement to variable than type Zhao Zhili 2024-11-15 18:56:14 +08:00
  • 82c208b653 avfilter/textutils: Add missing time_internal.h Zhao Zhili 2024-11-18 16:43:28 +08:00
  • f57f2a356d
    doc/infra: List at what companies the name servers are hosted and who provides the servers Michael Niedermayer 2024-11-26 23:43:59 +01:00
  • e531b3ff27
    MAINTAINERS: Lauri is still available but is really low on time nowadays Michael Niedermayer 2024-11-26 20:38:01 +01:00
  • 3bfb6061fb tools/general_assembly: exclude Derek from GA emails Anton Khirnov 2024-11-23 06:16:12 +01:00
  • 9cb8928d69 tools/general_assembly: add a mechanism for excluding people from GA list Anton Khirnov 2024-11-23 06:12:38 +01:00
  • a786dd4889 libavcodec/sanm: codec47: apply top offset also to diff buffers Manuel Lauss 2024-11-08 12:51:15 +01:00
  • dc98e7989d libavcodec/sanm: clear codec47 diff buffers with specific color Manuel Lauss 2024-11-08 12:51:14 +01:00
  • 85fec8d90f libavcodec/sanm: fix XPAL handling Manuel Lauss 2024-11-08 09:55:04 +01:00
  • 1e2a72ae1d libavcodec/sanm: add codec47 interpolation table support Manuel Lauss 2024-11-08 09:55:03 +01:00
  • 44d32c8a23 avcodec/ac3dec: fix build when eac3 decoder is disabled Nicolas Gaullier 2024-10-27 01:01:23 +02:00
  • 248832dd5b avcodec/bsf/dovi_rpu: remove EL when stripping dovi metadata gnattu via ffmpeg-devel 2024-10-15 17:41:35 +08:00
  • bc991ca048 lavfi/qsvvpp: Copy frame props before modify it Fei Wang 2024-11-25 11:18:00 +08:00
  • 351fd8460a vulkan/common: Add put_bytes_count IndecisiveTurtle 2024-11-27 21:18:07 +02:00
  • e3ac63b213 vulkan/common: Use u32vec2 buffer type instead of u64 IndecisiveTurtle 2024-11-27 21:18:06 +02:00