summaryrefslogtreecommitdiff
path: root/libavformat/demux.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-151-18/+0
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-3/+25
* lavf: drop the channel layout compat layer for old-style (de)muxersAnton Khirnov2022-03-151-12/+0
* lavf: convert the generic layer to the new channel layoutAnton Khirnov2022-03-151-0/+16
* lavf: add a temporary compat layer for the channel layout API changeAnton Khirnov2022-03-151-0/+12
* avformat/demux: don't truncate the return value of ts_to_samples()James Almer2022-02-051-1/+1
* avformat/demux: print skip_samples and discard_padding as unsigned values in ...James Almer2022-02-051-1/+2
* avformat/demux: don't propagate unsupported skip samples packet side data valuesJames Almer2022-02-051-0/+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