100588 Commits (953924781ee1e928a7e5657231998713d2a9f3ac)
 

Author SHA1 Message Date
Anton Khirnov 955bdb1d32 lavfi/vf_pp7: convert to the video_enc_params API 4 years ago
Anton Khirnov 775707aba9 lavfi/vf_spp: convert to the video_enc_params API 4 years ago
Anton Khirnov a11ee84194 lavfi/vf_pp: convert to the video_enc_params API 4 years ago
Anton Khirnov fba0ecbe20 lavfi: add common code to handle QP tables 4 years ago
Anton Khirnov c72d526494 lavfi/vf_qp: convert to the video_enc_params API 4 years ago
Anton Khirnov baecaa16c1 mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Paul B Mahol 54cd025a82 avfilter: add temporal midway equalizer filter 4 years ago
Lynne 63505fc60a
configure: update copyright year 4 years ago
Andreas Rheinhardt be1f5bae31 avcodec/svq1dec: Increase nb_bits of VLC to read it in one go 4 years ago
Andreas Rheinhardt 4425aa4be5 avcodec/dirac_arith: Make table only used here static 4 years ago
Andreas Rheinhardt bd46e3ee71 avcodec/qdmc: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt e0311e848a avcodec/opusdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 9f36a5a1cc avcodec/opusdec: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt f03eade869 avcodec/opusdec: Move per-stream fields to OpusStreamContext 4 years ago
Andreas Rheinhardt 794fb18369 avcodec/opusdec: Return error upon error 4 years ago
Andreas Rheinhardt 4f1ae39036 avcodec/aacps_common: Use minimal VLC nb_bits/max_depth 4 years ago
Andreas Rheinhardt 3693e2fcee avcodec/aacps: Factor out code shared by float and fixed point decoder 4 years ago
Andreas Rheinhardt 0d61a1cfad avcodec/mpegvideo: Don't zero-initialize unnecessarily 4 years ago
Andreas Rheinhardt 3526f3856a avcodec/aacsbr_template: Remove pointless runtime initialization 4 years ago
Andreas Rheinhardt df56a1060c avcodec/aacsbr: Remove remnants of tablegen 4 years ago
Andreas Rheinhardt 2c3393d15d avcodec/atrac3plus_data: Mark array as const 4 years ago
Andreas Rheinhardt 15072d2753 avcodec/mlpenc: Simplify finding best codebook 4 years ago
Andreas Rheinhardt 2825ed4e26 avcodec/opusdec: Remove always-true check 4 years ago
Andreas Rheinhardt 2089d21bc7 avfilter/vf_addroi: Use chars instead of strings for one-char strings 4 years ago
Andreas Rheinhardt 7684182921 avcodec/opustab: Make array static 4 years ago
Andreas Rheinhardt 4a160cbef4 avcodec/motion_est, mpegvideo: Make pointers to static storage const 4 years ago
Andreas Rheinhardt eea2638e9a configure, libavcodec/speedhq: Fix compiling SpeedHQ encoder 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Andreas Rheinhardt ebbdb928e8 avcodec/h261dec: Don't use too big max_depth in get_vlc2() 4 years ago
Andreas Rheinhardt 2b04405b63 avcodec/speedhq: Remove cast 4 years ago
Andreas Rheinhardt 0e3272d9a4 avcodec/mpeg12: Reindentation 4 years ago
Andreas Rheinhardt 902e16d183 avcodec/mpeg12: Make initializing VLCs thread-safe 4 years ago
Andreas Rheinhardt 6e8fcd9c56 avcodec/mpeg12: Don't initialize encoder-only parts of RLTable 4 years ago
Andreas Rheinhardt 1ead0c6388 avcodec/rl: Remove nonstatic storage of RL tables 4 years ago
Guo, Yejun 477dd2df60 dnn_interface.h: fix redefining typedefs 4 years ago
Guo, Yejun 6b0cfa8399 dnn/queue: add error check and cleanup 4 years ago
Guo, Yejun 97f520b700 dnn: fix issue when pthread is not supported 4 years ago
Guo, Yejun 8e78d5d394 dnn: fix redefining typedefs and also refine naming with correct prefix 4 years ago
Lynne 53c56585a6
hwcontext_drm: make dependency on Linux kernel headers optional 4 years ago
Paul B Mahol 2f20e35892 avfilter/vf_w3fdif: add support for commands 4 years ago
Paul B Mahol aea3cf4f18 avfilter/vf_xmedian: allow to control eof handling 4 years ago
Paul B Mahol 9ac31b419c avfilter/vf_xmedian: add timeline support 4 years ago
Guo, Yejun c720286ee3 vf_dnn_processing.c: add async support 4 years ago
Guo, Yejun 5024286465 dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 4 years ago
Guo, Yejun e67b5d0a24 dnn: add async execution support for openvino backend 4 years ago
Guo, Yejun 39f5cb4bd1 dnn_interface: add interface to support async execution 4 years ago
Guo, Yejun 38089925fa dnn_backend_openvino.c: refine code for error handle 4 years ago
Guo, Yejun 2b177033bb dnn_backend_openvino.c: separate function execute_model_ov 4 years ago