Baptiste Coudurier
|
fcb4228c86
|
skip empty data packets in flv, fix input.flv
Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-04-02 03:52:19 +00:00 |
|
Baptiste Coudurier
|
f03a081df0
|
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v
Originally committed as revision 18181 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-25 06:07:13 +00:00 |
|
Baptiste Coudurier
|
5c5776e10d
|
allocate tracks instead of using MAX_STREAMS
Originally committed as revision 18140 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-22 03:52:55 +00:00 |
|
Baptiste Coudurier
|
44dff0058e
|
init ext sample rate to 0 if not present
Originally committed as revision 18139 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-22 02:53:01 +00:00 |
|
Baptiste Coudurier
|
08a5b4e9b5
|
since code now use get_bits_long, allocate padding buffer
Originally committed as revision 18138 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-22 02:47:35 +00:00 |
|
Baptiste Coudurier
|
5f01c1258f
|
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835
Originally committed as revision 18137 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-22 02:04:28 +00:00 |
|
Baptiste Coudurier
|
a0dd3c0039
|
reset codec width/height for h264 forcing decoder to parse extradata
Originally committed as revision 18134 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 23:29:34 +00:00 |
|
Baptiste Coudurier
|
64159a588b
|
check if feed max file size is too small
Originally committed as revision 18109 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 10:32:43 +00:00 |
|
Baptiste Coudurier
|
1f611549e2
|
cosmetics, reindent and remove empty line
Originally committed as revision 18108 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 10:29:37 +00:00 |
|
Baptiste Coudurier
|
861ec13aae
|
new Truncate option which will make feeder truncate feed file
Originally committed as revision 18107 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 10:28:49 +00:00 |
|
Baptiste Coudurier
|
31e2d5d321
|
update ffserver regression ref
Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 10:03:37 +00:00 |
|
Baptiste Coudurier
|
85fe4ae0d0
|
do not call av_find_stream_info if stream is ffm, should fix stalling
Originally committed as revision 18104 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 09:58:07 +00:00 |
|
Baptiste Coudurier
|
0bdd8b858f
|
send busy reply if max connections number is exceeded
Originally committed as revision 18103 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 09:56:25 +00:00 |
|
Baptiste Coudurier
|
be2a6e2f82
|
fix compilation when DEBUG_SEEK is defined
Originally committed as revision 18099 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 07:36:25 +00:00 |
|
Baptiste Coudurier
|
92a0f33878
|
fix valid seeking range
Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 07:35:52 +00:00 |
|
Baptiste Coudurier
|
7e24aa0c13
|
adjust write index if not set
Originally committed as revision 18097 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 06:52:55 +00:00 |
|
Baptiste Coudurier
|
a9c6fc7b3e
|
update seek regression ref due to 18063
Originally committed as revision 18096 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 05:03:11 +00:00 |
|
Baptiste Coudurier
|
b4800b8b7d
|
protect realloc overflow
Originally committed as revision 18088 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-21 00:50:51 +00:00 |
|
Baptiste Coudurier
|
7c45723a98
|
resync ffm if error in stream
Originally committed as revision 18065 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:44:45 +00:00 |
|
Baptiste Coudurier
|
21c6438f2c
|
typo, fix eof check
Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:39:55 +00:00 |
|
Baptiste Coudurier
|
b9edbe9953
|
do not write ffm write index by default, detect if file is being written and return EOF
Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:23:33 +00:00 |
|
Baptiste Coudurier
|
20f93c3ccf
|
check av_find_stream_info return value
Originally committed as revision 18060 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:07:22 +00:00 |
|
Baptiste Coudurier
|
77553ae360
|
uniformize log messages and add some more
Originally committed as revision 18059 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:05:51 +00:00 |
|
Baptiste Coudurier
|
042819c520
|
use lfg and ff_random_get_seed instead of deprecated av_random
Originally committed as revision 18058 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 01:00:53 +00:00 |
|
Baptiste Coudurier
|
637af098fd
|
check if feed and stream already exist before registering new one
Originally committed as revision 18057 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-20 00:55:00 +00:00 |
|
Baptiste Coudurier
|
876578914b
|
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available
Originally committed as revision 18052 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-19 21:57:14 +00:00 |
|
Baptiste Coudurier
|
3a5601885b
|
move max analyze duration check before considering new packet
Originally committed as revision 18051 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-19 21:54:34 +00:00 |
|
Baptiste Coudurier
|
f05783c2db
|
cosmetics, remove useless braces
Originally committed as revision 18004 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:46:57 +00:00 |
|
Baptiste Coudurier
|
9bf1b2683c
|
simplify printing
Originally committed as revision 18003 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:46:28 +00:00 |
|
Baptiste Coudurier
|
f584386d54
|
reindent
Originally committed as revision 18002 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:44:16 +00:00 |
|
Baptiste Coudurier
|
c6026e4360
|
fix trkn metadata parsing
Originally committed as revision 18001 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:43:38 +00:00 |
|
Baptiste Coudurier
|
0fb44a4e47
|
move read_udta_string up to avoid forward declaration
Originally committed as revision 18000 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:06:05 +00:00 |
|
Baptiste Coudurier
|
873358e5d4
|
more generic metadata handling
Originally committed as revision 17999 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 06:03:29 +00:00 |
|
Baptiste Coudurier
|
2229a5c60e
|
do not set isom if ctype is not set, happens in mov
Originally committed as revision 17998 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-16 05:13:55 +00:00 |
|
Baptiste Coudurier
|
df8843c65f
|
search for hdlr atom in meta, some files do not store version+flags
Originally committed as revision 17996 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 23:54:53 +00:00 |
|
Baptiste Coudurier
|
3c6547bede
|
add my gpg key fingerprint
Originally committed as revision 17983 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 11:21:11 +00:00 |
|
Baptiste Coudurier
|
7c4502c8c4
|
typo in the mail, the 4am commit is always the worst
Originally committed as revision 17981 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 10:53:12 +00:00 |
|
Baptiste Coudurier
|
4909e517fd
|
cosmetics
Originally committed as revision 17980 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 10:49:52 +00:00 |
|
Baptiste Coudurier
|
983bdd3788
|
add my copyright in mov de/muxer
Originally committed as revision 17979 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 10:49:28 +00:00 |
|
Baptiste Coudurier
|
e49da8273b
|
allocate palette in codec directly
Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 09:44:57 +00:00 |
|
Baptiste Coudurier
|
6c00a9dec2
|
cosmetics, add some whitespaces and empty lines
Originally committed as revision 17975 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 09:06:36 +00:00 |
|
Baptiste Coudurier
|
3d45a83a59
|
add loglevel option to set libav* logging level, -v does not set it anymore
Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 07:23:18 +00:00 |
|
Baptiste Coudurier
|
f0f2218dce
|
do not modify sample_count, check against index entries
Originally committed as revision 17972 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-15 07:21:22 +00:00 |
|
Baptiste Coudurier
|
ed6ae6a58b
|
use utc time for timestamp and do not set it if not specified
Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-14 23:39:52 +00:00 |
|
Baptiste Coudurier
|
36a12218db
|
swf timestamps are 16 bits
Originally committed as revision 17969 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-14 22:51:38 +00:00 |
|
Baptiste Coudurier
|
40a1d41fd2
|
remove unused fields in swf context
Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-14 22:49:01 +00:00 |
|
Baptiste Coudurier
|
2261a952f9
|
do not parse timestamp if bitexact is set, should fix regression tests
Originally committed as revision 17967 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-14 22:43:28 +00:00 |
|
Baptiste Coudurier
|
4e35ffa978
|
fix swf seeking by fixing new stream detection
Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-13 19:37:05 +00:00 |
|
Baptiste Coudurier
|
fc34a08d77
|
remove sws_flags, seems to have no effect
Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-12 03:17:36 +00:00 |
|
Baptiste Coudurier
|
27ad7d3a96
|
stag option to force subtitle tag
Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:14:19 +00:00 |
|
Baptiste Coudurier
|
d168b3fd2d
|
reindent
Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:05:18 +00:00 |
|
Baptiste Coudurier
|
7943a90a0d
|
keep original tag when stream copying subs with ipod format
Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:04:44 +00:00 |
|
Baptiste Coudurier
|
c569bd0632
|
ipod supports both subs tags
Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:03:42 +00:00 |
|
Baptiste Coudurier
|
80357cfcfb
|
reindent
Originally committed as revision 17937 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:02:59 +00:00 |
|
Baptiste Coudurier
|
9f52055463
|
write correct atoms based on tag and not format, fixes subs stream copy
Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 08:01:39 +00:00 |
|
Baptiste Coudurier
|
d1df4da00b
|
use correct codec tag list for ipod format
Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 07:59:38 +00:00 |
|
Baptiste Coudurier
|
b686d0ab4b
|
mxf and mxf d10 regression tests
Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 07:16:19 +00:00 |
|
Baptiste Coudurier
|
f344ae8096
|
again 10l, typo, put_byte instead of put_buffer
Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 06:48:02 +00:00 |
|
Baptiste Coudurier
|
cafdc1876a
|
attempt to try to generate an random umid
Originally committed as revision 17932 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 06:15:00 +00:00 |
|
Baptiste Coudurier
|
00b7fbdcf5
|
10l, set ret to 0 when finished
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 06:13:14 +00:00 |
|
Baptiste Coudurier
|
002c95d749
|
dump_format after av_write_header to print updated parameters
Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 06:06:18 +00:00 |
|
Baptiste Coudurier
|
a2523ce2e2
|
fix subs track height, set track->height to codec height if not set
Originally committed as revision 17929 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-11 06:04:56 +00:00 |
|
Baptiste Coudurier
|
af79f1ae78
|
reindent
Originally committed as revision 17898 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 04:17:12 +00:00 |
|
Baptiste Coudurier
|
6b4fab72df
|
change path pattern to be similar to existing files, and remove useless buffer
Originally committed as revision 17896 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 03:34:15 +00:00 |
|
Baptiste Coudurier
|
4070629dfa
|
merge struct declaration and definition
Originally committed as revision 17895 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 02:49:47 +00:00 |
|
Baptiste Coudurier
|
0c8f772791
|
write map packet every 100 packets according to specs
Originally committed as revision 17894 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 02:47:32 +00:00 |
|
Baptiste Coudurier
|
aaa43de31a
|
write flt packet, might need some tweaking but it works
Originally committed as revision 17893 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 01:35:00 +00:00 |
|
Baptiste Coudurier
|
a96b1a903a
|
correctly interleave audio and video according to specs
Originally committed as revision 17892 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 01:10:28 +00:00 |
|
Baptiste Coudurier
|
9885e9a63a
|
write timecode track in gxf
Originally committed as revision 17891 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 00:15:29 +00:00 |
|
Baptiste Coudurier
|
46a7e3ec14
|
write timecode track in gxf
Originally committed as revision 17890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-09 00:14:55 +00:00 |
|
Baptiste Coudurier
|
33605366ee
|
compute media info in write_header
Originally committed as revision 17889 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 22:23:44 +00:00 |
|
Baptiste Coudurier
|
cd34fd9c8c
|
factorize write packet
Originally committed as revision 17888 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 22:14:26 +00:00 |
|
Baptiste Coudurier
|
990287c468
|
remove unneeded and empty user data
Originally committed as revision 17886 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 22:12:56 +00:00 |
|
Baptiste Coudurier
|
6b43d2d075
|
uniformize variable names and remove duplicating fields in private structs
Originally committed as revision 17884 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 21:55:08 +00:00 |
|
Baptiste Coudurier
|
8b9c94e0bd
|
remove useless fields
Originally committed as revision 17883 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 21:08:06 +00:00 |
|
Baptiste Coudurier
|
48d58e592a
|
add ff_random_get_seed to be used in conjunction with random functions
Originally committed as revision 17868 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-08 01:28:14 +00:00 |
|
Baptiste Coudurier
|
e34a5996b9
|
dv probe
Originally committed as revision 17607 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-26 08:45:59 +00:00 |
|
Baptiste Coudurier
|
28c1720023
|
fix index edit rate, inverse num and den
Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-25 08:09:13 +00:00 |
|
Baptiste Coudurier
|
e38badbc21
|
simplify, use codec->block_align
Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-25 08:08:10 +00:00 |
|
Baptiste Coudurier
|
37653f0b93
|
set channel number even for inactive channels
Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-25 08:06:15 +00:00 |
|
Baptiste Coudurier
|
6df1deda30
|
do not set frame start bit since marked as not used and factorize
Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-25 08:05:43 +00:00 |
|
Baptiste Coudurier
|
40284e9c8b
|
start track id at 2, track id 1 for timecode
Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-23 19:51:16 +00:00 |
|
Baptiste Coudurier
|
a9d3c6692e
|
mention MXF D-10 Mapping muxer in documentation
Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-22 10:47:16 +00:00 |
|
Baptiste Coudurier
|
d8f28a7727
|
add bandwidth before failing if feed is already being received
Originally committed as revision 17516 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-22 02:06:55 +00:00 |
|
Baptiste Coudurier
|
0047372722
|
do not set error if an unknown parameter is in config file, just skip
Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-22 02:04:24 +00:00 |
|
Baptiste Coudurier
|
bc64cb9680
|
check av_get_packet return value
Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-22 01:07:46 +00:00 |
|
Baptiste Coudurier
|
0d8f0abfb9
|
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem
Originally committed as revision 17509 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-22 00:20:07 +00:00 |
|
Baptiste Coudurier
|
d2718187b9
|
parse aac extradata to fetch channels and sample rate, patch from Netgem
Originally committed as revision 17506 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-21 23:54:50 +00:00 |
|
Baptiste Coudurier
|
7b05a81687
|
fix partition index byte count
Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 07:14:23 +00:00 |
|
Baptiste Coudurier
|
454d53ed9e
|
always use multi track since timecode track is present
Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 07:13:57 +00:00 |
|
Baptiste Coudurier
|
6739fa54b8
|
fix preface version
Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 04:57:54 +00:00 |
|
Baptiste Coudurier
|
50ced76f4b
|
check fifo size and realloc if needed
Originally committed as revision 17420 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 04:42:31 +00:00 |
|
Baptiste Coudurier
|
ef33facdfe
|
start counting track number from 0
Originally committed as revision 17419 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 02:57:41 +00:00 |
|
Baptiste Coudurier
|
5bea4f6770
|
remove redundant comment
Originally committed as revision 17418 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 02:18:52 +00:00 |
|
Baptiste Coudurier
|
c3ff541baa
|
do not write slice count when muxing cbr
Originally committed as revision 17417 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 02:13:59 +00:00 |
|
Baptiste Coudurier
|
8ab94b524b
|
flush pending write in mxf_write_footer
Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 01:43:40 +00:00 |
|
Baptiste Coudurier
|
659713bf86
|
use index 0 for timecode track and write it in source package also
Originally committed as revision 17415 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 01:35:36 +00:00 |
|
Baptiste Coudurier
|
6c53bf63c6
|
fix rip body sid when muxing cbr
Originally committed as revision 17414 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 01:05:06 +00:00 |
|
Baptiste Coudurier
|
42c6850ed2
|
simplify descriptor size computation logic
Originally committed as revision 17410 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-18 00:12:05 +00:00 |
|
Baptiste Coudurier
|
e86a14ded9
|
fetch display aspect ratio from mpeg-2 essence
Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-02-16 12:48:45 +00:00 |
|