summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George2020-08-12
* lavf/url: add ff_url_decompose().Nicolas George2020-08-12
* avformat/mxfenc: Write color metadata to MXFHarry Mallon2020-08-12
* avformat/ty: Remove write-only array and variableAndreas Rheinhardt2020-08-11
* avformat/argo_asf: strip file extension from nameZane van Iperen2020-08-11
* avformat/argo_asf: add name optionZane van Iperen2020-08-11
* avformat/argo_asf: add version_major and version_minor optionsZane van Iperen2020-08-11
* avformat/argo_asf: don't check file versionZane van Iperen2020-08-11
* avformat/argo_asf: add games to version listZane van Iperen2020-08-11
* avformat/mpegts: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2020-08-10
* avformat/hlsenc: write temp file for append single file by encryption modeSteven Liu2020-08-10
* avformat/hls: support avio_seek in encryption modeSteven Liu2020-08-10
* avformat/sierravmd: Don't return packets for non-existing streamAndreas Rheinhardt2020-08-09
* avformat/vividas: Check allocation for successAndreas Rheinhardt2020-08-09
* avformat/vividas: Check return value before storing it in smaller typeAndreas Rheinhardt2020-08-09
* avformat: add argo_asf muxerZane van Iperen2020-08-07
* avformat/argo_asf: check sample count in demuxerZane van Iperen2020-08-07
* avformat/mxfdec: Read color metadata from MXFHarry Mallon2020-08-06
* avformat/dv: Avoid allocation for reading timecodeAndreas Rheinhardt2020-08-06
* avformat/dv: Avoid alloction of DVDemuxContextAndreas Rheinhardt2020-08-06
* avformat/3dostr: Return directly after having read packetAndreas Rheinhardt2020-08-05
* avformat/mov: Check comp_brand_sizeMichael Niedermayer2020-08-04
* avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt2020-08-01
* avformat/apm: fix APM_FILE_HEADER_SIZE valueZane van Iperen2020-07-30
* avformat/hlsenc: increase initial program date time precisionMarton Balint2020-07-29
* avformat/smacker: Don't return packets for streams with AVDISCARD_ALLAndreas Rheinhardt2020-07-28
* avformat/smacker: Fix duration for PCM audioAndreas Rheinhardt2020-07-28
* avformat/smacker: Set audio durationAndreas Rheinhardt2020-07-28
* avformat/smacker: Support seeking to first frameTimotej Lazar2020-07-28
* lavf/srt: fix build fail when used the libsrt 1.4.1Jun Zhao2020-07-28