515 Commits (3d487db153fb4d149156b65c3ca2d9ab910d84f4)

Author SHA1 Message Date
Baptiste Coudurier 576f144529 indention 19 years ago
Baptiste Coudurier 6f2741f4a8 use of PRI macros in dprintf 19 years ago
Baptiste Coudurier 5148a2aeeb fix conversion types in dprintf 19 years ago
Baptiste Coudurier 0ab16fe09d fix a warning when DEBUG is defined 19 years ago
Michael Niedermayer 70a61ed4e4 some mov files have invalid pts so we need to consider these pts too in calculating the timabase 19 years ago
Baptiste Coudurier 6e2695947d set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier 79c343c024 referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier fc5188f3d1 add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier 6a045bf3bd Support mov stsd atom version 2. 19 years ago
Baptiste Coudurier b4712e3c8b CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
Baptiste Coudurier de23f234df Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) 19 years ago
Julian Scheid a7f41f91e7 The current_sample field is meant to be the sample number, not an offset into 19 years ago
Baptiste Coudurier 73920f079a simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Baptiste Coudurier bd12d3e9dc add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Baptiste Coudurier 4ea28253b6 add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) 19 years ago
Michael Niedermayer dcadd216f1 mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer 3253c51f3d useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer 75b5b63179 fix demuxing of Video006.3gp 19 years ago
Baptiste Coudurier 232d8a1fba mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> 19 years ago
Michael Niedermayer dbb4f00a2c 10l for myself 19 years ago
Baptiste Coudurier 4e5ef14f0a mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Alex Beregszaszi 6df84c3ad4 10l, fails to compile when debug enabled 19 years ago
Michael Niedermayer 3840147e12 stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) 19 years ago
Baptiste Coudurier e60b4ced1f mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) 19 years ago
Michael Niedermayer cd7352d5aa simplify timebase if possible 19 years ago
Michael Niedermayer 378251ad08 try avi video name -> codec_id mapping if the mov one has no match 19 years ago
Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
François Revol ab561df995 finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. 19 years ago
François Revol b9a87c4d6c fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
Michael Niedermayer da7272b335 set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing 19 years ago
Michael Niedermayer 302c389e4f sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale 19 years ago
Michael Niedermayer a254c5745b kill duplicated get/put_be24() 20 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Aurelien Jacobs a3075830f2 add hdv2 fourcc to MPEG2 codec mapping 20 years ago
Michael Niedermayer edfaf6de29 better dont read the width/height at all, its random anyway 20 years ago
Michael Niedermayer 961e0ccdca another chapter in the neverending mov demuxer cleanup 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer e2b9cf4e2e update current_sample number for non split mode 20 years ago
Michael Niedermayer 45139adf30 segfault fix 20 years ago
Michael Niedermayer 86d8602f62 support non interleaved mov files 20 years ago
Michael Niedermayer d57b7316c5 10l (overwriting w/h with 0) 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer de39cdf542 reverting 1.66 -> 1.67 change 20 years ago
François Revol 0d23cb8439 Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" 20 years ago