summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsBaptiste Coudurier2006-10-04
| | | | Originally committed as revision 6552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move sample size adjusting code after audio stsd v2 parsing to let v2 set ↵Baptiste Coudurier2006-09-28
| | | | | | correct channel number, fix Sony-hdv2.mov Originally committed as revision 6373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add lpcm fourccBaptiste Coudurier2006-09-28
| | | | Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-09-28
| | | | Originally committed as revision 6371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-07
| | | | Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ↵Baptiste Coudurier2006-08-24
| | | | | | if mono, dont rely on bits per sample which can be wrong Originally committed as revision 6079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let ↵Baptiste Coudurier2006-08-24
| | | | | | decoder init them Originally committed as revision 6069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
| | | | Originally committed as revision 6064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc cleanupBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some useful debug infoBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
| | | | Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up useless codeBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better handling of partial filesBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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