Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/evc: Don't cast const away, avoid loop | Andreas Rheinhardt | 2023-07-09 | 1 | -11/+6 |
| | | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avformat/evc: move NALU length and type parsing functions to a header | James Almer | 2023-06-21 | 1 | -0/+30 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/mov_muxer: Extended MOV muxer to handle EVC video content | Dawid Kozinski | 2023-06-15 | 1 | -0/+44 |
- Changes in mov_write_video_tag function to handle EVC elementary stream - Provided structure EVCDecoderConfigurationRecord that specifies the decoder configuration information for ISO/IEC 23094-1 video content Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com> |