summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* lavf: fall back to a more meaningful log instance nameAnton Khirnov2023-04-041-1/+1
* avformat/movenc: correct loci parameter handlingGyan Doshi2023-04-031-3/+3
* avformat/assenc: avoid incorrect copy of null terminatorMarton Balint2023-04-021-1/+2
* avformat/tcp: correct strdup checkGyan Doshi2023-04-021-1/+1
* libavformat: Improve ff_configure_buffers_for_index for excessive deltasMartin Storsjö2023-04-021-6/+7
* libavformat: Account for negative position differences in ff_configure_buffer...Martin Storsjö2023-04-021-1/+3
* libavformat/tcp: add local_addr/local_port for network optionjackarain2023-03-304-8/+63
* lavf/oggdec: fix demux with unrecognized header packetsrcombs2023-03-281-1/+6
* lavf/mpegts.c: set some properties for ARIB captionTADANO Tokumei2023-03-281-1/+5
* lavf: return AVERROR_EOF rather than EIO on EOFAnton Khirnov2023-03-276-6/+7
* avformat/mxfenc: fix stored/sampled/displayed width/heightJerome Martinez2023-03-261-6/+21
* avformat/mxfenc: reindent after last mxfenc commitMarton Balint2023-03-261-36/+36
* avformat/mpegts: add support for preserving SMPTE 2038 when transcoding MPEG-...Devin Heitmueller2023-03-263-2/+10
* avformat/mxfenc: SMPTE RDD 48:2018 Amd 1:2022 supportJerome Martinez2023-03-253-3/+164
* lavf/mpeg: Add G.711 A law supportJun Zhao2023-03-251-0/+3
* avformat/mpegtsenc: Restrict "async" behavior to KLV async packetsDevin Heitmueller2023-03-161-1/+2
* avformat/mov: fix 2 compile errorsTong Wu2023-03-162-2/+2
* avformat/movenc: add PCM in mp4 supportZhao Zhili2023-03-151-1/+83
* avformat/mov: parse ISO-14496-12 ChannelLayoutZhao Zhili2023-03-153-1/+406
* avformat/isom_tags: remove ipcm from movaudio_tagsZhao Zhili2023-03-151-2/+0
* avformat/mov: fix ISO/IEC 23003-5 supportZhao Zhili2023-03-152-0/+51
* avformat/img2dec: fix unable to find svg format when the svg resources start ...Wang Yaqiang2023-03-091-2/+7
* avformat/aea: make the AEA demuxer return EOF at the end of file instead of EIOasivery2023-03-091-7/+1
* avformat/http: cookie path attribute should be optional not compulsoryMichael J. Walsh2023-03-081-2/+2
* avformat/tls: check for memory allocation failure when setting optionsjackarain2023-03-081-6/+20
* avformat/udp: check for memory allocation failure when setting localaddrjackarain2023-03-081-0/+4
* lavf/matroska: add support for ARIB captionsrcombs2023-03-083-0/+54
* avformat/mov: base pcmC endianness on just the LSBJan Ekström2023-03-051-1/+1
* avformat/mov: check that pcmC box is of the expected typeJan Ekström2023-03-051-2/+11
* avformat/hlsenc: hls_init_time should used in living stream modeSteven Liu2023-02-271-1/+1
* avformat/wavarc: Check if extradata has been fully readMichael Niedermayer2023-02-231-1/+4
* avformat/rka: Fix 1/0 with bps=1Michael Niedermayer2023-02-221-1/+1
* avformat/mov: Check samplesize and offset to avoid integer overflowMichael Niedermayer2023-02-221-0/+7
* avformat/imfdec: remove the experimental flagPierre-Anthony Lemieux2023-02-211-1/+1
* avformat/mpegtsenc: re-emit extradata ahead of IDR pictures even if AUD is al...John Coiner2023-02-191-7/+41
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* 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