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
75f2c209
Commit
75f2c209
authored
Oct 24, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling cosmetics
Originally committed as revision 15681 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4599d22c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
30 deletions
+32
-30
dv.c
libavcodec/dv.c
+7
-7
dvdata.h
libavcodec/dvdata.h
+1
-1
dv.c
libavformat/dv.c
+5
-3
dvenc.c
libavformat/dvenc.c
+19
-19
No files found.
libavcodec/dv.c
View file @
75f2c209
...
...
@@ -138,7 +138,7 @@ static av_cold int dvvideo_init(AVCodecContext *avctx)
done
=
1
;
/* dv_anchor lets each thread know its I
d
*/
/* dv_anchor lets each thread know its I
D
*/
for
(
i
=
0
;
i
<
DV_ANCHOR_SIZE
;
i
++
)
dv_anchor
[
i
]
=
(
void
*
)(
size_t
)
i
;
...
...
@@ -967,7 +967,7 @@ static inline void dv_encode_video_segment(DVVideoContext *s,
}
}
/* Third and final pass over the whole vide
s
segment space */
/* Third and final pass over the whole vide
o
segment space */
pb
=
&
pbs
[
0
];
for
(
j
=
0
;
j
<
5
*
6
;
j
++
)
{
if
(
enc_blks
[
j
].
partial_bit_count
)
...
...
@@ -1119,7 +1119,7 @@ static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *c, ui
buf
[
1
]
=
0xff
;
/* reserved -- always 1 */
buf
[
2
]
=
(
1
<<
7
)
|
/* B/W: 0 - b/w, 1 - color */
(
1
<<
6
)
|
/* following CLF is valid - 0, invalid - 1 */
(
3
<<
4
)
|
/* CLF: color frames
id
(see ITU-R BT.470-4) */
(
3
<<
4
)
|
/* CLF: color frames
ID
(see ITU-R BT.470-4) */
0xf
;
/* reserved -- always 1 */
buf
[
3
]
=
(
3
<<
6
)
|
/* reserved -- always 1 */
(
c
->
sys
->
dsf
<<
5
)
|
/* system: 60fields/50fields */
...
...
@@ -1131,9 +1131,9 @@ static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *c, ui
0x3f
;
/* reserved -- always 1 */
buf
[
2
]
=
0xc8
|
/* reserved -- always b11001xxx */
aspect
;
buf
[
3
]
=
(
1
<<
7
)
|
/*
F
rame/field flag 1 -- frame, 0 -- field */
(
1
<<
6
)
|
/*
F
irst/second field flag 0 -- field 2, 1 -- field 1 */
(
1
<<
5
)
|
/*
F
rame change flag 0 -- same picture as before, 1 -- different */
buf
[
3
]
=
(
1
<<
7
)
|
/*
f
rame/field flag 1 -- frame, 0 -- field */
(
1
<<
6
)
|
/*
f
irst/second field flag 0 -- field 2, 1 -- field 1 */
(
1
<<
5
)
|
/*
f
rame change flag 0 -- same picture as before, 1 -- different */
(
1
<<
4
)
|
/* 1 - interlaced, 0 - noninterlaced */
0xc
;
/* reserved -- always b1100 */
buf
[
4
]
=
0xff
;
/* reserved -- always 1 */
...
...
@@ -1151,7 +1151,7 @@ static void dv_format_frame(DVVideoContext* c, uint8_t* buf)
for
(
chan
=
0
;
chan
<
c
->
sys
->
n_difchan
;
chan
++
)
{
for
(
i
=
0
;
i
<
c
->
sys
->
difseg_size
;
i
++
)
{
memset
(
buf
,
0xff
,
80
*
6
);
/*
F
irst 6 DIF blocks are for control data */
memset
(
buf
,
0xff
,
80
*
6
);
/*
f
irst 6 DIF blocks are for control data */
/* DV header: 1DIF */
buf
+=
dv_write_dif_id
(
dv_sect_header
,
chan
,
i
,
0
,
buf
);
...
...
libavcodec/dvdata.h
View file @
75f2c209
...
...
@@ -6073,7 +6073,7 @@ static const int dv_iweight_248[64] = {
};
/**
*
the "inverse" DV100 weights are actually just the spec weights (zig-zagged)
*
The "inverse" DV100 weights are actually just the spec weights (zig-zagged).
*/
static
const
int
dv_iweight_1080_y
[
64
]
=
{
128
,
16
,
16
,
17
,
17
,
17
,
18
,
18
,
...
...
libavformat/dv.c
View file @
75f2c209
...
...
@@ -116,12 +116,13 @@ static int dv_extract_audio(uint8_t* frame, uint8_t* ppcm[4],
quant
=
as_pack
[
4
]
&
0x07
;
/* 0 - 16bit linear, 1 - 12bit nonlinear */
if
(
quant
>
1
)
return
-
1
;
/*
U
nsupported quantization */
return
-
1
;
/*
u
nsupported quantization */
size
=
(
sys
->
audio_min_samples
[
freq
]
+
smpls
)
*
4
;
/* 2ch, 2bytes */
half_ch
=
sys
->
difseg_size
/
2
;
/* We work with 720p frames split in half, thus even frames have channels 0,1 and odd 2,3 */
/* We work with 720p frames split in half, thus even frames have
* channels 0,1 and odd 2,3 */
ipcm
=
(
sys
->
height
==
720
&&
!
(
frame
[
1
]
&
0x0C
))
?
2
:
0
;
pcm
=
ppcm
[
ipcm
++
];
...
...
@@ -335,7 +336,8 @@ int dv_produce_packet(DVDemuxContext *c, AVPacket *pkt,
dv_extract_audio
(
buf
,
ppcm
,
c
->
sys
);
c
->
abytes
+=
size
;
/* We work with 720p frames split in half, thus even frames have channels 0,1 and odd 2,3 */
/* We work with 720p frames split in half, thus even frames have
* channels 0,1 and odd 2,3. */
if
(
c
->
sys
->
height
==
720
)
{
if
(
buf
[
1
]
&
0x0C
)
c
->
audio_pkt
[
2
].
size
=
c
->
audio_pkt
[
3
].
size
=
0
;
...
...
libavformat/dvenc.c
View file @
75f2c209
...
...
@@ -35,12 +35,12 @@
#include "libavutil/fifo.h"
struct
DVMuxContext
{
const
DVprofile
*
sys
;
/* Current DV profile. E
.g.: 525/60, 625/50 */
int
n_ast
;
/* N
umber of stereo audio streams (up to 2) */
AVStream
*
ast
[
2
];
/* S
tereo audio streams */
const
DVprofile
*
sys
;
/* current DV profile, e
.g.: 525/60, 625/50 */
int
n_ast
;
/* n
umber of stereo audio streams (up to 2) */
AVStream
*
ast
[
2
];
/* s
tereo audio streams */
AVFifoBuffer
audio_data
[
2
];
/* FIFO for storing excessive amounts of PCM */
int
frames
;
/* Number of a current frame
*/
time_t
start_time
;
/* Start time of recording
*/
int
frames
;
/* current frame number
*/
time_t
start_time
;
/* recording start time
*/
int
has_audio
;
/* frame under contruction has audio */
int
has_video
;
/* frame under contruction has video */
uint8_t
frame_buf
[
DV_MAX_FRAME_SIZE
];
/* frame under contruction */
...
...
@@ -85,20 +85,20 @@ static int dv_write_pack(enum dv_pack_type pack_id, DVMuxContext *c, uint8_t* bu
* minute, unless it is exactly divisible by 10
*/
ltc_frame
=
(
c
->
frames
+
2
*
ct
/
60
-
2
*
ct
/
600
)
%
c
->
sys
->
ltc_divisor
;
buf
[
1
]
=
(
0
<<
7
)
|
/* Color f
ame: 0 - unsync; 1 - sync mode */
(
1
<<
6
)
|
/* D
rop frame timecode: 0 - nondrop; 1 - drop */
((
ltc_frame
/
10
)
<<
4
)
|
/* T
ens of frames */
(
ltc_frame
%
10
);
/* U
nits of frames */
buf
[
2
]
=
(
1
<<
7
)
|
/* B
iphase mark polarity correction: 0 - even; 1 - odd */
((
tc
.
tm_sec
/
10
)
<<
4
)
|
/* T
ens of seconds */
(
tc
.
tm_sec
%
10
);
/* U
nits of seconds */
buf
[
3
]
=
(
1
<<
7
)
|
/* B
inary group flag BGF0 */
((
tc
.
tm_min
/
10
)
<<
4
)
|
/* T
ens of minutes */
(
tc
.
tm_min
%
10
);
/* U
nits of minutes */
buf
[
4
]
=
(
1
<<
7
)
|
/* B
inary group flag BGF2 */
(
1
<<
6
)
|
/* B
inary group flag BGF1 */
((
tc
.
tm_hour
/
10
)
<<
4
)
|
/*
T
ens of hours */
(
tc
.
tm_hour
%
10
);
/*
U
nits of hours */
buf
[
1
]
=
(
0
<<
7
)
|
/* color fr
ame: 0 - unsync; 1 - sync mode */
(
1
<<
6
)
|
/* d
rop frame timecode: 0 - nondrop; 1 - drop */
((
ltc_frame
/
10
)
<<
4
)
|
/* t
ens of frames */
(
ltc_frame
%
10
);
/* u
nits of frames */
buf
[
2
]
=
(
1
<<
7
)
|
/* b
iphase mark polarity correction: 0 - even; 1 - odd */
((
tc
.
tm_sec
/
10
)
<<
4
)
|
/* t
ens of seconds */
(
tc
.
tm_sec
%
10
);
/* u
nits of seconds */
buf
[
3
]
=
(
1
<<
7
)
|
/* b
inary group flag BGF0 */
((
tc
.
tm_min
/
10
)
<<
4
)
|
/* t
ens of minutes */
(
tc
.
tm_min
%
10
);
/* u
nits of minutes */
buf
[
4
]
=
(
1
<<
7
)
|
/* b
inary group flag BGF2 */
(
1
<<
6
)
|
/* b
inary group flag BGF1 */
((
tc
.
tm_hour
/
10
)
<<
4
)
|
/*
t
ens of hours */
(
tc
.
tm_hour
%
10
);
/*
u
nits of hours */
break
;
case
dv_audio_source
:
/* AAUX source pack */
va_start
(
ap
,
buf
);
...
...
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