aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dvdvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dvdvideodec: Fix incorrect padding cell trim logicMarth642024-07-131-9/+9
* avformat/dvdvideodec: Remove redundant ret initializationsMarth642024-07-131-6/+6
* avformat/dvdvideodec: Don't add chapter markers for empty/dummy PTTsMarth642024-07-131-5/+11
* avformat/dvdvideodec: Remove unused cell count variableMarth642024-07-071-2/+0
* avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter ...Marth642024-07-011-3/+12
* avformat/dvdvideodec: Do not EOF on WAIT eventsMarth642024-07-011-9/+8
* avformat/dvdvideodec: add explicit inttypes.h includeMarth642024-03-261-0/+2
* avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.hAndreas Rheinhardt2024-03-261-1/+1
* avformat/dvdvideodec: use int64_t for menu blocks_read and make format expres...Marth642024-03-151-7/+8
* avformat/dvdvideodec: add menu demuxing supportMarth642024-03-121-11/+303
* avformat/dvdvideodec: add CLUT utilities and subtitle color supportMarth642024-03-121-0/+14
* avformat/dvdvideodec: assign mono channel layout explicitlyMarth642024-03-101-1/+3
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-7/+8
* avformat/dvdvideodec: fix -pgc and -pg optionsMarth642024-03-041-10/+13
* avformat/dvdvideodec: Reorder allocations to simplify freeingAndreas Rheinhardt2024-03-031-8/+4
* avformat/dvdvideodec: Only free allocated buffersAndreas Rheinhardt2024-03-031-1/+0
* avformat/dvdvideodec: Don't store AVInputFormat*Andreas Rheinhardt2024-03-031-6/+2
* avformat/dvdvideodec: Explicitly return 0 on successAndreas Rheinhardt2024-03-031-9/+6
* libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnavMarth642024-03-021-0/+1411