aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-071-0/+3
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier2006-08-241-1/+1
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-241-8/+9
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier2006-08-241-0/+13
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-241-1/+4
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-241-0/+2
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-241-3/+38
* fourcc cleanupBaptiste Coudurier2006-08-091-2/+0
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-091-1/+1
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-031-1/+1
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-011-105/+1
* add some useful debug infoBaptiste Coudurier2006-08-011-0/+2
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-101-1/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-081-12/+2
* clean up useless codeBaptiste Coudurier2006-07-081-20/+0
* better handling of partial filesBaptiste Coudurier2006-07-081-5/+6
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-081-428/+228
* add MS ADPCM fourccBaptiste Coudurier2006-07-071-0/+1
* skip others fourcc, if presentBaptiste Coudurier2006-07-071-0/+6
* cleanBaptiste Coudurier2006-07-071-5/+0
* export all tracks to libavformat layerBaptiste Coudurier2006-06-151-31/+15
* check fseek return valueBaptiste Coudurier2006-06-131-2/+4
* fix unused computed valueBaptiste Coudurier2006-06-131-2/+2
* simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier2006-06-121-24/+22
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-181-1/+1
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-181-2/+2
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-141-0/+1
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-111-41/+25
* 10l, undef DEBUGBaptiste Coudurier2006-05-091-1/+1
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-091-2/+2
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-011-5/+6
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-191-7/+4
* add AVID DV fourccBaptiste Coudurier2006-04-191-0/+1
* indentionBaptiste Coudurier2006-04-191-13/+13
* always skip garbage at end of atomBaptiste Coudurier2006-04-191-7/+6
* move declaration to mov.hBaptiste Coudurier2006-04-191-1/+0
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-271-0/+6
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-261-0/+3
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-261-3/+13
* let faad init parameters properly, fix many SBR samplesBaptiste Coudurier2006-03-241-0/+5
* fix demuxing of CDR-Dinner_LAN_800k.mp4Baptiste Coudurier2006-03-241-5/+11
* need to dissociate pcm 16bit and 8bit casesBaptiste Coudurier2006-03-241-1/+2
* Quicktime creates S8 that way tooBaptiste Coudurier2006-03-241-0/+1
* vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4...Baptiste Coudurier2006-03-241-1/+1
* use 64bit typesBaptiste Coudurier2006-03-231-2/+2
* cleanBaptiste Coudurier2006-03-221-13/+15
* support 64bit date/durationBaptiste Coudurier2006-03-221-8/+19