log

age author description
2006-05-04 lucabe Fix v4l grabbing with some webcams, and simplify the code. libavformat
2006-05-01 bcoudurier skip null fourcc, fix ep2_mystery_m640_dummy.mov libavformat
2006-04-23 ods15 Disable lavf NUT until it is synced to spec libavformat
2006-04-20 alex report to user if mmf with midi found (and not supported) libavformat
2006-04-20 reimar Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat
2006-04-19 bcoudurier set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat
2006-04-19 bcoudurier add AVID DV fourcc libavformat
2006-04-19 bcoudurier indention libavformat
2006-04-19 bcoudurier always skip garbage at end of atom libavformat
2006-04-19 bcoudurier move declaration to mov.h libavformat
2006-04-15 diego Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat
2006-04-14 bcoudurier clean and simplify mov_write_packet libavformat
2006-04-14 bcoudurier get avcC profile and level indication from sps (from handbrake) libavformat
2006-04-13 bcoudurier write mdat in write_header avoid check in write_packet libavformat
2006-04-11 bcoudurier dont write stss atom if keyframes only libavformat
2006-04-10 bcoudurier fix edts for tracks without b frames libavformat
2006-04-07 kostya KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat
2006-04-06 kostya Fix demuxing of AVIs with pad streams. libavformat
2006-04-04 michael little h.264 related hunk from diff between cvs and mobile hackerz libavformat
2006-04-04 michael the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat
2006-04-01 romansh * fixing DV-in-AVI type1 packet production bug libavformat
2006-04-01 mru This patch simply adds demuxing support for AC-3 streams in DVB TS libavformat
2006-04-01 mru fix memory leak on mpegts close libavformat
2006-03-30 rfelker fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat
2006-03-27 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
2006-03-27 bcoudurier skip 0byte packets libavformat
2006-03-27 bcoudurier ignore wrong negative cts values created by quicktime libavformat
2006-03-27 bcoudurier flush packets libavformat
2006-03-26 bcoudurier let vorbis decoder init too, fix mi2_vorbis51.mp4 libavformat
2006-03-26 bcoudurier add mp3on4 detection, fix red.mp4 libavformat
2006-03-26 bcoudurier fix double free, priv_data is freed in av_open_input_stream libavformat
2006-03-26 bcoudurier use 64bit atom version if needed libavformat
2006-03-25 michael dont set random timestamps if they are not known libavformat
2006-03-25 michael fixing timebase libavformat
2006-03-25 diego Rename time variable to the more descriptive block_time. libavformat
2006-03-24 bcoudurier let faad init parameters properly, fix many SBR samples libavformat
2006-03-24 bcoudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 libavformat
2006-03-24 bcoudurier need to dissociate pcm 16bit and 8bit cases libavformat
2006-03-24 bcoudurier use av_d2q to parse frame rate libavformat
2006-03-24 bcoudurier Quicktime creates S8 that way too libavformat
2006-03-24 bcoudurier vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat
2006-03-23 bcoudurier use 64bit types libavformat
2006-03-22 bcoudurier dvcpro is 411p in fact libavformat
2006-03-22 michael duration and subitle fix from the patch by Steve Lhomme libavformat
2006-03-22 michael cleanup codec_id mapping (untested) libavformat
2006-03-22 bcoudurier clean libavformat
2006-03-22 bcoudurier support 64bit date/duration libavformat
2006-03-22 michael fix aspect ratio libavformat
2006-03-21 michael fixing current_sample vs. next_sample mess libavformat
2006-03-21 kostya Smacker demuxer and decoder. libavformat
2006-03-21 michael provide more info on which streams lack codec parameters libavformat
2006-03-17 diego Reenable NUT and NUT regression tests as requested by Michael. libavformat
2006-03-17 diego Disable the NUT (de)muxer until it has been synced with the specification. libavformat
2006-03-16 michael extract duration libavformat
2006-03-14 bcoudurier fix sample size for uncompressed sound libavformat
2006-03-13 lucabe Do not be too verbose libavformat
2006-03-13 lucabe Tell the user why video capture is failing libavformat
2006-03-12 bcoudurier indention libavformat
2006-03-12 bcoudurier use of PRI macros in dprintf libavformat
2006-03-12 bcoudurier fix conversion types in dprintf libavformat