Baptiste Coudurier
5340a0bc9c
wide atom is only defined in mov, use free for mp4/3gp
...
Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
7228914047
set elst start time to first pts
...
Originally committed as revision 5981 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2c5ad5fd74
use correct tag for h263 in mov
...
Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
87494ea03c
detailed infos about d263 atom
...
Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
915282e5b8
indention
...
Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5997ed786a
only set fields for mov, reserved for 3gp, mp4
...
Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
80f05e7981
sampleSize field to 16, reserved for mp4 and 3gp
...
Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
86ca5710bb
mp4, 3gp field is reserved and value is 2
...
Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
57ef6acc39
use ternary
...
Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c096ebca48
vbr compression id is only used in mov
...
Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e40ee6a268
move common code from mov.c and movenc.c to isom.c
...
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
9d9f4119bd
move common stuff from avienc.c and wav.c to new file riff.c
...
Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ff70e60176
allow individual selection of muxers and demuxers
...
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d2a067d1d9
give AVInput/OutputFormat structs consistent names
...
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ac3e183403
av_get_bits_per_sample and due simplifications
...
Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
06fcf56c50
typo fix
...
Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
875f92876a
10l, all modes is 0x81FF
...
Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b7d9da100d
simplify and write correct values conforming to specs
...
Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2111e3f9f2
check for unparsed AMR input
...
Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9a39cd35b8
vbr requires version=1 and samplesize=0 per QT spec
...
untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done
Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5cb49ca11b
write exact values for audio stsd v1
...
Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
42fb414804
check only existing streams
...
Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
0aec3c5cbf
simplify
...
Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
aa1c1c615a
fix aac in mov for ipod
...
Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
...
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
a97c1e93aa
Add (mostly) const to variable and parameter declaration, where a char* was
...
used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their declaring source file.
patch by Stefan Huehner stefan%%at%%huehner%%dot%%org
Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
543eebd568
fix mp3 muxing
...
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
7cf0e16f96
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
...
merging some related stuff from mobilehackers
Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ed90d370ec
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
...
Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6f276720ac
dont write LAVF_ID if bitexact and any meta tag is set
...
Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
efda33957f
simplify meta tag writing code
...
Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2c95f59f06
fix avc nal parsing
...
Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5e0c720a4e
fix mulaw muxing
...
Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6dd19fff4d
do not write wave if not needed
...
Originally committed as revision 5377 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3a72cbd9f0
fix AMR muxing in mov
...
Originally committed as revision 5376 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
fcef991a85
add pcm 24/32 le/be support
...
Originally committed as revision 5375 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
08db8f1846
simplify
...
Originally committed as revision 5374 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
039627cf48
clean and simplify
...
Originally committed as revision 5373 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b451719e07
simplify, amr.c sets frame_size to 160, and sample size is always 8000
...
Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
9c09db541e
fix damr atom, needed for quicktime player
...
Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
98d12b09af
move declaration to mov.h
...
Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5616f85deb
clean and simplify mov_write_packet
...
Originally committed as revision 5289 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
611fd605a3
get avcC profile and level indication from sps (from handbrake)
...
Originally committed as revision 5287 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
18c697acce
write mdat in write_header avoid check in write_packet
...
Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
32ba6fb141
dont write stss atom if keyframes only
...
Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a336965e70
fix edts for tracks without b frames
...
Originally committed as revision 5282 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
87b041e0f0
little h.264 related hunk from diff between cvs and mobile hackerz
...
Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9e282ba382
the PSP rejects video with too high bitrates so lets claim they arent too high ...
...
Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a3a80ddca0
use 64bit atom version if needed
...
Originally committed as revision 5220 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3cdc7eb474
dvcpro is 411p in fact
...
Originally committed as revision 5199 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago