| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
ce5870a3a8 |
cbs: Refcount all the things!
This makes it easier for users of the CBS API to get alloc/free right - all subelements use the buffer API so that it's clear how to free them. It also allows eliding some redundant copies: the packet -> fragment copy disappears after this change if the input packet is refcounted, and more codec-specific cases are now possible (but not included in this patch). |
8 years ago |
|
|
2651352988 |
cbs: Allocate the context inside the init function
... instead of making callers allocate it themselves. This is more consistent with other APIs in libav. |
8 years ago |
|
|
b5859e0b04 |
mpeg12: Move finding the best frame rate to common code
Previously in the mpeg2_metadata filter. Also adds a test. |
8 years ago |
|
|
b78c30d7ec | lavc: Add mpeg2_metadata bitstream filter | 8 years ago |