Skip to content

Commit 108d3c8

Browse files
committed
format ffmpeg4 patches
1 parent 24c2652 commit 108d3c8

16 files changed

+16
-16
lines changed

patches/ffmpeg-n4.0/0001-h264_ps-null-pointer-fault-tolerant.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 396e4f1c0021145ee42866a302930dbb1e812838 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:48:33 +0800
4-
Subject: [PATCH 01/16] h264_ps null pointer fault tolerant
4+
Subject: [PATCH 01] h264_ps null pointer fault tolerant
55

66
---
77
libavcodec/h264_ps.c | 8 ++++----

patches/ffmpeg-n4.0/0002-flv-support-hevc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 8dd266cd98e193b467774a50bb1cb648aeefa3e0 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 14:19:54 +0800
4-
Subject: [PATCH] flv support hevc
4+
Subject: [PATCH 02] flv support hevc
55

66
---
77
libavformat/flv.h | 1 +

patches/ffmpeg-n4.0/0003-dict-add-more-util-method.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 77387f8a47c69225f336a7aeaf6a3e6298ebe2c3 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:50:10 +0800
4-
Subject: [PATCH 03/16] dict add more util method
4+
Subject: [PATCH 03] dict add more util method
55

66
---
77
libavutil/dict.c | 39 ++++++++++++++++++++++++++++++++++++++-

patches/ffmpeg-n4.0/0004-file-use-file_seek.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 3fe418f1962704b301d68d9898b6102ec04dcde0 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:54:09 +0800
4-
Subject: [PATCH 04/16] file use file_seek
4+
Subject: [PATCH 04] file use file_seek
55

66
---
77
libavformat/file.c | 3 ++-

patches/ffmpeg-n4.0/0005-avio-cache-about.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 05b73eb2c510fc25f82cfc136f51a06031e6af44 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:57:13 +0800
4-
Subject: [PATCH 05/16] avio cache about
4+
Subject: [PATCH 05] avio cache about
55

66
---
77
libavformat/avio.c | 6 ++----

patches/ffmpeg-n4.0/0006-mov-add-allow_multi_extradata-opt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 871fff7c5c8e7e702dccc2129e1ae64d7fe3f33b Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:59:12 +0800
4-
Subject: [PATCH 06/16] mov add allow_multi_extradata opt
4+
Subject: [PATCH 06] mov add allow_multi_extradata opt
55

66
---
77
libavformat/isom.h | 2 ++

patches/ffmpeg-n4.0/0007-hls-read_header2.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From b91fad7c8957a9eb97b9d383142b272f35f7778e Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:59:58 +0800
4-
Subject: [PATCH 07/16] hls read_header2
4+
Subject: [PATCH 07] hls read_header2
55

66
---
77
libavformat/avformat.h | 5 ++

patches/ffmpeg-n4.0/0008-add-AV_PKT_FLAG_NEW_SEG.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 717083123cc79ab41c69629af584f89547797072 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 12:57:50 +0800
4-
Subject: [PATCH 08/16] add AV_PKT_FLAG_NEW_SEG
4+
Subject: [PATCH 08] add AV_PKT_FLAG_NEW_SEG
55

66
---
77
libavcodec/avcodec.h | 1 +

patches/ffmpeg-n4.0/0009-network-ff_sendto.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 134e70adfd4add1ffb8ebfcc4cfb4f13ba2944ed Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 13:00:17 +0800
4-
Subject: [PATCH 09/16] network ff_sendto
4+
Subject: [PATCH 09] network ff_sendto
55

66
---
77
libavformat/network.c | 46 +++++++++++++++++++++++++++++++++++++++++++

patches/ffmpeg-n4.0/0010-tcp-hook.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 391125a7c250b027bded465ca88da11caaee8231 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 13:01:01 +0800
4-
Subject: [PATCH 10/16] tcp hook
4+
Subject: [PATCH 10] tcp hook
55

66
---
77
libavformat/http.c | 53 +++-

patches/ffmpeg-n4.0/0011-update-make-file.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0dc8f7a7858d66dd17d65614189c640dab2f68a8 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Fri, 29 Jul 2022 13:01:10 +0800
4-
Subject: [PATCH 11/16] update make file
4+
Subject: [PATCH 11] update make file
55

66
---
77
libavformat/Makefile | 9 +++++++++

patches/ffmpeg-n4.0/0012-fix-ffmpeg-constructed-wrong-avcc-for-videotoolbox-h.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 86fccbeadf36bcee5a800d63d51dba8560434298 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Mon, 16 May 2022 16:15:10 +0800
4-
Subject: [PATCH 12/16] fix ffmpeg constructed wrong avcc for videotoolbox
4+
Subject: [PATCH 12] fix ffmpeg constructed wrong avcc for videotoolbox
55
hwaccel.
66

77
---

patches/ffmpeg-n4.0/0013-fix-lrcdec-read-line-bug-on-osx.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 015c7279c0e3580be66fe87063dcf48298191199 Mon Sep 17 00:00:00 2001
22
From: qianlongxu <qianlongxu@gmail.com>
33
Date: Wed, 27 Apr 2022 17:01:17 +0800
4-
Subject: [PATCH 13/16] fix lrcdec read line bug on osx.
4+
Subject: [PATCH 13] fix lrcdec read line bug on osx.
55

66
---
77
libavformat/lrcdec.c | 20 +++++++++++---------

patches/ffmpeg-n4.0/0014-Correct-the-wrong-codecpar-codec_id-which-read-from-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 3f27485e4d79e17ff598c0aabecd24d0d9381e43 Mon Sep 17 00:00:00 2001
22
From: YoushiQian <youshiqian206918@sohu-inc.com>
33
Date: Mon, 9 May 2022 09:53:18 +0800
4-
Subject: [PATCH 14/16] Correct the wrong codecpar->codec_id which read from
4+
Subject: [PATCH 14] Correct the wrong codecpar->codec_id which read from
55
MIME of ID3tags, but the real data was encoded in PNG/JPEG/TIFF
66

77
---

patches/ffmpeg-n4.0/0015-support-to-parse-all-tracks-language-meta-when-open-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From d8265ca339e8549f481d470e7a3943820a5ac44a Mon Sep 17 00:00:00 2001
22
From: YoushiQian <youshiqian206918@sohu-inc.com>
33
Date: Wed, 8 Jun 2022 14:07:32 +0800
4-
Subject: [PATCH 15/16] support to parse all tracks' language meta when open
4+
Subject: [PATCH 15] support to parse all tracks' language meta when open
55
the bluray input
66

77
---

patches/ffmpeg-n4.0/0016-lavf-mov-add-heic-demuxer.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 509423fcdd289709d5ff30b17ef69499ae7492c1 Mon Sep 17 00:00:00 2001
22
From: youshiqian <youshiqian206918>
33
Date: Wed, 31 Aug 2022 11:44:24 +0800
4-
Subject: [PATCH] lavf/mov: add heic demuxer
4+
Subject: [PATCH 16] lavf/mov: add heic demuxer
55
(https://github.com/bluez-sh/FFmpeg/commit/9a885cddb3550ab863a60d02c5fb78e4ae206cf1).
66
refer to below links for details: https://trac.ffmpeg.org/ticket/6521
77
https://trac.ffmpeg.org/ticket/7621#comment:10

0 commit comments

Comments
 (0)