20859 Commits (9c3068c80eef5c6585a012ddc88438ad44faa422)
 

Author SHA1 Message Date
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 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
Jai Menon 2370338850 Fix max_coded_frame_size computation to account for byte alignment. 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
Martin Storsjö ff19d438dc Init i to 0 (10l fix). 16 years ago
Michael Niedermayer c4674a479b Make mpeg_probe() pass probetest. 16 years ago
Michael Niedermayer 6e7ef5ec35 Probetest, to test the demuxers probe functions against random and not so random 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
Måns Rullgård 9ecc414195 ARM: 10l: fix large FFTs 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
Jason Garrett-Glaser 03354862cb Update preset files to jive somewhat better with more recent x264 API. 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 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 16 years ago
Benjamin Larsson 000b8b8699 Add condition to aea demuxer probe. 16 years ago
Benjamin Larsson 04a6d1b0db Cosmetics. Renames, indentation and spacing. 16 years ago
Diego Biurrun 72cdcc0b9b Replace @node commands with @anchor to refer to specific points in the text. 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
Ramiro Polla 749fac310c Reset slice direction at end of each frame. 16 years ago
Ramiro Polla 9451b59fc6 Remove ; after while(0) in macros. 16 years ago
Ramiro Polla e20b196da1 Remove ; after while(0) in macros. 16 years ago
Ramiro Polla 0345f36bbd eval: Check for return value of memory allocations. 16 years ago
Ramiro Polla 7ef618796a Check for return value of some context allocations. 16 years ago
Vitor Sessak 600b9c5c8c Do not do free AVStream in case of error, this is not supposed to be 16 years ago
Benjamin Larsson 2dbcb03ad5 Remove table that was forgotten in the split. 16 years ago
Benjamin Larsson acc69c1cab Fix doxygen comment 16 years ago
Sascha Sommer bc7f96b184 reinit get_bits for every decode_packet call 16 years ago
Lars Täuber 6fa6c481b9 Make get_ur_golomb capable of reading 16 bit values. 16 years ago
Lars Täuber 6249c33e5a Fix a typo in the documentation. 16 years ago
Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 16 years ago
Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 16 years ago
Måns Rullgård 750f5034cf ARM: faster NEON IMDCT 16 years ago
Benjamin Larsson 61d00297ab Cosmetics, add spaces 16 years ago
Benjamin Larsson c64c0a9b76 Move get_arg to avoid future declaration of function when 16 years ago