summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/electronicarts: change non failure return of read_header() to 0Michael Niedermayer2020-09-08
* avformat/electronicarts: Check if there are any streamsMichael Niedermayer2020-09-07
* avformat/argo_asf: fix handling of v1.1 filesZane van Iperen2020-09-07
* avformat/avidec: Fix io_fsize overflowMichael Niedermayer2020-09-05
* avformat/dashdec: drop arbitrary DASH manifest size limitJan Ekström2020-09-05
* lavf/img2dec: Auto-detect Kodak Photo CD image files.Carl Eugen Hoyos2020-09-05
* avformat/yuv4mpegenc: Add const where appropriateAndreas Rheinhardt2020-09-04
* avformat/yuv4mpegenc: Simplify writing global and packet headersAndreas Rheinhardt2020-09-04
* avcodec: add PhotoCD decoderPaul B Mahol2020-09-04
* avformat/yuv4mpegenc: simplify writing the headerJames Almer2020-09-03
* avformat/mov: Stash mfra size if we're reading it anywayDerek Buitenhuis2020-09-03
* avformat/mov: Only read the mfra size once during sidx parsingDerek Buitenhuis2020-09-03
* avformat/mov: Do not try and seek to an mfra if the reader can't seekDerek Buitenhuis2020-09-03
* avformat/mov: Fix return type used for av_seek in mfra codeDerek Buitenhuis2020-09-03
* avformat: add MODS demuxerPaul B Mahol2020-09-03
* avformat: add moflex demuxerPaul B Mahol2020-09-03
* avformat/musx: improve probingPaul B Mahol2020-09-03
* avformat/wavdec: add support for chaptersPaul B Mahol2020-09-01
* avformat/wavdec: allow to change max size of single demuxed packetPaul B Mahol2020-09-01
* avformat/wavdec: add support for demuxing Broadcast Wave 64BitPaul B Mahol2020-09-01
* libavformat/dashenc: Reduce confusion in par error messageChris Miceli2020-08-31
* adtsenc: Add ability to write MPEG2 IDMarvin Scholz2020-08-30
* libavformat/mxfenc: color_range should be inclusiveHarry Mallon2020-08-29
* avformat/mxfdec: Read video range from CDCIEssenceDescriptorHarry Mallon2020-08-29
* avformat/mov: See if mfra makes up the difference for an incomplete sidx.Dale Curtis2020-08-28
* avformat/mpegtsenc: reindent the codeLimin Wang2020-08-26
* avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3Limin Wang2020-08-26
* lavf/rtpdec_jpeg: Fix JFIF version.Carl Eugen Hoyos2020-08-25
* lavf/mxfdec: Limit score for files with run-in.Carl Eugen Hoyos2020-08-25
* Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streamsVikas Agrawal2020-08-24
* avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang2020-08-23
* libavformat/ffmetadec.c: Fix Use-of-uninitialized-valueThierry Foucu2020-08-22
* libavformat/nut: Support SSA and ASS subtitleshax@riseup.net2020-08-22
* avformat/movenc: write the colr atom by defaultMichael Bradshaw2020-08-21
* avformat/libsrt: close listen fd in listener modeNicolas Sugino2020-08-20
* avformat/siff: Reject audio packets without audio streamMichael Niedermayer2020-08-20
* libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.Thierry Foucu2020-08-20
* avformat/mpegts: only reset timestamps to NOPTS for DVB teletextJan Ekström2020-08-18
* avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer2020-08-18
* avformat/mlvdec: Only store dimensions after having validated themAndreas Rheinhardt2020-08-18
* avformat/mlvdec: Don't leak open AVIOContexts on errorAndreas Rheinhardt2020-08-18
* avformat/mlvdec: Check for existence of AVIOContext before using itAndreas Rheinhardt2020-08-18
* avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt2020-08-18
* avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt2020-08-18
* avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt2020-08-18
* avformat/av1dec: don't update temporal_unit_size after it's no longer usedJames Almer2020-08-15
* avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()James Almer2020-08-15
* avformat/av1dec: fix return value on some code pathsJames Almer2020-08-14
* avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxersJames Almer2020-08-14
* avformat/av1dec: add low-overhead bitstream formatXu Guangxin2020-08-14