Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
bf807253
Commit
bf807253
authored
Apr 07, 2020
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: rename bsf.h to bsf_internal.h
This will allow adding a public header named bsf.h
parent
9d443c3e
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
41 additions
and
41 deletions
+41
-41
aac_adtstoasc_bsf.c
libavcodec/aac_adtstoasc_bsf.c
+1
-1
av1_frame_merge_bsf.c
libavcodec/av1_frame_merge_bsf.c
+1
-1
av1_frame_split_bsf.c
libavcodec/av1_frame_split_bsf.c
+1
-1
av1_metadata_bsf.c
libavcodec/av1_metadata_bsf.c
+1
-1
bitstream_filters.c
libavcodec/bitstream_filters.c
+1
-1
bsf.c
libavcodec/bsf.c
+1
-1
bsf_internal.h
libavcodec/bsf_internal.h
+3
-3
chomp_bsf.c
libavcodec/chomp_bsf.c
+1
-1
dca_core_bsf.c
libavcodec/dca_core_bsf.c
+1
-1
dump_extradata_bsf.c
libavcodec/dump_extradata_bsf.c
+1
-1
eac3_core_bsf.c
libavcodec/eac3_core_bsf.c
+1
-1
extract_extradata_bsf.c
libavcodec/extract_extradata_bsf.c
+1
-1
filter_units_bsf.c
libavcodec/filter_units_bsf.c
+1
-1
h264_metadata_bsf.c
libavcodec/h264_metadata_bsf.c
+1
-1
h264_mp4toannexb_bsf.c
libavcodec/h264_mp4toannexb_bsf.c
+1
-1
h264_redundant_pps_bsf.c
libavcodec/h264_redundant_pps_bsf.c
+1
-1
h265_metadata_bsf.c
libavcodec/h265_metadata_bsf.c
+1
-1
hapqa_extract_bsf.c
libavcodec/hapqa_extract_bsf.c
+1
-1
hevc_mp4toannexb_bsf.c
libavcodec/hevc_mp4toannexb_bsf.c
+1
-1
imx_dump_header_bsf.c
libavcodec/imx_dump_header_bsf.c
+1
-1
mjpeg2jpeg_bsf.c
libavcodec/mjpeg2jpeg_bsf.c
+1
-1
mjpega_dump_header_bsf.c
libavcodec/mjpega_dump_header_bsf.c
+1
-1
movsub_bsf.c
libavcodec/movsub_bsf.c
+1
-1
mp3_header_decompress_bsf.c
libavcodec/mp3_header_decompress_bsf.c
+1
-1
mpeg2_metadata_bsf.c
libavcodec/mpeg2_metadata_bsf.c
+1
-1
mpeg4_unpack_bframes_bsf.c
libavcodec/mpeg4_unpack_bframes_bsf.c
+1
-1
noise_bsf.c
libavcodec/noise_bsf.c
+1
-1
null_bsf.c
libavcodec/null_bsf.c
+1
-1
opus_metadata_bsf.c
libavcodec/opus_metadata_bsf.c
+1
-1
pcm_rechunk_bsf.c
libavcodec/pcm_rechunk_bsf.c
+1
-1
prores_metadata_bsf.c
libavcodec/prores_metadata_bsf.c
+1
-1
remove_extradata_bsf.c
libavcodec/remove_extradata_bsf.c
+1
-1
trace_headers_bsf.c
libavcodec/trace_headers_bsf.c
+1
-1
truehd_core_bsf.c
libavcodec/truehd_core_bsf.c
+1
-1
vp9_metadata_bsf.c
libavcodec/vp9_metadata_bsf.c
+1
-1
vp9_raw_reorder_bsf.c
libavcodec/vp9_raw_reorder_bsf.c
+1
-1
vp9_superframe_bsf.c
libavcodec/vp9_superframe_bsf.c
+1
-1
vp9_superframe_split_bsf.c
libavcodec/vp9_superframe_split_bsf.c
+1
-1
target_bsf_fuzzer.c
tools/target_bsf_fuzzer.c
+1
-1
No files found.
libavcodec/aac_adtstoasc_bsf.c
View file @
bf807253
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "adts_header.h"
#include "adts_header.h"
#include "adts_parser.h"
#include "adts_parser.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "put_bits.h"
#include "put_bits.h"
#include "get_bits.h"
#include "get_bits.h"
#include "mpeg4audio.h"
#include "mpeg4audio.h"
...
...
libavcodec/av1_frame_merge_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_av1.h"
#include "cbs_av1.h"
...
...
libavcodec/av1_frame_split_bsf.c
View file @
bf807253
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#include "libavutil/avassert.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_av1.h"
#include "cbs_av1.h"
...
...
libavcodec/av1_metadata_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_av1.h"
#include "cbs_av1.h"
...
...
libavcodec/bitstream_filters.c
View file @
bf807253
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
extern
const
AVBitStreamFilter
ff_aac_adtstoasc_bsf
;
extern
const
AVBitStreamFilter
ff_aac_adtstoasc_bsf
;
extern
const
AVBitStreamFilter
ff_av1_frame_merge_bsf
;
extern
const
AVBitStreamFilter
ff_av1_frame_merge_bsf
;
...
...
libavcodec/bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "libavutil/bprint.h"
#include "libavutil/bprint.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#define IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems)
#define IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems)
...
...
libavcodec/bsf.h
→
libavcodec/bsf
_internal
.h
View file @
bf807253
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_BSF_H
#ifndef AVCODEC_BSF_
INTERNAL_
H
#define AVCODEC_BSF_H
#define AVCODEC_BSF_
INTERNAL_
H
#include "avcodec.h"
#include "avcodec.h"
...
@@ -41,4 +41,4 @@ int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt);
...
@@ -41,4 +41,4 @@ int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt);
const
AVClass
*
ff_bsf_child_class_next
(
const
AVClass
*
prev
);
const
AVClass
*
ff_bsf_child_class_next
(
const
AVClass
*
prev
);
#endif
/* AVCODEC_BSF_H */
#endif
/* AVCODEC_BSF_
INTERNAL_
H */
libavcodec/chomp_bsf.c
View file @
bf807253
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
static
int
chomp_filter
(
AVBSFContext
*
ctx
,
AVPacket
*
pkt
)
static
int
chomp_filter
(
AVBSFContext
*
ctx
,
AVPacket
*
pkt
)
{
{
...
...
libavcodec/dca_core_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "dca_syncwords.h"
#include "dca_syncwords.h"
...
...
libavcodec/dump_extradata_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <string.h>
#include <string.h>
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
...
...
libavcodec/eac3_core_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "get_bits.h"
#include "get_bits.h"
#include "ac3_parser_internal.h"
#include "ac3_parser_internal.h"
...
...
libavcodec/extract_extradata_bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "avcodec.h"
#include "avcodec.h"
#include "av1.h"
#include "av1.h"
#include "av1_parse.h"
#include "av1_parse.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "h2645_parse.h"
#include "h2645_parse.h"
#include "h264.h"
#include "h264.h"
...
...
libavcodec/filter_units_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
...
...
libavcodec/h264_metadata_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_h264.h"
#include "cbs_h264.h"
#include "h264.h"
#include "h264.h"
...
...
libavcodec/h264_mp4toannexb_bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "libavutil/mem.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "h264.h"
#include "h264.h"
...
...
libavcodec/h264_redundant_pps_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "libavutil/mem.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_h264.h"
#include "cbs_h264.h"
#include "h264.h"
#include "h264.h"
...
...
libavcodec/h265_metadata_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_h265.h"
#include "cbs_h265.h"
#include "hevc.h"
#include "hevc.h"
...
...
libavcodec/hapqa_extract_bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "hap.h"
#include "hap.h"
...
...
libavcodec/hevc_mp4toannexb_bsf.c
View file @
bf807253
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#include "libavutil/mem.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "hevc.h"
#include "hevc.h"
...
...
libavcodec/imx_dump_header_bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
...
...
libavcodec/mjpeg2jpeg_bsf.c
View file @
bf807253
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "jpegtables.h"
#include "jpegtables.h"
#include "mjpeg.h"
#include "mjpeg.h"
...
...
libavcodec/mjpega_dump_header_bsf.c
View file @
bf807253
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "mjpeg.h"
#include "mjpeg.h"
...
...
libavcodec/movsub_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
static
int
text2movsub
(
AVBSFContext
*
ctx
,
AVPacket
*
out
)
static
int
text2movsub
(
AVBSFContext
*
ctx
,
AVPacket
*
out
)
{
{
...
...
libavcodec/mp3_header_decompress_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "mpegaudiodecheader.h"
#include "mpegaudiodecheader.h"
#include "mpegaudiodata.h"
#include "mpegaudiodata.h"
...
...
libavcodec/mpeg2_metadata_bsf.c
View file @
bf807253
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_mpeg2.h"
#include "cbs_mpeg2.h"
#include "mpeg12.h"
#include "mpeg12.h"
...
...
libavcodec/mpeg4_unpack_bframes_bsf.c
View file @
bf807253
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "internal.h"
#include "internal.h"
#include "mpeg4video.h"
#include "mpeg4video.h"
...
...
libavcodec/noise_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
...
...
libavcodec/null_bsf.c
View file @
bf807253
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
const
AVBitStreamFilter
ff_null_bsf
=
{
const
AVBitStreamFilter
ff_null_bsf
=
{
.
name
=
"null"
,
.
name
=
"null"
,
...
...
libavcodec/opus_metadata_bsf.c
View file @
bf807253
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#include "bsf.h"
#include "bsf
_internal
.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
...
...
libavcodec/pcm_rechunk_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "libavutil/avassert.h"
#include "libavutil/avassert.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
...
...
libavcodec/prores_metadata_bsf.c
View file @
bf807253
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
typedef
struct
ProresMetadataContext
{
typedef
struct
ProresMetadataContext
{
const
AVClass
*
class
;
const
AVClass
*
class
;
...
...
libavcodec/remove_extradata_bsf.c
View file @
bf807253
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
enum
RemoveFreq
{
enum
RemoveFreq
{
REMOVE_FREQ_KEYFRAME
,
REMOVE_FREQ_KEYFRAME
,
...
...
libavcodec/trace_headers_bsf.c
View file @
bf807253
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
...
...
libavcodec/truehd_core_bsf.c
View file @
bf807253
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*/
*/
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "get_bits.h"
#include "get_bits.h"
#include "mlp_parse.h"
#include "mlp_parse.h"
#include "mlp.h"
#include "mlp.h"
...
...
libavcodec/vp9_metadata_bsf.c
View file @
bf807253
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "cbs.h"
#include "cbs.h"
#include "cbs_vp9.h"
#include "cbs_vp9.h"
...
...
libavcodec/vp9_raw_reorder_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/log.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/mem.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "get_bits.h"
#include "get_bits.h"
#include "put_bits.h"
#include "put_bits.h"
...
...
libavcodec/vp9_superframe_bsf.c
View file @
bf807253
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "libavutil/avassert.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "get_bits.h"
#include "get_bits.h"
#define MAX_CACHE 8
#define MAX_CACHE 8
...
...
libavcodec/vp9_superframe_split_bsf.c
View file @
bf807253
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#include <stddef.h>
#include <stddef.h>
#include "avcodec.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf
_internal
.h"
#include "bytestream.h"
#include "bytestream.h"
#include "get_bits.h"
#include "get_bits.h"
...
...
tools/target_bsf_fuzzer.c
View file @
bf807253
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "libavutil/imgutils.h"
#include "libavutil/imgutils.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/bsf.h"
#include "libavcodec/bsf
_internal
.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/internal.h"
#include "libavcodec/internal.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment