summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Check offset in flv_probe()Michael Niedermayer2009-09-15
* Do not return values above AVPROBE_SCORE_MAX from probe().Michael Niedermayer2009-09-15
* Make h261 and mpegvideo probe a little more robust so they dont fail withMichael Niedermayer2009-09-15
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-15
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-15
* Vastly improved mm_probe function, passes probetest.Reimar Döffinger2009-09-15
* Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger2009-09-15
* Slighty tweak mp3 probe threshold to prevent probetest from complaining.Michael Niedermayer2009-09-14
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-14
* Make dnxhd probe more strict, fail if we detect values in header that wouldReimar Döffinger2009-09-14
* Rewrite h261_probe().Michael Niedermayer2009-09-14
* Make DTS probe more robust against false positives (as e.g. probetest shows).Reimar Döffinger2009-09-14
* Check the index validity more thoroughly for the c93 probe function.Reimar Döffinger2009-09-14
* Add more sanity checks for header elements, rejecting files with clearlyReimar Döffinger2009-09-14
* Rewrite h263_probe().Michael Niedermayer2009-09-14
* Extend check for integer overflow for malloc argument to take into accountReimar Döffinger2009-09-14
* Fix wrong logical operator which causes too relaxed checking in VC-1 testKostya Shishkov2009-09-14
* Check buffer size for idcin check, otherwise false positives are too likely forReimar Döffinger2009-09-14
* ensure pes buffer is set to avoid segvBaptiste Coudurier2009-09-13
* reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-...Baptiste Coudurier2009-09-13
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-13
* When resetting vst->pkt.data to NULL, also set vst->slices.Reimar Döffinger2009-09-13
* Use I/O buffer size as initial value for backoff for seeking sync point search.Ivan Schreter2009-09-13
* Cosmetics, add spacesBenjamin Larsson2009-09-10
* Initial commit of the MD studio demuxer, not hooked up yetBenjamin Larsson2009-09-10
* Document padding for AVProbeData.shinya.tesutosan@hotmail.com2009-09-09
* Fix a bug with reading non-interleaved AVI if one the streams isMaksym Veremeyenko2009-09-09
* Factorise st->nb_index_entries check.Maksym Veremeyenko2009-09-09
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-07
* add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier2009-09-07
* Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö2009-09-07
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
* ff_id3v1_genre_str table should be const.Reimar Döffinger2009-09-06
* 100l, all avlanguage tables should be both static and const.Reimar Döffinger2009-09-06
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-05
* Search for ipmovie signature beyond the start of the file.Reimar Döffinger2009-09-05
* Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger2009-09-05
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-04
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-04
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-30
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-28
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-26
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-25
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-25
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25