summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-238-3/+452
* avformat/mov: Add support for still image AVIF parsingVignesh Venkatasubramanian2022-04-232-0/+142
* avformat/mov: fix timecode with high frame rate contentMarton Balint2022-04-222-2/+15
* avformat/rtmpproto: send proper status for response to play commandMarton Balint2022-04-221-9/+10
* avformat/genh: Check sample rateMichael Niedermayer2022-04-211-0/+3
* avformat/demux: Use unsigned to check duration vs duration_textMichael Niedermayer2022-04-211-1/+1
* librtmp: use AVBPrint instead of char *Tristan Matthews2022-04-191-91/+33
* avformat/ipfsgateway: define PATH_MAXMark Gaiser2022-04-141-0/+6
* avformat: Add IPFS protocol support.Mark Gaiser2022-04-124-1/+346
* avcodec/vbnenc: add VBN encoderMarton Balint2022-04-102-3/+3
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-103-0/+14
* avformat/codec2: remove surplus include 'memory.h' statementPeter Ross2022-04-091-1/+0
* avformat/mpegts.c: ignore a section with next flagTADANO Tokumei2022-04-091-0/+8
* avformat/mpegts.c: fix to check end of each descriptor of SDTTADANO Tokumei2022-04-091-3/+3
* avformat/smacker: add better seeking supportPaul B Mahol2022-04-081-9/+26
* avformat/webmdashenc: fix on-demand profile stringJames Almer2022-04-071-1/+1
* avformat/mpegenc: Fix ever growing FIFO and infinite loop on errorAndreas Rheinhardt2022-04-051-4/+9
* avformat/movenc: don't use mono layout when a front center label is expectedJames Almer2022-04-052-0/+26
* avformat/mov_chan: move the definition of MovChannelLayoutTag to the headerJames Almer2022-04-052-104/+104
* avformat/movenc: write channel descriptions when a known layout or a bitmap c...James Almer2022-04-053-30/+90
* avformat/mov_chan: use a higher log level for a debug messageJames Almer2022-04-051-1/+1
* avformat/mov_chan: add a few missing channel label mappingsJames Almer2022-04-051-4/+10
* avformat/mov_chan: rename mov_get_channel_label() to better reflect its purposeJames Almer2022-04-051-2/+2
* avformat/libsrt: use a larger buffer for find_info_tagZhao Zhili2022-03-301-1/+1
* avformat/libsrt: fix deprecated warningZhao Zhili2022-03-301-0/+4
* avformat/aqtitledec: Skip unrepresentable durationsMichael Niedermayer2022-03-271-1/+2
* avformat/apm: Check channelsMichael Niedermayer2022-03-271-1/+1
* avformat/cafdec: Do not store empty keys in read_info_chunk()Michael Niedermayer2022-03-271-0/+2
* avformat: Do not search through the AVOption table for a option not in it rep...Michael Niedermayer2022-03-272-6/+14
* avformat/alp: Check num_channelsMichael Niedermayer2022-03-271-1/+1
* rtpenc_vp8: Use 15-bit PictureIDsKevin Wang2022-03-261-1/+2
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-2319-32/+19
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-233-3/+0
* avformat/movenc: use warning log level and small adjustment for the logLimin Wang2022-03-221-3/+2
* avformat/movenc: initialize pts/dts of timecode packetLimin Wang2022-03-221-0/+1
* avformat/test/seek: set ch_layout instead of channelsJames Almer2022-03-221-1/+1
* avformat/dfpwmdec: add support to set channel layoutJames Almer2022-03-221-2/+20
* avformat/pcmdec: add support to set channel layout in sln demuxerJames Almer2022-03-221-1/+6
* avformat/pcmdec: deprecate channels optionJames Almer2022-03-221-7/+17
* avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before wri...Michael Niedermayer2022-03-211-1/+1
* avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array()Michael Niedermayer2022-03-211-1/+7
* avformat/mxfdec: Check count in mxf_read_strong_ref_array()Michael Niedermayer2022-03-211-1/+7
* avformat/demux: ensure ch_layout is not lost in the stream's internal avctxJames Almer2022-03-211-0/+3
* avformat/hls: Check target_durationMichael Niedermayer2022-03-211-1/+7
* avformat/hls: add AVFMT_NO_BYTE_SEEK flagZhao Zhili2022-03-211-1/+1
* avformat/concat: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-191-14/+4
* avformat/imf: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-191-14/+6
* avformat/tests: add test for ff_rescale_interval()Pierre-Anthony Lemieux2022-03-193-0/+59
* avformat/seek: add ff_rescale_interval() functionPierre-Anthony Lemieux2022-03-192-0/+30
* avformat/imf: clean-up and reduce loggingPierre-Anthony Lemieux2022-03-191-64/+29