log

age author description
2009-09-17 reimar Improve dxa probe by checking the values for width and height are reasonable. libavformat
2009-09-17 reimar Slightly improve probe for ea format by checking that it is possible to libavformat
2009-09-17 kostya Do not include "mp4:" prefix from RTMP URL into "app" path or second time libavformat
2009-09-16 michael Print a warning if a format has been detected with a low score. libavformat
2009-09-16 michael Print at debug level the score with which probing succeeded. libavformat
2009-09-16 michael Fix indention after last commit. libavformat
2009-09-16 michael Improve amortized worst case speed of the muxers packet interleaving code libavformat
2009-09-16 kostya reindent after last commit and remove unneeded empty line libavformat
2009-09-16 kostya Make MPC SV8 probe skip tags until stream header is found libavformat
2009-09-16 reimar Fix overflow check insufficiently improved in r19840. libavformat
2009-09-16 pross Core Audio Format demuxer libavformat
2009-09-16 pross Make mov LPCM and AAC parsing functions public libavformat
2009-09-16 kostya Enhance Musepack SV8 probing code libavformat
2009-09-16 michael Flv should be AVFMT_VARIABLE_FPS. libavformat
2009-09-16 michael Upgrade a few important messages to AV_LOG_WARNING. libavformat
2009-09-16 michael Fix indention after previous commit. libavformat
2009-09-16 michael Make packet interleaving in the muxer not scan through the whole libavformat
2009-09-16 michael Also reset *_end in flush_packet_queue(). libavformat
2009-09-15 jbr 10l: set genre default immediately before reading genre tag libavformat
2009-09-15 jbr Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). libavformat
2009-09-15 kostya Do not set 0 FPS in VC-1 test stream format demuxer. libavformat
2009-09-15 kostya Check for explicit 32-bit FPS value so it works on 64-bit systems too libavformat
2009-09-15 kostya Make probing for VC1 test bitstream format stricter libavformat
2009-09-15 michael Check offset in flv_probe() libavformat
2009-09-15 michael Do not return values above AVPROBE_SCORE_MAX from probe(). libavformat
2009-09-15 michael Make h261 and mpegvideo probe a little more robust so they dont fail with libavformat
2009-09-15 michael Make mpeg_probe() pass probetest. libavformat
2009-09-15 reimar Slightly stricter MPEG-PES probing, fixes issue 1383. libavformat
2009-09-15 reimar Vastly improved mm_probe function, passes probetest. libavformat
2009-09-15 reimar Improve sierravmd probe. It is still quite weak, but further improvements libavformat
2009-09-14 michael Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformat
2009-09-14 reimar Try harder to avoid false positives for DV probe. libavformat
2009-09-14 reimar Make dnxhd probe more strict, fail if we detect values in header that would libavformat
2009-09-14 michael Rewrite h261_probe(). libavformat
2009-09-14 reimar Make DTS probe more robust against false positives (as e.g. probetest shows). libavformat
2009-09-14 reimar Check the index validity more thoroughly for the c93 probe function. libavformat
2009-09-14 reimar Add more sanity checks for header elements, rejecting files with clearly libavformat
2009-09-14 michael Rewrite h263_probe(). libavformat
2009-09-14 reimar Extend check for integer overflow for malloc argument to take into account libavformat
2009-09-14 kostya Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformat
2009-09-14 reimar Check buffer size for idcin check, otherwise false positives are too likely for libavformat
2009-09-13 bcoudurier ensure pes buffer is set to avoid segv libavformat
2009-09-13 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
2009-09-13 banan Add condition to aea demuxer probe. libavformat
2009-09-13 reimar When resetting vst->pkt.data to NULL, also set vst->slices. libavformat
2009-09-13 schreter Use I/O buffer size as initial value for backoff for seeking sync point search. libavformat
2009-09-10 banan Cosmetics, add spaces libavformat
2009-09-10 banan Initial commit of the MD studio demuxer, not hooked up yet libavformat
2009-09-09 cehoyos Document padding for AVProbeData. libavformat
2009-09-09 cehoyos Fix a bug with reading non-interleaved AVI if one the streams is libavformat
2009-09-09 cehoyos Factorise st->nb_index_entries check. libavformat
2009-09-07 bcoudurier check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformat
2009-09-07 bcoudurier add one missing check for stream existence in read_elst, fix #1364 libavformat
2009-09-07 diego Use all 32 bits of the timestamp when calculating flv duration. libavformat
2009-09-06 schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat
2009-09-06 reimar ff_rm_metadata is const. libavformat
2009-09-06 reimar ff_id3v1_genre_str table should be const. libavformat
2009-09-06 reimar 100l, all avlanguage tables should be both static and const. libavformat
2009-09-05 schreter cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformat
2009-09-05 reimar Search for ipmovie signature beyond the start of the file. libavformat