50587 Commits (d822146f4fc20890bdbba5db15102dc5335d8886)

Author SHA1 Message Date
Tong Wu fc25b7866a avcodec/vaapi_encode: extract a free funtion to base layer 8 months ago
Tong Wu 6403ad77e3 avcodec/vaapi_encode: extract a get_recon_format function to base layer 8 months ago
Tong Wu 88b70b8883 avcodec/vaapi_encode: extract set_output_property to base layer 8 months ago
Tong Wu 3ca740f19c avcodec/vaapi_encode: extract gop configuration and two options to base layer 8 months ago
Tong Wu 1242abdcee avcodec/vaapi_encode: extract the init and close function to base layer 8 months ago
Tong Wu aa82340b0c avcodec/vaapi_encode: move the dpb logic from VAAPI to base layer 8 months ago
Tong Wu f303c26292 avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc 8 months ago
Tong Wu dea5204b41 avcodec/vaapi_encode: add picture type name to base 8 months ago
Tong Wu ff06343d7e avcodec/vaapi_encode: add async_depth to common options 8 months ago
Tong Wu ab944e06bc avcodec/hw_base_encode: add FF_HW_ prefix for two enums 8 months ago
Tong Wu 3747bf0426 avcodec/vaapi_encode: introduce a base layer for vaapi encode 8 months ago
Anton Khirnov e939f02ce6 lavc/hevcdec: improve check for PPS changing between slices 8 months ago
Anton Khirnov 5861576f39 lavc/hevcdec: move export_stream_params() from set_sps() to hevc_frame_start() 8 months ago
Anton Khirnov 99b0c3dc7c lavc/hevcdec: do not pass a pixel format to set_sps() 8 months ago
Anton Khirnov 5295650655 lavc/hevcdec: do not call export_stream_params_from_sei() in update_thread_context() 8 months ago
Anton Khirnov fd69700e51 lavc/hevcdec: call export_stream_params_from_sei() before ff_get_buffer() 8 months ago
Jiasheng Jiang 4065ff69a2 avcodec/mpegvideo_enc: Add check for av_packet_new_side_data() 8 months ago
Josh Allmann c9151ea507 avcodec/nvenc: fix segfault in intra-only mode 8 months ago
Rémi Denis-Courmont b818dff8d8 lavc/vc1dsp: fix potential overflow in R-V V inv_trans_4 8 months ago
Rémi Denis-Courmont 349c49fd1b lavc/vc1dsp: fix overflow in R-V V inv_trans_8 8 months ago
Rémi Denis-Courmont 2c900d4c11 lavc/vc1dsp: factor R-V V inv_trans_8 code 8 months ago
Andreas Rheinhardt 2902ed25b5 avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c 8 months ago
Andreas Rheinhardt 5a30b45c0f avcodec/mpeg12dec: Don't adapt (last|next)_pic.linesize for field pics 8 months ago
Andreas Rheinhardt f26255962c avcodec/aacsbr_template: Remove unused-but-set variable 8 months ago
James Almer e0b574c483 avcodec/cbs_h266: move decoded_picture_hash to CBS SEI 8 months ago
James Almer 826f55d5b3 avcodec/cbs_sei: add support for Frame Packing Arrangement SEI parsing 8 months ago
Dawid Kozinski 3e6c794862 avcodec/evc: Alterations following changes in libxeve 8 months ago
Frank Plowman 83b77990c6 lavc/vvc: Always set flags for the current picture 8 months ago
Ramiro Polla a8e2714d82 libavcodec/mjpeg: preserve unclipped last_dc value 8 months ago
Leo Izen 539d2e989d
avcodec/aacdec_lpd: remove unused local variables 8 months ago
Zhao Zhili 6aeb084c39 avcodec/vvc: Don't create new thread when thread_count is 1 8 months ago
Frank Plowman d79c926ab6 lavc/vvc: Validate IBC block vector 8 months ago
Frank Plowman c917c423e0 lavc/vvc: Don't discard return codes 8 months ago
Martin Storsjö 75e3b81f75 avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older 8 months ago
Michael Niedermayer 1080116658
avcodec/aac/aacdec_usac: Test ac in usac 8 months ago
Paul B Mahol c22488f718
avcodec/smcenc: make sure ny/nx are >= 0 8 months ago
Michael Niedermayer 4a7220bd5c
avcodec/targaenc: Allocate space for the palette 8 months ago
Michael Niedermayer d34d4b6a7c
avcodec/r210enc: Use av_rescale for bitrate 8 months ago
Michael Niedermayer 228f255b5d
avcodec/jfdctint_template: Fewer integer anomalies 8 months ago
Michael Niedermayer 3a9292aff3
avcodec/snowenc: MV limits due to mv_penalty table size 8 months ago
Michael Niedermayer eb9c96a82f
avcodec/ratecontrol: Try to keep fps as a rational 8 months ago
Nuo Mi 23531c9776 avcodec/vvcdec: alf, support virtual boundaries 8 months ago
Nuo Mi 3bac5ba861 avcodec/vvcdec: sao, support virtual boundaries 8 months ago
Nuo Mi 17c8b63781 avcodec/vvcdec: deblock, support virtual boundaries 8 months ago
Nuo Mi 80ded9cfe7 avcodec/vvcdec: ps, derive virtual boundaries 8 months ago
Nuo Mi 8b3d1f1fb3 cbs_h266: add VVC_MAX_VBS for max num of virtual boundaries 8 months ago
Nuo Mi fc731d8b39 avcodec/vvcdec: misc, constify ALFParams 8 months ago
Nuo Mi 9b532ace02 avcodec/vvcdec: misc, remove unused ALFParams.applied 8 months ago
Nuo Mi 98b6b90601 avcodec/vvcdec: refact out alf_get_edges 8 months ago
Nuo Mi 45d0ba8313 avcodec/vvcdec: misc, reformat ff_vvc_sao_filter 8 months ago