summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove useless castsBaptiste Coudurier2006-10-04
* remove useless castsBaptiste Coudurier2006-09-29
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-29
* move sample size adjusting code after audio stsd v2 parsing to let v2 set cor...Baptiste Coudurier2006-09-28
* add lpcm fourccBaptiste Coudurier2006-09-28
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-09-28
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-07
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier2006-08-24
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-24
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
* fourcc cleanupBaptiste Coudurier2006-08-09
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-03
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
* add some useful debug infoBaptiste Coudurier2006-08-01
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
* clean up useless codeBaptiste Coudurier2006-07-08
* better handling of partial filesBaptiste Coudurier2006-07-08
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
* add MS ADPCM fourccBaptiste Coudurier2006-07-07
* skip others fourcc, if presentBaptiste Coudurier2006-07-07
* cleanBaptiste Coudurier2006-07-07
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
* check fseek return valueBaptiste Coudurier2006-06-13
* fix unused computed valueBaptiste Coudurier2006-06-13
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-12
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-11
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-01
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-19
* add AVID DV fourccBaptiste Coudurier2006-04-19
* indentionBaptiste Coudurier2006-04-19
* always skip garbage at end of atomBaptiste Coudurier2006-04-19
* move declaration to mov.hBaptiste Coudurier2006-04-19
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-27
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-26
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-26
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-24