| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -6/+7 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/evcdec: Remove unused headers | Andreas Rheinhardt | 2023-08-05 | 1 | -4/+0 |
* | avformat/evcdec: Check that enough data has been read | Andreas Rheinhardt | 2023-07-09 | 1 | -0/+2 |
* | avformat/evcdec: Avoid nonsense casts | Andreas Rheinhardt | 2023-07-07 | 1 | -3/+3 |
* | avformat/evc: move NALU length and type parsing functions to a header | James Almer | 2023-06-21 | 1 | -40/+4 |
* | avformat/evcdec: use an unsigned type for nalu_size | James Almer | 2023-06-21 | 1 | -2/+2 |
* | avformat/evcdec: flush the bsf on EOF | James Almer | 2023-06-21 | 1 | -4/+4 |
* | avformat/evcdec: remove unnecessary av_packet_unref() calls | James Almer | 2023-06-21 | 1 | -12/+5 |
* | avformat/evcdec: ensure there are enough bytes to seekback | James Almer | 2023-06-21 | 1 | -1/+6 |
* | avformat/evcdec: don't set AVCodecParameters.framerate | James Almer | 2023-06-20 | 1 | -1/+0 |
* | avformat/evcdec: simplify au_end_found check | James Almer | 2023-06-20 | 1 | -6/+3 |
* | avformat/evcdec: simplify probe function | James Almer | 2023-06-20 | 1 | -22/+7 |
* | avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS | James Almer | 2023-06-16 | 1 | -1/+1 |
* | avformat/evc_demuxer: Added demuxer to handle reading EVC video files | Dawid Kozinski | 2023-06-15 | 1 | -0/+276 |