303 Commits (bd991df2a76e89a84c88bd65b3e317f9b35e3a95)

Author SHA1 Message Date
Baptiste Coudurier bd991df2a7 move specific end treatment when trak is detected, will be needed for fragments 17 years ago
Baptiste Coudurier 23f0861715 simplify, flags is 24bits according to specs 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Baptiste Coudurier 0de2157fa4 set codec bps to grayscale bits, fix 256grey.mov 17 years ago
Baptiste Coudurier da00a1bdf4 add weird first atom to probe, finally fix bartjones.mov 17 years ago
Baptiste Coudurier dbb3765779 free in case of multiple type == 2 17 years ago
Baptiste Coudurier 2f4568e525 return error if malloc fails 17 years ago
Baptiste Coudurier dbb7cbf26e fix possible overflow with memmove 17 years ago
Baptiste Coudurier 26846ba515 support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking 17 years ago
Baptiste Coudurier 221e21b70d support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov 17 years ago
Baptiste Coudurier 60f5c96ee6 remove useless braces 17 years ago
Baptiste Coudurier 18978a4918 indentation 17 years ago
Baptiste Coudurier 6d680e1b50 rescale frame size, fix i.3g2 17 years ago
Baptiste Coudurier f296563e5f move parameters reset after setting stream parameters, will need those infos 17 years ago
Baptiste Coudurier 852859ff7c protect malloc overflow 17 years ago
Baptiste Coudurier 17871a02ad indentation 17 years ago
Baptiste Coudurier b014dd7695 fail if extradata cannot be allocated 17 years ago
Baptiste Coudurier 501f162fde honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw 17 years ago
Baptiste Coudurier 6a1f4535f8 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, 17 years ago
Baptiste Coudurier d435e520d8 warn use if edit list is not starting at 0, a/v desync might occur 17 years ago
Baptiste Coudurier fffa99ddd0 remove now useless code 17 years ago
Baptiste Coudurier 531527652f remove messy and not always correct chunk size workaround, use correct values instead 17 years ago
Baptiste Coudurier 300aa2b039 return error when dv audio extraction fails 17 years ago
Baptiste Coudurier e6920f2445 remove obsolete comments 17 years ago
Baptiste Coudurier 3a3aa49ab7 remove useless braces 17 years ago
Baptiste Coudurier 311490cccd cosmetics, indentation, braces 17 years ago
Baptiste Coudurier 8cb66fd8f2 split chunks in the case of big compressed audio frames, 17 years ago
Baptiste Coudurier 77c7543702 use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 17 years ago
Baptiste Coudurier 56ea717b46 indentation 17 years ago
Baptiste Coudurier 4f0e712ecb more correct and simpler 17 years ago
Michael Niedermayer 744a9c75cf Allow the user to select which codec out of several in stsd he wants. 17 years ago
Reimar Döffinger cc8c2c6ab3 Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. 17 years ago
Michael Niedermayer cc8d87b793 Set subtitle codec id correctly, i hope this does not break anything. 17 years ago
Reimar Döffinger 7dfc1fdea2 Extract the pure plaintext from mov text subtitles. 17 years ago
Michael Niedermayer 1e3c9307e6 Set correct codec type and id for text subtitles. 17 years ago
Michael Niedermayer 41e19673ef indent 17 years ago
Michael Niedermayer ee6e2dbebf Only export packets which belong to the existing AVStream. 17 years ago
Michael Niedermayer 0bc4728e3b Select non jpeg if there are multiple substreams. 17 years ago
Baptiste Coudurier 29c90869e6 cosmetics, split overly long lines 17 years ago
Baptiste Coudurier bde246014f supports glbl atom containing generic extradata for all codecs 17 years ago
Baptiste Coudurier bcfe2ba02c useless 0L here 17 years ago
Baptiste Coudurier 282b65ccff remove now useless fields 17 years ago
Baptiste Coudurier 7c622eede5 do not retain useless pointers to avstream priv_data, use it directly 17 years ago
Baptiste Coudurier 11f16b661a remove duplicate field 17 years ago
Baptiste Coudurier 03dc32f689 cosmetics: func -> parse, remove useless parenthesis 17 years ago
Baptiste Coudurier a4813b671a remove useless declaration 17 years ago
Baptiste Coudurier 73d07c275a save pointer to parse table, it is unlikely to change 17 years ago
Baptiste Coudurier 23d2cfe9a5 remove useless seek 17 years ago
Baptiste Coudurier 01eeb422fd cosmetics 17 years ago
Baptiste Coudurier 687f35f384 support streamed mov/mp4 17 years ago