summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* skip 0byte packetsBaptiste Coudurier2006-03-27
| | | | Originally committed as revision 5231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-27
| | | | Originally committed as revision 5229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush packetsBaptiste Coudurier2006-03-27
| | | | Originally committed as revision 5226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-26
| | | | Originally committed as revision 5223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-26
| | | | Originally committed as revision 5222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier2006-03-26
| | | | Originally committed as revision 5221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 64bit atom version if neededBaptiste Coudurier2006-03-26
| | | | Originally committed as revision 5220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-25
| | | | Originally committed as revision 5219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing timebaseMichael Niedermayer2006-03-25
| | | | Originally committed as revision 5218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-25
| | | | | | patch by Steve Lhomme steve.....lhomme..@..free.....fr Originally committed as revision 5216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-24
| | | | Originally committed as revision 5211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-24
| | | | Originally committed as revision 5208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux ↵Baptiste Coudurier2006-03-24
| | | | | | mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp Originally committed as revision 5207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 64bit typesBaptiste Coudurier2006-03-23
| | | | Originally committed as revision 5202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvcpro is 411p in factBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duration and subitle fix from the patch by Steve LhommeSteve L'Homme2006-03-22
| | | | Originally committed as revision 5196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-22
| | | | Originally committed as revision 5195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support 64bit date/durationBaptiste Coudurier2006-03-22
| | | | Originally committed as revision 5193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aspect ratioMichael Niedermayer2006-03-22
| | | | Originally committed as revision 5192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-16
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-14
| | | | Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not be too verboseLuca Abeni2006-03-13
| | | | Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user why video capture is failingLuca Abeni2006-03-13
| | | | Originally committed as revision 5160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use of PRI macros in dprintfBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix conversion types in dprintfBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create edts atom when muxing B frames, needed to compute ctsBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some mov files have invalid pts so we need to consider these pts too in ↵Michael Niedermayer2006-03-11
| | | | | | calculating the timabase Originally committed as revision 5149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov2006-03-11
| | | | Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
| | | | Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.Diego Biurrun2006-03-08
| | | | Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct computing of DV fourcc in mov muxerBaptiste Coudurier2006-03-08
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* referencing more FCP fourccs patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic crc calculation codeMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVCPRO50 support.Daniel Maas2006-03-06
| | | | | | Patch by Daniel Maas dmaas at maasdigital dot com Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-04
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk