summaryrefslogtreecommitdiff
path: root/libavformat/demux.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/demux: Use unsigned to check duration vs duration_textMichael Niedermayer2022-08-311-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-30/+24
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-041-1/+1
* avformat/demux: Remove redundant prevention against infinite loopAndreas Rheinhardt2021-12-161-3/+0
* avformat/demux: Remove fake-loopAndreas Rheinhardt2021-12-161-5/+3
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-141-5/+5
* avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packetAlex Shumsky2021-10-291-1/+1
* avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate...Nicolas Gaullier2021-09-231-1/+1
* avformat/demux: Use av_opt_set_int() where appropriateAndreas Rheinhardt2021-09-181-4/+4
* avformat/demux: Don't free inexistent ID3v2 metadataAndreas Rheinhardt2021-09-171-1/+1
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-171-0/+2960