| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/dvdvideodec: Fix incorrect padding cell trim logic | Marth64 | 2024-07-13 | 1 | -9/+9 |
* | avformat/dvdvideodec: Remove redundant ret initializations | Marth64 | 2024-07-13 | 1 | -6/+6 |
* | avformat/dvdvideodec: Don't add chapter markers for empty/dummy PTTs | Marth64 | 2024-07-13 | 1 | -5/+11 |
* | avformat/dvdvideodec: Remove unused cell count variable | Marth64 | 2024-07-07 | 1 | -2/+0 |
* | avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter ... | Marth64 | 2024-07-01 | 1 | -3/+12 |
* | avformat/dvdvideodec: Do not EOF on WAIT events | Marth64 | 2024-07-01 | 1 | -9/+8 |
* | avformat/dvdvideodec: add explicit inttypes.h include | Marth64 | 2024-03-26 | 1 | -0/+2 |
* | avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h | Andreas Rheinhardt | 2024-03-26 | 1 | -1/+1 |
* | avformat/dvdvideodec: use int64_t for menu blocks_read and make format expres... | Marth64 | 2024-03-15 | 1 | -7/+8 |
* | avformat/dvdvideodec: add menu demuxing support | Marth64 | 2024-03-12 | 1 | -11/+303 |
* | avformat/dvdvideodec: add CLUT utilities and subtitle color support | Marth64 | 2024-03-12 | 1 | -0/+14 |
* | avformat/dvdvideodec: assign mono channel layout explicitly | Marth64 | 2024-03-10 | 1 | -1/+3 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -7/+8 |
* | avformat/dvdvideodec: fix -pgc and -pg options | Marth64 | 2024-03-04 | 1 | -10/+13 |
* | avformat/dvdvideodec: Reorder allocations to simplify freeing | Andreas Rheinhardt | 2024-03-03 | 1 | -8/+4 |
* | avformat/dvdvideodec: Only free allocated buffers | Andreas Rheinhardt | 2024-03-03 | 1 | -1/+0 |
* | avformat/dvdvideodec: Don't store AVInputFormat* | Andreas Rheinhardt | 2024-03-03 | 1 | -6/+2 |
* | avformat/dvdvideodec: Explicitly return 0 on success | Andreas Rheinhardt | 2024-03-03 | 1 | -9/+6 |
* | libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav | Marth64 | 2024-03-02 | 1 | -0/+1411 |