summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
...
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, completely ignore streams not recognized, that fixes seeking for ↵Baptiste Coudurier2006-06-12
| | | | | | some files Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
| | | | Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
| | | | Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-11
| | | | Originally committed as revision 5363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-01
| | | | Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVID DV fourccBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always skip garbage at end of atomBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move declaration to mov.hBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5299 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
* 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
* 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
* 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
* 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
* fixing current_sample vs. next_sample messMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5190 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
* 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
* 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
* 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
* 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
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste ↵Baptiste Coudurier2006-02-19
| | | | | | COUDURIER <baptiste.coudurier smartjog com>) Originally committed as revision 5038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-19
| | | | | | | the sample data. Don't increment it by multiples of sc->sample_size. patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de Originally committed as revision 5037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by ↵Baptiste Coudurier2006-02-18
| | | | | | (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov fourccs for handling FCP files by (Baptiste COUDURIER ↵Michael Niedermayer2006-02-14
| | | | | | )(baptiste.coudurier smartjog com) Originally committed as revision 5023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Michael Niedermayer2006-02-13
| | | | Originally committed as revision 5012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of Video006.3gpMichael Niedermayer2006-02-12
| | | | Originally committed as revision 5006 to svn://svn.ffmpeg.org/ffmpeg/trunk