summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* avformat/flvenc: fix EOS tagZhao Zhili2023-02-191-3/+6
* avformat/cdg: add probePaul B Mahol2023-02-181-0/+17
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-1610-0/+42
* avformat/rka: improve probingPaul B Mahol2023-02-141-1/+1
* avformat/movenc: allow writing out channel count in MP4 and 3GPJan Ekström2023-02-141-7/+1
* avformat: add RKA demuxerPaul B Mahol2023-02-114-1/+176
* avformat: add SDNS demuxerPaul B Mahol2023-02-114-1/+99
* avformat/wavarc: demux only data chunk contentPaul B Mahol2023-02-092-6/+26
* Bump major versions of all librariesJames Almer2023-02-092-2/+2
* avformat/version: postpone the remaining API deprecationsJames Almer2023-02-091-3/+3
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-091-4/+3
* avformat: remove FF_API_AVSTREAM_CLASSJames Almer2023-02-093-6/+0
* avformat: remove FF_HLS_TS_OPTIONSJames Almer2023-02-092-4/+0
* avformat: remove FF_API_AVIOCONTEXT_WRITTENJames Almer2023-02-093-21/+0
* avformat: remove FF_API_LAVF_PRIV_OPTJames Almer2023-02-092-4/+0
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-092-31/+43
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-09100-1536/+1613
* avformat/demux: Avoid stack packet when decoding frameAndreas Rheinhardt2023-02-091-7/+7
* avformat/avformat: Move codecpar up in AVStreamAndreas Rheinhardt2023-02-091-11/+11
* avformat/avformat: Remove AVOutputFormat.data_codecAndreas Rheinhardt2023-02-093-5/+1
* avformat/hls: Add option to retry failed segments for hlsgnattu2023-02-091-1/+14
* avcodec/wavarc: add support for 0CPYPaul B Mahol2023-02-071-1/+2
* avcodec/wavarc: fix 8bit decodingPaul B Mahol2023-02-061-6/+1
* avformat/lafdec: check for not supported bppPaul B Mahol2023-02-041-0/+2
* avformat/lafdec: error out on partial packet header readPaul B Mahol2023-02-041-1/+3
* avformat: add WavArc demuxerPaul B Mahol2023-02-044-1/+129
* libavformat/lafdec: free dataMichael Niedermayer2023-02-011-0/+11
* avformat/lafdec: Check if all data was readMichael Niedermayer2023-02-011-1/+2
* mov: Reduce the verbosity of the warning about fragmented MP4 vs advanced edi...Martin Storsjö2023-01-312-6/+15
* avformat: add XMD demuxerPaul B Mahol2023-01-304-1/+83
* avformat/mxfdec: check number of index table entires more strictlyMarton Balint2023-01-291-0/+8
* avformat/mxfdec: support Avid files with an extra index entryMarton Balint2023-01-291-3/+3
* avformat/mxfdec: check index entry array sizeMarton Balint2023-01-291-1/+5
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-272-0/+2
* avformat/teeproto: setup max_packet_sizeZhao Zhili2023-01-261-0/+12
* avformat/bonk: remove unused variablePaul B Mahol2023-01-251-1/+1
* avformat: add WADY demuxerPaul B Mahol2023-01-244-1/+90
* avformat/segment: calculate segment durations correctly.Gyan Doshi2023-01-161-0/+15
* avformat/dtshddec: also read trailing padding in samplesPaul B Mahol2023-01-161-2/+5
* lavf/spdifdec: support EAC3rcombs2023-01-131-1/+18
* libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_fileBasel Sayeh2023-01-131-4/+6
* libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_fileBasel Sayeh2023-01-131-6/+11
* avformat/movenc: Add loop parameter to animated AVIFVignesh Venkatasubramanian2023-01-132-4/+32
* avformat/movenc: Add movie_timescale option to AVIFVignesh Venkatasubramanian2023-01-131-0/+6
* avformat/nsvdec: add support for STARDIVA formatPaul B Mahol2023-01-121-0/+18
* avformat/file: add S_IFBLK/S_ISBLK compatability macroZhao Zhili2023-01-121-0/+18
* avformat/file: add fd protocolZhao Zhili2023-01-114-19/+74
* avformat/file: dup file descriptor for pipeZhao Zhili2023-01-111-10/+34
* avformat/file: reindent after the previous commitZhao Zhili2023-01-111-10/+10