191 Commits (505dfb09d9455711e6407192088dadccfb30d59e)

Author SHA1 Message Date
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
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Baptiste Coudurier 2ec7b29b98 assign exact codec id, needed when stream copy 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Baptiste Coudurier 4990951be8 simplify, use LE_32, BE_32 macros 18 years ago
Baptiste Coudurier cfca95f14d clean up useless code 18 years ago
Baptiste Coudurier 1f1890c754 better handling of partial files 18 years ago
Baptiste Coudurier b72708f8f3 new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm 18 years ago
Baptiste Coudurier e8d2507c1a add MS ADPCM fourcc 18 years ago
Baptiste Coudurier e7cc4b52f9 skip others fourcc, if present 18 years ago
Baptiste Coudurier 421de2575b clean 18 years ago
Baptiste Coudurier 05edc1a75a export all tracks to libavformat layer 19 years ago
Baptiste Coudurier ef4c8bbfb7 check fseek return value 19 years ago
Baptiste Coudurier c3daf8d833 fix unused computed value 19 years ago