Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23avformat/mpegtsenc: support DVB 6A descriptor for AC-3Limin Wang
2020-08-22libavformat/ffmetadec.c: Fix Use-of-uninitialized-valueThierry Foucu
2020-08-22libavformat/nut: Support SSA and ASS subtitleshax@riseup.net
2020-08-21avformat/movenc: write the colr atom by defaultMichael Bradshaw
2020-08-20avformat/libsrt: close listen fd in listener modeNicolas Sugino
2020-08-20avformat/siff: Reject audio packets without audio streamMichael Niedermayer
2020-08-20libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.Thierry Foucu
2020-08-18avformat/mpegts: only reset timestamps to NOPTS for DVB teletextJan Ekström
2020-08-18avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer
2020-08-18avformat/mlvdec: Only store dimensions after having validated themAndreas Rheinhardt
2020-08-18avformat/mlvdec: Don't leak open AVIOContexts on errorAndreas Rheinhardt
2020-08-18avformat/mlvdec: Check for existence of AVIOContext before using itAndreas Rheinhardt
2020-08-18avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt
2020-08-18avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt
2020-08-18avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt
2020-08-16avformat/av1dec: don't update temporal_unit_size after it's no longer usedJames Almer
2020-08-15avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()James Almer
2020-08-14avformat/av1dec: fix return value on some code pathsJames Almer
2020-08-14avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxersJames Almer
2020-08-14avformat/av1dec: add low-overhead bitstream formatXu Guangxin
2020-08-12lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George
2020-08-12lavf/url: add ff_url_decompose().Nicolas George
2020-08-12avformat/mxfenc: Write color metadata to MXFHarry Mallon
2020-08-11avformat/ty: Remove write-only array and variableAndreas Rheinhardt
2020-08-11avformat/argo_asf: strip file extension from nameZane van Iperen
2020-08-11avformat/argo_asf: add name optionZane van Iperen
2020-08-11avformat/argo_asf: add version_major and version_minor optionsZane van Iperen
2020-08-11avformat/argo_asf: don't check file versionZane van Iperen
2020-08-11avformat/argo_asf: add games to version listZane van Iperen
2020-08-10avformat/mpegts: Don't leave context in inconsistent state upon errorAndreas Rheinhardt
2020-08-10avformat/hlsenc: write temp file for append single file by encryption modeSteven Liu
2020-08-10avformat/hls: support avio_seek in encryption modeSteven Liu
2020-08-09avformat/sierravmd: Don't return packets for non-existing streamAndreas Rheinhardt
2020-08-09avformat/vividas: Check allocation for successAndreas Rheinhardt
2020-08-09avformat/vividas: Check return value before storing it in smaller typeAndreas Rheinhardt
2020-08-07avformat: add argo_asf muxerZane van Iperen
2020-08-07avformat/argo_asf: check sample count in demuxerZane van Iperen
2020-08-06avformat/mxfdec: Read color metadata from MXFHarry Mallon
2020-08-06avformat/dv: Avoid allocation for reading timecodeAndreas Rheinhardt
2020-08-06avformat/dv: Avoid alloction of DVDemuxContextAndreas Rheinhardt
2020-08-06avformat/3dostr: Return directly after having read packetAndreas Rheinhardt
2020-08-04avformat/mov: Check comp_brand_sizeMichael Niedermayer
2020-08-01avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt
2020-07-30avformat/apm: fix APM_FILE_HEADER_SIZE valueZane van Iperen
2020-07-30avformat/hlsenc: increase initial program date time precisionMarton Balint
2020-07-28avformat/smacker: Don't return packets for streams with AVDISCARD_ALLAndreas Rheinhardt
2020-07-28avformat/smacker: Fix duration for PCM audioAndreas Rheinhardt
2020-07-28avformat/smacker: Set audio durationAndreas Rheinhardt
2020-07-28avformat/smacker: Support seeking to first frameTimotej Lazar
2020-07-28lavf/srt: fix build fail when used the libsrt 1.4.1Jun Zhao