5329 Commits (6b27353cfdadeea5913c4dbdbc322289a47a7e2c)

Author SHA1 Message Date
Reimar Döffinger 98487a5b69 Make dnxhd probe more strict, fail if we detect values in header that would 15 years ago
Michael Niedermayer 89c4e176f6 Rewrite h261_probe(). 15 years ago
Reimar Döffinger 05bdd33a12 Make DTS probe more robust against false positives (as e.g. probetest shows). 15 years ago
Reimar Döffinger 9f449d57c7 Check the index validity more thoroughly for the c93 probe function. 15 years ago
Reimar Döffinger ddbb7c9be2 Add more sanity checks for header elements, rejecting files with clearly 15 years ago
Michael Niedermayer e4c01d408a Rewrite h263_probe(). 15 years ago
Reimar Döffinger 21ab5c5827 Extend check for integer overflow for malloc argument to take into account 15 years ago
Kostya Shishkov 65d6d40350 Fix wrong logical operator which causes too relaxed checking in VC-1 test 15 years ago
Reimar Döffinger 8466ab59b2 Check buffer size for idcin check, otherwise false positives are too likely for 15 years ago
Baptiste Coudurier 8bb7dda2f7 ensure pes buffer is set to avoid segv 15 years ago
Baptiste Coudurier 8956f68014 reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t 15 years ago
Benjamin Larsson 000b8b8699 Add condition to aea demuxer probe. 15 years ago
Reimar Döffinger cbb5da57cd When resetting vst->pkt.data to NULL, also set vst->slices. 15 years ago
Ivan Schreter dbe0ad85c1 Use I/O buffer size as initial value for backoff for seeking sync point search. 15 years ago
Benjamin Larsson 61d00297ab Cosmetics, add spaces 15 years ago
Benjamin Larsson d0b57c6f85 Initial commit of the MD studio demuxer, not hooked up yet 15 years ago
shinya.tesutosan@hotmail.com e5f58f81f7 Document padding for AVProbeData. 15 years ago
Maksym Veremeyenko 2c14ded386 Fix a bug with reading non-interleaved AVI if one the streams is 15 years ago
Maksym Veremeyenko b60de406a4 Factorise st->nb_index_entries check. 15 years ago
Baptiste Coudurier e4bc8af1e6 check entries against field_size, potential malloc overflow in read_stsz, fix #1357 15 years ago
Baptiste Coudurier 1c4bf2ec37 add one missing check for stream existence in read_elst, fix #1364 15 years ago
Martin Storsjö b126dee964 Use all 32 bits of the timestamp when calculating flv duration. 15 years ago
Ivan Schreter af8aae3fa3 disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) 15 years ago
Reimar Döffinger 88e70e1b0a ff_rm_metadata is const. 15 years ago
Reimar Döffinger ed034f6c59 ff_id3v1_genre_str table should be const. 15 years ago
Reimar Döffinger 4d2a4dfd88 100l, all avlanguage tables should be both static and const. 15 years ago
Ivan Schreter 7a656933c9 cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) 15 years ago
Reimar Döffinger 61e8efd35e Search for ipmovie signature beyond the start of the file. 15 years ago
Reimar Döffinger 78bfe6c3c1 Extend ipmovie signature to match exactly one place in mve files that have a 15 years ago
Justin Ruggles d2a47a578e Remove fake Speex header creation from FLV demuxer. Having it there was not the 15 years ago
Justin Ruggles 1d07029fea Add frame_size as a codec parameter requirement for Speex in 15 years ago
Josh Harris f2086fb50e Fix incorrect display of ASF/WMV duration after r12926. 15 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 15 years ago
Ivan Schreter 608be2acef Cosmetic changes in read_seek* routines. 15 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 15 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 15 years ago
Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 15 years ago
Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 15 years ago
Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 15 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 15 years ago
Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 15 years ago
Måns Rullgård cf5ec60740 mpegts: change variable-length array to fixed length 15 years ago
Aurelien Jacobs 429eeecd5a matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 15 years ago
Aurelien Jacobs e26444079c matroskadec: factorize some code 15 years ago
Ivan Schreter a8dd8dc6e9 Use generic multi-stream key frame finding routine to implement read_seek2 and map 15 years ago
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 15 years ago
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 15 years ago
Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 15 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 15 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago