5208 Commits (953c821f9b8402cc8d4b4843612a2f594c97be75)

Author SHA1 Message Date
Michael Niedermayer 1bc8c36125 Print a warning if a format has been detected with a low score. 16 years ago
Michael Niedermayer c36823fd3d Print at debug level the score with which probing succeeded. 16 years ago
Michael Niedermayer 8a6c7a5286 Fix indention after last commit. 16 years ago
Michael Niedermayer e07b882b4d Improve amortized worst case speed of the muxers packet interleaving code 16 years ago
Kostya Shishkov ebd3e99de9 reindent after last commit and remove unneeded empty line 16 years ago
Kostya Shishkov f53c9089f6 Make MPC SV8 probe skip tags until stream header is found 16 years ago
Reimar Döffinger 0d6da4b831 Fix overflow check insufficiently improved in r19840. 16 years ago
Peter Ross 5f14b56593 Core Audio Format demuxer 16 years ago
Peter Ross 2d423666c0 Make mov LPCM and AAC parsing functions public 16 years ago
Kostya Shishkov 9117213313 Enhance Musepack SV8 probing code 16 years ago
Michael Niedermayer e458dd0be0 Flv should be AVFMT_VARIABLE_FPS. 16 years ago
Michael Niedermayer 657eca1f8b Upgrade a few important messages to AV_LOG_WARNING. 16 years ago
Michael Niedermayer 0355537605 Fix indention after previous commit. 16 years ago
Michael Niedermayer ddce56efc5 Make packet interleaving in the muxer not scan through the whole 16 years ago
Michael Niedermayer 42831b46ef Also reset *_end in flush_packet_queue(). 16 years ago
Justin Ruggles ea25c063c3 10l: set genre default immediately before reading genre tag 16 years ago
Justin Ruggles d891cbb444 Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). 16 years ago
Kostya Shishkov 9155be47d1 Do not set 0 FPS in VC-1 test stream format demuxer. 16 years ago
Kostya Shishkov 05db409c28 Check for explicit 32-bit FPS value so it works on 64-bit systems too 16 years ago
Kostya Shishkov 23218a9801 Make probing for VC1 test bitstream format stricter 16 years ago
Michael Niedermayer 37e34df5a5 Check offset in flv_probe() 16 years ago
Michael Niedermayer 0535f919d5 Do not return values above AVPROBE_SCORE_MAX from probe(). 16 years ago
Michael Niedermayer 2a3caca2b1 Make h261 and mpegvideo probe a little more robust so they dont fail with 16 years ago
Michael Niedermayer c4674a479b Make mpeg_probe() pass probetest. 16 years ago
Reimar Döffinger 3489e150d9 Slightly stricter MPEG-PES probing, fixes issue 1383. 16 years ago
Reimar Döffinger 5837e4ca33 Vastly improved mm_probe function, passes probetest. 16 years ago
Reimar Döffinger 97e078087b Improve sierravmd probe. It is still quite weak, but further improvements 16 years ago
Michael Niedermayer 1ac9563075 Slighty tweak mp3 probe threshold to prevent probetest from complaining. 16 years ago
Reimar Döffinger 6377de611a Try harder to avoid false positives for DV probe. 16 years ago
Reimar Döffinger 98487a5b69 Make dnxhd probe more strict, fail if we detect values in header that would 16 years ago
Michael Niedermayer 89c4e176f6 Rewrite h261_probe(). 16 years ago
Reimar Döffinger 05bdd33a12 Make DTS probe more robust against false positives (as e.g. probetest shows). 16 years ago
Reimar Döffinger 9f449d57c7 Check the index validity more thoroughly for the c93 probe function. 16 years ago
Reimar Döffinger ddbb7c9be2 Add more sanity checks for header elements, rejecting files with clearly 16 years ago
Michael Niedermayer e4c01d408a Rewrite h263_probe(). 16 years ago
Reimar Döffinger 21ab5c5827 Extend check for integer overflow for malloc argument to take into account 16 years ago
Kostya Shishkov 65d6d40350 Fix wrong logical operator which causes too relaxed checking in VC-1 test 16 years ago
Reimar Döffinger 8466ab59b2 Check buffer size for idcin check, otherwise false positives are too likely for 16 years ago
Baptiste Coudurier 8bb7dda2f7 ensure pes buffer is set to avoid segv 16 years ago
Baptiste Coudurier 8956f68014 reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t 16 years ago
Benjamin Larsson 000b8b8699 Add condition to aea demuxer probe. 16 years ago
Reimar Döffinger cbb5da57cd When resetting vst->pkt.data to NULL, also set vst->slices. 16 years ago
Ivan Schreter dbe0ad85c1 Use I/O buffer size as initial value for backoff for seeking sync point search. 16 years ago
Benjamin Larsson 61d00297ab Cosmetics, add spaces 16 years ago
Benjamin Larsson d0b57c6f85 Initial commit of the MD studio demuxer, not hooked up yet 16 years ago
shinya.tesutosan@hotmail.com e5f58f81f7 Document padding for AVProbeData. 16 years ago
Maksym Veremeyenko 2c14ded386 Fix a bug with reading non-interleaved AVI if one the streams is 16 years ago
Maksym Veremeyenko b60de406a4 Factorise st->nb_index_entries check. 16 years ago
Baptiste Coudurier e4bc8af1e6 check entries against field_size, potential malloc overflow in read_stsz, fix #1357 16 years ago
Baptiste Coudurier 1c4bf2ec37 add one missing check for stream existence in read_elst, fix #1364 16 years ago