109669 Commits (5146916a9ce2a946c3b9826ccb36c248656d26a6)
 

Author SHA1 Message Date
Tristan Matthews fb5e9dbc90 av1dec: fix typo in logged error 2 years ago
Derek Buitenhuis 5a46647f00 doc/protocols: Remove IPFS urls to specific content in examples 2 years ago
Derek Buitenhuis 27b5ce2805 doc/protocols: Remove third party server 2 years ago
James Almer 048f369f1b avcodec/libdav1d: reindent after the previous commit 2 years ago
James Almer b27f3f9b50 avcodec/libdav1d: set frame props from the reordered packet 2 years ago
James Almer 81bea2e98b avcodec/libdav1d: don't use AVCodecInternal.in_pkt 2 years ago
James Almer 56966f2eb2 avcodec/decode: reindent after the previous commit 2 years ago
James Almer bff86f31cc avcodec/decode: add a function to set frame props from a user provided packet 2 years ago
James Almer 261cd929e0 avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded frame was skipped 2 years ago
Paul B Mahol 69ac78da9b avfilter/afir_template: avoid indirect accessing nb_partitions value 2 years ago
Paul B Mahol a73f4ca49b avfilter/afir_template: skip wet gain if its 1 2 years ago
Paul B Mahol 91abbb9d02 avfilter/af_afir: reduce output gain with default parameters 2 years ago
Paul B Mahol c3e20f78b0 doc/filters: add more advanced and useful afir example 2 years ago
Paul B Mahol 8556006984 avfilter/af_afir: improve output quality with small minp 2 years ago
Andreas Rheinhardt 07e0732a9a avcodec/mjpegdec: Move smv_process_frame() to other SMV stuff 2 years ago
Andreas Rheinhardt 05086a6c93 avcodec/mjpegdec: Only use receive_frame for SMVJPEG 2 years ago
Andreas Rheinhardt ec2d582cb0 avcodec/mjpegdec: Avoid checks whose results are known at compile-time 2 years ago
Andreas Rheinhardt b640cda95d avcodec/mjpegdec: Move special SMVJPEG-code to SMVJPEG-only function 2 years ago
Andreas Rheinhardt 9cdecba3bd avcodec/mjpegdec: Restrict AVID MJPEG to non-SMVJPEG 2 years ago
Paul B Mahol 442bbdb3c5 avfilter/drawutils: rgb48/bgr48 is supported 2 years ago
Timo Rothenpieler 7e8b539389 avcodec/nvdec: make explicit copy of frames unless user requested otherwise 2 years ago
Timo Rothenpieler 7a8d78f7e3 lavc: add new unsafe_output hwaccel_flag 2 years ago
Philip Langdale 9651f873f8 lavu/pixdesc: handle xv30be in av_[read|write]_image_line 2 years ago
Paul B Mahol 55753fc712 avcodec/mjpegdec: check that component linesize is always valid 2 years ago
Michael Niedermayer a9d15d43eb
avcodec/vqcdec: Check width & 15 2 years ago
Zhao Zhili 2401494e96 avcodec/mediacodecenc: configure profile 2 years ago
Zhao Zhili 0da8802e95 avcodec/mediacodec_wrapper: use hardcoded value of profiles from MediaCodecInfo 2 years ago
Zhao Zhili 3dcb630ca1 avcodec/mediacodecenc: add option to select codec by name 2 years ago
Zhao Zhili 567633895b avcodec/mediacodecenc: check missing Surface 2 years ago
Zhao Zhili a63834b236 avcodec/mediacodec: fix missing crop info when use NDK MediaCodec 2 years ago
Paul B Mahol f0f19f3d3d avfilter: add corr video filter 2 years ago
Timo Rothenpieler 9ca139b2aa avcodec/nvenc: fix vbv buffer size in cq mode 2 years ago
Brian Norris b62940bec3 lavu/hwcontext_vaapi: Skip 'vgem' driver 2 years ago
Haihao Xiang 4061c22428 lavfi/vf_scale_qsv: remove PI, PHI and E 2 years ago
Haihao Xiang 3552dba0e1 lavfi/vf_vpp_qsv: accept P010 input in system memory 2 years ago
Haihao Xiang e5faa1d50c lavfi/vf_vpp_qsv: allow user to set scale_mode with constants 2 years ago
Haihao Xiang d51edd225d lavfi/vf_vpp_qsv: use macros for extra mfx parameter 2 years ago
Wenbin Chen 20f2941191 libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P format 2 years ago
James Almer d4f853f4ed doc/filters.texi: add documentation for the ts_sync_mode framesync option 2 years ago
James Almer 2eb7151261 avcodec/pthread_frame.c: keep the last_pkt_props from worker threads in sync with the user context 2 years ago
James Almer 0afdc398ce avcodec/decode: don't set last_pkt_props->size 2 years ago
James Almer b1fdb0b347 Revert "avcodec/decode: use a packet list to store packet properties" 2 years ago
James Almer c06e88e05c avcodec/wmadec: clear pts when returning a frame during flush 2 years ago
James Almer 8dcb8d1b80 avcodec/binkaudio: clear pts when returning more than one frame per input packet 2 years ago
James Almer c2a870222d avcodec/rawdec: remove redundant code setting frame properties 2 years ago
Paul B Mahol b08e8d520e doc/filters: link framesync options for msad/identity/vif 2 years ago
Paul B Mahol f2e0351b77 avfilter/vf_vif: add missing framesync options 2 years ago
Andreas Rheinhardt 6aa7b0c463 avutil/tests/dict: Explicitly test av_dict_iterate() 2 years ago
Marvin Scholz 81747b5259 avutil: use av_dict_iterate 2 years ago
Paul B Mahol cb9ab38c52 avfilter/vf_chromanr: split inner loops 2 years ago