238 Commits (b19bcbaa78a99691d24f89cb2447f8517f06cf81)

Author SHA1 Message Date
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Baptiste Coudurier 4440b1188e simplify, no need for a function 18 years ago
Baptiste Coudurier 54a5c7193b fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti 18 years ago
Baptiste Coudurier b236a735e5 remove no more true comment 18 years ago
Baptiste Coudurier e23848a49c cosmectics, use consistant and homogeneous type names for atoms 18 years ago
Baptiste Coudurier f8c18cd711 use dprintf with AVFormatContext and simplify 18 years ago
Baptiste Coudurier 1c086afc21 remove now obsolete and no more true comments 18 years ago
Baptiste Coudurier 263a93ecff add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov 18 years ago
Baptiste Coudurier 1c02d96f6d long -> int 18 years ago
Baptiste Coudurier 9e40addd21 cosmetics: mov_mp4 -> mp4 18 years ago
Baptiste Coudurier 0b07ac425a clean and simplify esds reading function 18 years ago
Baptiste Coudurier d614f57978 remove broken ctab code 18 years ago
Baptiste Coudurier fa22ca2214 use INT64_MAX 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Baptiste Coudurier 11979c460c move atom size check before parsing function search 18 years ago
Baptiste Coudurier a097e559b2 unset sample count to disable track when is broken 18 years ago
Baptiste Coudurier 62b6498df2 break if atom size is more than size left in container atom, fix shooter.mov 18 years ago
Baptiste Coudurier c59f24e657 activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 18 years ago
Baptiste Coudurier b0c17f7776 dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 18 years ago
Baptiste Coudurier ccba88d764 cosmectics, mov -> mp4 18 years ago
Baptiste Coudurier e14f79ed37 cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame 18 years ago
Baptiste Coudurier 638fd2fce7 cosmetics 18 years ago
Baptiste Coudurier 2d2432b738 set audio frame size based on stts 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Baptiste Coudurier 1e5f5e3b7a use common tables for mov muxer and demuxer 18 years ago
Baptiste Coudurier 25f5f17fbd cosmetics, cleanup tables, add pcm 24/32 le tags 18 years ago
Baptiste Coudurier b0c59da234 partial avid meridien uncompressed support 18 years ago
Baptiste Coudurier 57d4d6e733 avid imx support 18 years ago
Baptiste Coudurier 9a63497b0f support for mjpeg bottom field first in mov 18 years ago
Baptiste Coudurier 014a510282 use generic atom to extradata reading function 18 years ago
Baptiste Coudurier c828c70916 quicktime 'raw ' support 18 years ago
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