48409 Commits (587189cdb98b9703e00b2418807508a2015caac9)

Author SHA1 Message Date
Andreas Rheinhardt a92dbeb9ae avcodec/decode: Return EAGAIN instead of discarding unused packet 2 years ago
Andreas Rheinhardt f6dc85ae16 avcodec/hevc_ps: Improve PPS SCC extension bit depth check 2 years ago
Philip Langdale 1c61c24f5f vulkan/hevc: handle missing active PPS 2 years ago
James Almer 3a30abd8ae avcodec/cbs_h266: use exp_tile_height when checking the allowed range for pps_num_exp_tile_rows_minus1 2 years ago
James Almer 0f008a0ffa avcodec/cbs_h266: fix use of uninitialized value 2 years ago
Zhao Zhili 7eeef72c67 avcodec/nvenc: set idrPeriod to gopLength unconditionally 2 years ago
Zhao Zhili 0d0c39832f avcodec/nvenc: fix intraRefreshPeriod setting 2 years ago
Anton Khirnov 9b625ab679 lavc/dvdec: export bitrate 2 years ago
Anton Khirnov b54603a26a lavc/decode: do not perform decoding when sending draining packets 2 years ago
Anton Khirnov 69516ab3e9 lavc/decode: move submitting input packets to bitstream filters 2 years ago
Anton Khirnov 0f957cfba2 lavc/bsf: move IS_EMPTY() to packet_internal() 2 years ago
Anton Khirnov c4332dfda9 lavc/decode: track whether the caller started draining with a separate flag 2 years ago
Anton Khirnov fd915dc1da lavc: move AVCodecInternal.last_audio_frame to EncodeContext 2 years ago
Anton Khirnov 232700154c lavc: add generic-encode-layer private data 2 years ago
Anton Khirnov f2fb882b3f lavc: add generic-decode-layer private data 2 years ago
Anton Khirnov 21de4db402 lavc: reindent after previous commit 2 years ago
Anton Khirnov 6ff27024b8 lavc/avcodec: split flushing into decode- and encode-specific functions 2 years ago
Anton Khirnov 5e7b5b0090 lavc: add a header for internal generic-layer APIs 2 years ago
Marton Balint 4e27b485d7 avcodec/mpeg12dec: ignore picture start code in extradata for AVID mpeg2 files 2 years ago
James Almer 68e9d2835f avcodec/cbs_h266: add support for Adaptation parameter set NALU type 2 years ago
Frank Plowman 4b19690ff4 cbs_h266: add range extension support 2 years ago
James Almer 8995e2f77e avcodec/cbs_h266: add support for Decoding capability information NALU type 2 years ago
James Almer 6cb57bb457 avcodec/cbs_h266: add support for Operating point information NALU type 2 years ago
James Almer 319a6b3ae2 avcodec/cbs_h266: store RowHeightVal and ColWidthVal in the context 2 years ago
James Almer ee09f20796 avcodec/cbs_h266: don't infer derived values 2 years ago
Nuo Mi a357758ec5 vvc.h: Enable 16-bit support for VVC_MAX_POINTS_IN_QP_TABLE 2 years ago
Frank Plowman a8178be3b3 cbs_h266: expand the bit depth range to 16 bits 2 years ago
Zhao Zhili bdb4b64f16 avcodec/hevc_parse: check the size of hvcC is at least 23 2 years ago
Zhao Zhili 372f71cdc7 avcodec/hevc_parse: restrict configurationVersion to 0 and 1 2 years ago
Devin Heitmueller 695789eacc avcodec/decode: Preserve AFD side data when going from AVPacket to AVFrame 2 years ago
xufuji456 5930d397ef lavc/videotoolboxenc: fix enabling low-latency encode 2 years ago
Nuo Mi 3720fa5fec cbs_h266: fix typo for ols_mode_idc == 2 2 years ago
Nuo Mi 8489e317bf cbs_h266: fix sign for pps_xxx_qp_offset_list 2 years ago
James Almer a77f5019f5 avcodec/cbs_h266: store SubpicIdVal in the context 2 years ago
Andreas Rheinhardt e7f152a8c2 avcodec/cbs_h266_syntax_template: Avoid shadowing 2 years ago
Andreas Rheinhardt c732fdfa05 avcodec/cbs_h266_syntax_template: Don't use uninitialized value 2 years ago
Andreas Rheinhardt 46a5b9e2c0 avcodec/tests/avcodec: Remove unnecessary internal.h inclusion 2 years ago
Andreas Rheinhardt 686156f366 avcodec/hevc_ps: Constify VPS, SPS pointers when parsing PPS 2 years ago
James Almer 96d6990517 avcodec/cbs_h266: use VVC_MAX_VPS_COUNT for range checks and array size 2 years ago
James Almer 995976750a avcodec/cbs_h2645: fix parsing and storing Picture Header references in the context 2 years ago
Andreas Rheinhardt 915701939c avcodec/evc_ps: Replace av_malloc+memset by av_mallocz 2 years ago
Andreas Rheinhardt b7158377c9 avcodec/vvc_parser: Mark close function as av_cold 2 years ago
Andreas Rheinhardt 0009cbe11d avcodec/vvc_parser: Don't store state unnecessarily 2 years ago
Andreas Rheinhardt 6caf5642c8 avcodec/vvc_parser: Remove unnecessary headers 2 years ago
Andreas Rheinhardt 22c47b10b2 avcodec/vvc_parser: Constify parser 2 years ago
Andreas Rheinhardt e132fae1a5 avcodec/cbs_h266: Remove double ; 2 years ago
James Almer 86796f1f0e avcodec/version: bump minor after recent additions 2 years ago
Thomas Siedel 54390f4fa7 avcodec: add MP4 to annexb bsf for H266/VVC 2 years ago
Nuo Mi c7864a9987 avcodec: add Metadata bsf for H266/VVC 2 years ago
Nuo Mi b5aefb6e70 avcodec: add bitstream parser for H266/VVC 2 years ago