Alex Converse
|
d0dab0ecd4
Cosmetics: Re-indent after last commit
|
16 лет назад |
Alex Converse
|
bd27eed6d0
MOV: Support stz2 "Compact Sample Size Box"
|
16 лет назад |
Baptiste Coudurier
|
f05783c2db
cosmetics, remove useless braces
|
16 лет назад |
Baptiste Coudurier
|
9bf1b2683c
simplify printing
|
16 лет назад |
Baptiste Coudurier
|
f584386d54
reindent
|
16 лет назад |
Baptiste Coudurier
|
c6026e4360
fix trkn metadata parsing
|
16 лет назад |
Baptiste Coudurier
|
0fb44a4e47
move read_udta_string up to avoid forward declaration
|
16 лет назад |
Baptiste Coudurier
|
873358e5d4
more generic metadata handling
|
16 лет назад |
Baptiste Coudurier
|
2229a5c60e
do not set isom if ctype is not set, happens in mov
|
16 лет назад |
Baptiste Coudurier
|
df8843c65f
search for hdlr atom in meta, some files do not store version+flags
|
16 лет назад |
Baptiste Coudurier
|
7c4502c8c4
typo in the mail, the 4am commit is always the worst
|
16 лет назад |
Baptiste Coudurier
|
983bdd3788
add my copyright in mov de/muxer
|
16 лет назад |
Baptiste Coudurier
|
e49da8273b
allocate palette in codec directly
|
16 лет назад |
Baptiste Coudurier
|
6c00a9dec2
cosmetics, add some whitespaces and empty lines
|
16 лет назад |
Baptiste Coudurier
|
f0f2218dce
do not modify sample_count, check against index entries
|
16 лет назад |
Ronald S. Bultje
|
88c4339bda
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]
|
16 лет назад |
Alex Converse
|
63581eb183
MOV: fix demuxing fragmented files
|
16 лет назад |
Alex Converse
|
fefe43ff2c
MOV: fix crash when 'meta' occurs before first 'trak'
|
16 лет назад |
Aurelien Jacobs
|
bc718b4720
fix missed usage of old metadata API in mov demuxer
|
16 лет назад |
Benoit Fouet
|
f3592353ce
Add a context to av_log() call.
|
16 лет назад |
Baptiste Coudurier
|
bc64cb9680
check av_get_packet return value
|
16 лет назад |
Baptiste Coudurier
|
0d8f0abfb9
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem
|
16 лет назад |
Aurelien Jacobs
|
54b4ea57fd
demux some more metadata tags in mov
|
16 лет назад |
Aurelien Jacobs
|
49674dd052
use new metadata API in mov demuxer
|
16 лет назад |
Baptiste Coudurier
|
5b4f5e5dff
fix frame size, time rate is not stts duration anymore with time offset
|
16 лет назад |
Baptiste Coudurier
|
fcdd622cfc
do not set start time to 0, it is not the case with elst time offset
|
16 лет назад |
Baptiste Coudurier
|
a5929abe7a
adjust time rate according to elst time offset
|
16 лет назад |
Baptiste Coudurier
|
4c125b8f6e
fix compilation with DEBUG defined, field does not exist anymore
|
16 лет назад |
Baptiste Coudurier
|
04e06cfa20
cosmetics: sample_to_chunk -> stsc
|
16 лет назад |
Baptiste Coudurier
|
a234e38d6e
cosmetics: sample_to_ctime -> ctts
|
16 лет назад |
Baptiste Coudurier
|
1975c52c2a
remove useless field
|
16 лет назад |
Baptiste Coudurier
|
425c9962b2
fix doxygen
|
16 лет назад |
Stefano Sabatini
|
8e2fd8e1d4
Replace the calls to the deprecated av_alloc_format_context() with
|
16 лет назад |
Baptiste Coudurier
|
baf2ffd329
offset dts according to edit list, hackish but works, based on patch by Reimar
|
16 лет назад |
Baptiste Coudurier
|
bf252f7f6f
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818
|
16 лет назад |
Baptiste Coudurier
|
8dc81a4524
seek at 0 when timestamp requested is negative
|
16 лет назад |
Aurelien Jacobs
|
dce25564cc
'code' is used to index a table so make it unsigned
|
16 лет назад |
Baptiste Coudurier
|
f53ee31275
change sample aspect ratio test to be more clear, print old one
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Aurelien Jacobs
|
9ce6c13879
export gcd function as av_gcd()
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
David Conrad
|
6cdbff63cd
Use the dimensions in tkhd for timed text tracks
|
16 лет назад |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 лет назад |
Baptiste Coudurier
|
64d50fa551
move ffindex set before mov_read_default so it can be used in functions
|
16 лет назад |
David Conrad
|
58e9f2edb6
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text
|
16 лет назад |
Baptiste Coudurier
|
fa50a0276f
only set le if value is 1, fix boom5.mov, issue #770
|
16 лет назад |
Baptiste Coudurier
|
364df7b7b9
cosmetics, remove useless parenthesis and whitespaces
|
16 лет назад |
Baptiste Coudurier
|
a15328249d
set alac channels from extradata, fix alac mono in m4a
|
16 лет назад |
Baptiste Coudurier
|
271344377a
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure
|
16 лет назад |
Baptiste Coudurier
|
6da5407401
parse pasp atom and set sample aspect ratio,
|
16 лет назад |