David Conrad
|
b9c78bca26
MOV: cprt is another tag used for copyright
|
15 years ago |
David Conrad
|
7382902b86
MOV: Add several iTunes metadata tags
|
15 years ago |
Baptiste Coudurier
|
e26df9ebf1
use AVFormatContext in dprintf
|
15 years ago |
Baptiste Coudurier
|
adeb907137
Search relative path according to alias record when opening mov reference files.
|
15 years ago |
Alex Converse
|
ba278391ba
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in
|
15 years ago |
Alex Converse
|
5aea268d14
Add a channels field to MPEG4AudioConfig.
|
15 years ago |
Baptiste Coudurier
|
a4cb56aaf4
change \0xa9enc tag metadata name to encoder to match id3v2
|
15 years ago |
Baptiste Coudurier
|
bddc2df52e
10l, typo
|
15 years ago |
Baptiste Coudurier
|
c2564699bf
do not redundantly set stream nb_frames, it's already set in read_stts
|
15 years ago |
Baptiste Coudurier
|
e745272196
compute dts shift with ctts value, cslg atom might be missing, fix #419
|
15 years ago |
Baptiste Coudurier
|
fedb1eca07
check that duration is set to avoid fpe
|
15 years ago |
Baptiste Coudurier
|
507330b9d3
warn if stream timescale is not set and set it to 1 to avoid FPE
|
15 years ago |
Baptiste Coudurier
|
55d2e32a40
fix \0xa9wrt metadata, to composer, fix issue #1501
|
15 years ago |
haim alon
|
c5898e8623
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com
|
15 years ago |
Reimar Döffinger
|
f2ad907060
10l in code reading codec_name, the first byte is the length and should not
|
15 years ago |
Reimar Döffinger
|
19635234b1
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg
|
15 years ago |
Baptiste Coudurier
|
a42bf19134
100l, typo
|
15 years ago |
haim alon
|
7b5252ce3e
Export mov/mp4 major and compatible brands as metadata.
|
15 years ago |
Peter Ross
|
2d423666c0
Make mov LPCM and AAC parsing functions public
|
15 years ago |
Baptiste Coudurier
|
e4bc8af1e6
check entries against field_size, potential malloc overflow in read_stsz, fix #1357
|
15 years ago |
Baptiste Coudurier
|
1c4bf2ec37
add one missing check for stream existence in read_elst, fix #1364
|
15 years ago |
Baptiste Coudurier
|
d862fce758
only set par if it does not indicates a rotation, ex iphone 3GS
|
15 years ago |
Reimar Döffinger
|
e1c1b0ff09
Reindent after last patch.
|
15 years ago |
Reimar Döffinger
|
3fe4d5d4e6
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set.
|
15 years ago |
Reimar Döffinger
|
5dc5c43bda
mov_read_packet: extract code that searches for the stream/sample to demux next
|
15 years ago |
Reimar Döffinger
|
a2f3851166
mov_read_packet: if dv_get_packet fails, return exactly its error value
|
15 years ago |
Reimar Döffinger
|
69fc436cbc
In mov_read_packet remember the AVStream we want to demux next instead of the
|
15 years ago |
Baptiste Coudurier
|
6a63ff19b6
check stream existence before assignment, fix #1222
|
15 years ago |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 years ago |
Baptiste Coudurier
|
53e099de8b
check atom size against edit_count to avoid very long loop
|
15 years ago |
David Conrad
|
86b61d4241
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of
|
15 years ago |
Baptiste Coudurier
|
bbe46bc4c2
Remove time_rate, we cannot compute exactly when fragments are
|
15 years ago |
Baptiste Coudurier
|
281551131d
broken stsd length might be < 16, fix elst-assert.mp4
|
16 years ago |
Baptiste Coudurier
|
7e69621f56
split audio chunks in mov demuxer
|
16 years ago |
Baptiste Coudurier
|
350f2c2cef
return AVERROR_EOF
|
16 years ago |
Baptiste Coudurier
|
2d5fabc87a
move increment after debug print
|
16 years ago |
Baptiste Coudurier
|
171a353159
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
|
16 years ago |
Baptiste Coudurier
|
41e6499996
remove comment
|
16 years ago |
Baptiste Coudurier
|
4b29ed399f
Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.
|
16 years ago |
Jai Menon
|
b24bbbb4da
Introduce codec id for MPEG-4 ALS and associate it with corresponding
|
16 years ago |
Stefano Sabatini
|
9106a698e7
Rename bitstream.h to get_bits.h.
|
16 years ago |
Baptiste Coudurier
|
17ad7b24c8
force sample for qcelp when not stored in mov, fix #968
|
16 years ago |
Reimar Döffinger
|
3dd3604197
Reindent
|
16 years ago |
Reimar Döffinger
|
fb9ac65411
Support DVD subtitles in mov/mp4 as created by Nero.
|
16 years ago |
Baptiste Coudurier
|
f03a081df0
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v
|
16 years ago |
Ronald S. Bultje
|
2121b160d5
Remove alpha channel from default colorspace tables, since it is unused. See
|
16 years ago |
Baptiste Coudurier
|
08a5b4e9b5
since code now use get_bits_long, allocate padding buffer
|
16 years ago |
Baptiste Coudurier
|
a0dd3c0039
reset codec width/height for h264 forcing decoder to parse extradata
|
16 years ago |
Alex Converse
|
5c3d507f1a
MOV: Use the AOT enum for the mp4_audio_types mapping.
|
16 years ago |
Reimar Döffinger
|
2ac736a6da
Extend mov edit list support to work for a first padding entry with
|
16 years ago |