31 Commits (b62d41df07c627a677c69da139fd7e3710495a3a)

Author SHA1 Message Date
Andreas Rheinhardt 2ba04bafb4 avcodec/cbs: Remove ff_cbs_alloc_unit_content 2 years ago
Andreas Rheinhardt 66d7a21132 avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit 3 years ago
Andreas Rheinhardt fd43b868e1 avcodec/cbs: Make ff_cbs_alloc_unit_data() static 3 years ago
James Almer e680c5c344 avcodec/cbs: add a helper to read extradata within packet side data 3 years ago
Anton Khirnov e91901adf6 lavc/cbs: avoid avcodec.h dependency 3 years ago
James Almer 9219ed213d avcodec/cbs: constify decompose_unit_types 4 years ago
Mark Thompson 7bacf60ae5 cbs: Add function to read extradata from an AVCodecContext 4 years ago
James Almer 515b6419ca avcodec/cbs: add a flush callback to CodedBitstreamType 4 years ago
Mark Thompson 42daac1c74 cbs: Add support functions for handling unit content references 4 years ago
Mark Thompson bc7a7e0d65 cbs: Describe allocate/free methods in tabular form 4 years ago
Mark Thompson bb59bdbcd1 cbs: Mention all codecs in unit type comment 4 years ago
Andreas Rheinhardt 1bdbc50bf4 avcodec/cbs: Remove unused function parameters 4 years ago
Andreas Rheinhardt ac5d5046c8 avcodec/cbs: Fix potential double-free when adding unit fails 5 years ago
Andreas Rheinhardt 7c92eaace2 avcodec/cbs: Factor out common code for writing units 5 years ago
Andreas Rheinhardt 4e7e30bbe0 cbs: Don't set AVBuffer's opaque 5 years ago
Andreas Rheinhardt 730e5be3aa cbs: ff_cbs_delete_unit: Replace return value with assert 5 years ago
Andreas Rheinhardt 1e93f5060f cbs: Allow non-blank packets in ff_cbs_write_packet 5 years ago
Andreas Rheinhardt b8c45bbcbc libavcodec/cbs: Stop needlessly reallocating the units array 6 years ago
Mark Thompson b5df289eb7 lavc: Add coded bitstream read/write support for VP9 7 years ago
Mark Thompson d7786b66bd cbs: Fragment/unit data is always reference counted 7 years ago
Mark Thompson 84bb8327f5 cbs: Add a table of all supported codec IDs 7 years ago
Mark Thompson ce5870a3a8 cbs: Refcount all the things! 7 years ago
Mark Thompson 254e728d20 cbs: Minor comment fixes / cosmetics 7 years ago
Mark Thompson 1d12a545ce cbs: Add an explicit type for coded bitstream unit types 7 years ago
Mark Thompson 2651352988 cbs: Allocate the context inside the init function 7 years ago
Mark Thompson 686e388bbb lavc: Add coded bitstream read/write support for MPEG-2 7 years ago
Mark Thompson 9b0c7aa0e4 lavc: Add coded bitstream read/write support for H.265 7 years ago
Mark Thompson b4c915f4b3 lavc: Add coded bitstream read/write support for H.264 7 years ago
Mark Thompson 6734eef6b8 lavc: Add coded bitstream read/write API 7 years ago
Mark Thompson 18f1706f33 lavc: Add coded bitstream read/write API 7 years ago