aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/evc.h
Commit message (Collapse)AuthorAgeFilesLines
* avformat/evc: Don't cast const away, avoid loopAndreas Rheinhardt2023-07-091-11/+6
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat/evc: move NALU length and type parsing functions to a headerJames Almer2023-06-211-0/+30
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/mov_muxer: Extended MOV muxer to handle EVC video contentDawid Kozinski2023-06-151-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>