Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -2/+2 |
| | | | | | | | | Their usefulness is questionable, very few decoders set them, and their type should have been int64_t. A replacement field can be added later if a valid use case is found. Signed-off-by: Marton Balint <[email protected]> | ||||
* | examples: apply doxy entries consistency fixes | Stefano Sabatini | 2023-02-11 | 1 | -5/+5 |
| | | | | Use consistent format for the @file field and file description. | ||||
* | examples: rename demuxing_decoding to demux_decode | Stefano Sabatini | 2023-02-11 | 1 | -0/+382 |
Follow general scheme VERB_OBJECT. |