205 Commits (b956373b6f62bfc72b71070b50f1f053225cab8a)

Author SHA1 Message Date
Baptiste Coudurier e809d7e50a remove some printf warnings 18 years ago
Baptiste Coudurier 01aa1937cf make vars unsigned 18 years ago
Baptiste Coudurier 649348777e stop if current sample is higher than sample count 18 years ago
Baptiste Coudurier 560588b717 replace strcpy by memcpy 18 years ago
Baptiste Coudurier a20a37e69a remove useless field 18 years ago
Baptiste Coudurier 69e7070da6 remove obsolete comment 18 years ago
Baptiste Coudurier 44d3fea53b make some fields unsigned 18 years ago
Baptiste Coudurier dfcf8d57c5 add sanity checks 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Baptiste Coudurier 429088dc52 add msrle fourcc, quicktime_bmp.mov 18 years ago
Baptiste Coudurier 69d987a6e6 add png fourcc 18 years ago
Baptiste Coudurier c3135e11f4 add official VC1 fourcc 18 years ago
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin 18 years ago
Baptiste Coudurier 8cb976931a partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 18 years ago
Baptiste Coudurier 95a07973cb support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov 18 years ago
Baptiste Coudurier 48855b26d4 do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov 18 years ago
Baptiste Coudurier 80c5b9a161 indention 18 years ago
Baptiste Coudurier 152e9a43f2 reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Baptiste Coudurier a512446ed3 clean, always write major brand for debug 18 years ago
Baptiste Coudurier 02799762c6 remove useless mp4 field 18 years ago
Baptiste Coudurier b59cb45632 remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Baptiste Coudurier 20da94e8c5 activate gif decoder, seems to work fine on showdown2.mov 18 years ago
Baptiste Coudurier d966b2f0db warn about zlib support needed if file has compressed moov atom 18 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 18 years ago
Michael Niedermayer 143bf7d7c3 dont mess with ByteIOContext internal variables (fixes showdown2.mov) 18 years ago
Dominik Mierzejewski ccd3228e54 Use proper PRI?64 macros for %ll? format to fix printf format warnings: 18 years ago
Kostya Shishkov a991b1fecb TIFF decoder 18 years ago
Kostya Shishkov 3689cf1649 Targa image decoder 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Baptiste Coudurier b95d44b6f4 remove useless casts 18 years ago
Baptiste Coudurier 9a630c2532 remove useless casts 18 years ago
Baptiste Coudurier 626a8fe724 remove gcc warnings about void * used in arithmetic 18 years ago
Baptiste Coudurier 9770089d34 move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov 18 years ago
Baptiste Coudurier e6f4c806e3 add lpcm fourcc 18 years ago
Baptiste Coudurier 0299a87c41 change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov 18 years ago
Michael Niedermayer a41104f86a fix sound of SampleVideo.mov (mp2 in mov) 18 years ago
Baptiste Coudurier c61900c6e9 fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong 18 years ago
Baptiste Coudurier b95319a2f2 move amr parameters adjusting like other codecs 18 years ago
Baptiste Coudurier d00f8e1771 dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them 18 years ago
Baptiste Coudurier 312954f056 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier 989ac5a685 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier b60c04547c support vdva fourcc (dv + dv audio in mov) 18 years ago
Baptiste Coudurier b361ba2a45 fourcc cleanup 18 years ago
Baptiste Coudurier 61e3dd7865 enable 'NONE' audio fourcc 18 years ago
Baptiste Coudurier 2965f17b4f sample size is 1 if bits per sample is 8 and mono channel 18 years ago
Baptiste Coudurier e40ee6a268 move common code from mov.c and movenc.c to isom.c 18 years ago
Baptiste Coudurier 986c2ccb19 add some useful debug info 18 years ago