summaryrefslogtreecommitdiff
path: root/libavformat/moflex.c
Commit message (Expand)AuthorAgeFilesLines
* moflex: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avformat/moflex: Don't use uninitialized timebase for data streamAndreas Rheinhardt2021-12-161-7/+6
* avformat/moflex: Free AVPackets via av_packet_free() on errorAndreas Rheinhardt2021-12-161-0/+1
* avformat/moflex: Remove unneeded format variableMichael Niedermayer2021-05-271-3/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/moflex: Simplify freeing packetsAndreas Rheinhardt2021-03-241-4/+1
* mobiclip: fix copyright headersFlorian Nouwt2021-03-081-0/+2
* avformat/moflex: Check pkt_sizeMichael Niedermayer2020-11-221-0/+2
* avformat/moflex: Check m->size before seekingMichael Niedermayer2020-10-041-1/+4
* avformat/moflex: Check pop_int() for overflowMichael Niedermayer2020-09-211-0/+2
* avformat/moflex: make seeking more usefulPaul B Mahol2020-09-131-1/+18
* avformat: add moflex demuxerPaul B Mahol2020-09-031-0/+366