aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Disable lavf NUT until it is synced to specOded Shimon2006-04-231-0/+5
* report to user if mmf with midi found (and not supported)Alex Beregszaszi2006-04-201-0/+4
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-201-1/+1
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-191-7/+4
* add AVID DV fourccBaptiste Coudurier2006-04-191-0/+1
* indentionBaptiste Coudurier2006-04-191-13/+13
* always skip garbage at end of atomBaptiste Coudurier2006-04-191-7/+6
* move declaration to mov.hBaptiste Coudurier2006-04-193-4/+1
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-151-1/+1
* clean and simplify mov_write_packetBaptiste Coudurier2006-04-141-37/+29
* get avcC profile and level indication from sps (from handbrake)Baptiste Coudurier2006-04-141-7/+8
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-131-6/+3
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-111-2/+2
* fix edts for tracks without b framesBaptiste Coudurier2006-04-101-1/+4
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-0/+1
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-061-0/+3
* little h.264 related hunk from diff between cvs and mobile hackerzMichael Niedermayer2006-04-041-2/+9
* the PSP rejects video with too high bitrates so lets claim they arent too hig...Michael Niedermayer2006-04-041-4/+6
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-011-2/+5
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-011-0/+5
* fix memory leak on mpegts closeMåns Rullgård2006-04-011-0/+8
* fix constraint violation: libavformat is not allowed to modify state of calle...D Richard Felker III2006-03-301-2/+2
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-275-1/+254
* skip 0byte packetsBaptiste Coudurier2006-03-271-0/+2
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-271-0/+6
* flush packetsBaptiste Coudurier2006-03-271-0/+1
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-261-0/+3
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-261-3/+13
* fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier2006-03-261-2/+0
* use 64bit atom version if neededBaptiste Coudurier2006-03-261-20/+46
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-251-5/+3
* fixing timebaseMichael Niedermayer2006-03-251-5/+5
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-251-5/+5
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-241-0/+5
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-241-5/+11
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-241-1/+2
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-241-2/+3
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-241-0/+1
* vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4...Baptiste Coudurier2006-03-241-1/+1
* use 64bit typesBaptiste Coudurier2006-03-231-2/+2
* dvcpro is 411p in factBaptiste Coudurier2006-03-221-2/+2
* duration and subitle fix from the patch by Steve LhommeSteve L'Homme2006-03-221-4/+5
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-221-90/+49
* cleanBaptiste Coudurier2006-03-221-13/+15
* support 64bit date/durationBaptiste Coudurier2006-03-221-8/+19
* fix aspect ratioMichael Niedermayer2006-03-221-11/+7
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-211-10/+16
* Smacker demuxer and decoder.Kostya Shishkov2006-03-214-3/+350
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-211-1/+5
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-171-2/+0