| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable lavf NUT until it is synced to spec | Oded Shimon | 2006-04-23 | 1 | -0/+5 |
* | report to user if mmf with midi found (and not supported) | Alex Beregszaszi | 2006-04-20 | 1 | -0/+4 |
* | Avoid crash if there is a rtjpeg quant header but no video stream in file | Reimar Döffinger | 2006-04-20 | 1 | -1/+1 |
* | set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay | Baptiste Coudurier | 2006-04-19 | 1 | -7/+4 |
* | add AVID DV fourcc | Baptiste Coudurier | 2006-04-19 | 1 | -0/+1 |
* | indention | Baptiste Coudurier | 2006-04-19 | 1 | -13/+13 |
* | always skip garbage at end of atom | Baptiste Coudurier | 2006-04-19 | 1 | -7/+6 |
* | move declaration to mov.h | Baptiste Coudurier | 2006-04-19 | 3 | -4/+1 |
* | Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. | Diego Biurrun | 2006-04-15 | 1 | -1/+1 |
* | clean and simplify mov_write_packet | Baptiste Coudurier | 2006-04-14 | 1 | -37/+29 |
* | get avcC profile and level indication from sps (from handbrake) | Baptiste Coudurier | 2006-04-14 | 1 | -7/+8 |
* | write mdat in write_header avoid check in write_packet | Baptiste Coudurier | 2006-04-13 | 1 | -6/+3 |
* | dont write stss atom if keyframes only | Baptiste Coudurier | 2006-04-11 | 1 | -2/+2 |
* | fix edts for tracks without b frames | Baptiste Coudurier | 2006-04-10 | 1 | -1/+4 |
* | KMVC (used in Worms games) decoder. Works fine with samples from MPHQ | Kostya Shishkov | 2006-04-07 | 1 | -0/+1 |
* | Fix demuxing of AVIs with pad streams. | Kostya Shishkov | 2006-04-06 | 1 | -0/+3 |
* | little h.264 related hunk from diff between cvs and mobile hackerz | Michael Niedermayer | 2006-04-04 | 1 | -2/+9 |
* | the PSP rejects video with too high bitrates so lets claim they arent too hig... | Michael Niedermayer | 2006-04-04 | 1 | -4/+6 |
* | * fixing DV-in-AVI type1 packet production bug | Roman Shaposhnik | 2006-04-01 | 1 | -2/+5 |
* | This patch simply adds demuxing support for AC-3 streams in DVB TS | Måns Rullgård | 2006-04-01 | 1 | -0/+5 |
* | fix memory leak on mpegts close | Måns Rullgård | 2006-04-01 | 1 | -0/+8 |
* | fix constraint violation: libavformat is not allowed to modify state of calle... | D Richard Felker III | 2006-03-30 | 1 | -2/+2 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 5 | -1/+254 |
* | skip 0byte packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+2 |
* | ignore wrong negative cts values created by quicktime | Baptiste Coudurier | 2006-03-27 | 1 | -0/+6 |
* | flush packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+1 |
* | let vorbis decoder init too, fix mi2_vorbis51.mp4 | Baptiste Coudurier | 2006-03-26 | 1 | -0/+3 |
* | add mp3on4 detection, fix red.mp4 | Baptiste Coudurier | 2006-03-26 | 1 | -3/+13 |
* | fix double free, priv_data is freed in av_open_input_stream | Baptiste Coudurier | 2006-03-26 | 1 | -2/+0 |
* | use 64bit atom version if needed | Baptiste Coudurier | 2006-03-26 | 1 | -20/+46 |
* | dont set random timestamps if they are not known | Michael Niedermayer | 2006-03-25 | 1 | -5/+3 |
* | fixing timebase | Michael Niedermayer | 2006-03-25 | 1 | -5/+5 |
* | Rename time variable to the more descriptive block_time. | Steve L'Homme | 2006-03-25 | 1 | -5/+5 |
* | let faad init parameters properly, fix many SBR samples | Baptiste Coudurier | 2006-03-24 | 1 | -0/+5 |
* | fix demuxing of CDR-Dinner_LAN_800k.mp4 | Baptiste Coudurier | 2006-03-24 | 1 | -5/+11 |
* | need to dissociate pcm 16bit and 8bit cases | Baptiste Coudurier | 2006-03-24 | 1 | -1/+2 |
* | use av_d2q to parse frame rate | Baptiste Coudurier | 2006-03-24 | 1 | -2/+3 |
* | Quicktime creates S8 that way too | Baptiste Coudurier | 2006-03-24 | 1 | -0/+1 |
* | vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4... | Baptiste Coudurier | 2006-03-24 | 1 | -1/+1 |
* | use 64bit types | Baptiste Coudurier | 2006-03-23 | 1 | -2/+2 |
* | dvcpro is 411p in fact | Baptiste Coudurier | 2006-03-22 | 1 | -2/+2 |
* | duration and subitle fix from the patch by Steve Lhomme | Steve L'Homme | 2006-03-22 | 1 | -4/+5 |
* | cleanup codec_id mapping (untested) | Michael Niedermayer | 2006-03-22 | 1 | -90/+49 |
* | clean | Baptiste Coudurier | 2006-03-22 | 1 | -13/+15 |
* | support 64bit date/duration | Baptiste Coudurier | 2006-03-22 | 1 | -8/+19 |
* | fix aspect ratio | Michael Niedermayer | 2006-03-22 | 1 | -11/+7 |
* | fixing current_sample vs. next_sample mess | Michael Niedermayer | 2006-03-21 | 1 | -10/+16 |
* | Smacker demuxer and decoder. | Kostya Shishkov | 2006-03-21 | 4 | -3/+350 |
* | provide more info on which streams lack codec parameters | Michael Niedermayer | 2006-03-21 | 1 | -1/+5 |
* | Reenable NUT and NUT regression tests as requested by Michael. | Diego Biurrun | 2006-03-17 | 1 | -2/+0 |