summaryrefslogtreecommitdiff
path: root/libavformat/demux.c
Commit message (Expand)AuthorAge
* Revert "avformat/demux: Make read_frame_internal() return AVERREOR(EAGAIN) on...Marton Balint2022-07-06
* Revert "avformat/demux: Count EAGAIN as 100 bytes in relation to read limit i...Marton Balint2022-07-06
* avformat/demux: Count EAGAIN as 100 bytes in relation to read limit in avform...Michael Niedermayer2022-06-17
* avformat/demux: Make read_frame_internal() return AVERREOR(EAGAIN) on stuck e...Michael Niedermayer2022-06-17
* avformat/internal: Move definition of FFStream->info to demux.hAndreas Rheinhardt2022-05-10
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/demux: Use unsigned to check duration vs duration_textMichael Niedermayer2022-04-21
* avformat: Do not search through the AVOption table for a option not in it rep...Michael Niedermayer2022-03-27
* avformat/demux: ensure ch_layout is not lost in the stream's internal avctxJames Almer2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-15
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* lavf: drop the channel layout compat layer for old-style (de)muxersAnton Khirnov2022-03-15
* lavf: convert the generic layer to the new channel layoutAnton Khirnov2022-03-15
* lavf: add a temporary compat layer for the channel layout API changeAnton Khirnov2022-03-15
* avformat/demux: don't truncate the return value of ts_to_samples()James Almer2022-02-05
* avformat/demux: print skip_samples and discard_padding as unsigned values in ...James Almer2022-02-05
* avformat/demux: don't propagate unsupported skip samples packet side data valuesJames Almer2022-02-05
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-04
* avformat/demux: Remove redundant prevention against infinite loopAndreas Rheinhardt2021-12-16
* avformat/demux: Remove fake-loopAndreas Rheinhardt2021-12-16
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packetAlex Shumsky2021-10-29
* avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate...Nicolas Gaullier2021-09-23
* avformat/demux: Use av_opt_set_int() where appropriateAndreas Rheinhardt2021-09-18
* avformat/demux: Don't free inexistent ID3v2 metadataAndreas Rheinhardt2021-09-17
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-17