aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-241-0/+5
| | | | Originally committed as revision 5212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-241-5/+11
| | | | Originally committed as revision 5211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-241-1/+2
| | | | Originally committed as revision 5210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-241-2/+3
| | | | Originally committed as revision 5209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-241-0/+1
| | | | 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-241-1/+1
| | | | | | 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-231-2/+2
| | | | Originally committed as revision 5202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvcpro is 411p in factBaptiste Coudurier2006-03-221-2/+2
| | | | 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-221-4/+5
| | | | Originally committed as revision 5196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-221-90/+49
| | | | Originally committed as revision 5195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-03-221-13/+15
| | | | Originally committed as revision 5194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support 64bit date/durationBaptiste Coudurier2006-03-221-8/+19
| | | | Originally committed as revision 5193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aspect ratioMichael Niedermayer2006-03-221-11/+7
| | | | Originally committed as revision 5192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-211-10/+16
| | | | Originally committed as revision 5190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-214-3/+350
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-211-1/+5
| | | | 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-171-2/+0
| | | | 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-171-0/+2
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-161-1/+12
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-141-8/+27
| | | | Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not be too verboseLuca Abeni2006-03-131-1/+1
| | | | Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user why video capture is failingLuca Abeni2006-03-131-2/+10
| | | | Originally committed as revision 5160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-03-121-5/+5
| | | | Originally committed as revision 5156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use of PRI macros in dprintfBaptiste Coudurier2006-03-121-8/+8
| | | | Originally committed as revision 5154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix conversion types in dprintfBaptiste Coudurier2006-03-121-3/+3
| | | | Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-111-1/+1
| | | | 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-111-2/+2
| | | | Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-111-0/+128
| | | | 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-111-4/+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-111-59/+65
| | | | Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-119-15/+18
| | | | 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-081-2/+2
| | | | Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-2/+2
| | | | | | 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-081-9/+40
| | | | | | 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-061-0/+2
| | | | | | <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-061-6/+10
| | | | | | <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-061-2/+27
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic crc calculation codeMichael Niedermayer2006-03-062-61/+4
| | | | Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVCPRO50 support.Daniel Maas2006-03-061-175/+225
| | | | | | 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-041-0/+9
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing total_framesMichael Niedermayer2006-03-021-7/+6
| | | | Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2006-03-021-2/+2
| | | | Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timebase fixMichael Niedermayer2006-03-021-1/+1
| | | | Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-021-5/+7
| | | | Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dwstart supportMichael Niedermayer2006-03-021-2/+2
| | | | Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-021-2/+4
| | | | Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute output format before setting language patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-021-23/+22
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix debug code: do not try to take st->codec if st is NULL. This makes ↵François Revol2006-03-011-2/+3
| | | | | | ffplay give me pics from FreeBoxTV \o/ Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-011-2/+6
| | | | | | if we see one Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ↵Michael Niedermayer2006-03-011-1/+7
| | | | | | indicate that) Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk