aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* move track timescale/sampleDuration init to write_header and return error if ...Baptiste Coudurier2006-09-041-8/+8
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-241-1/+1
* set elst start time to first ptsBaptiste Coudurier2006-08-111-4/+1
* use correct tag for h263 in movBaptiste Coudurier2006-08-071-2/+8
* detailed infos about d263 atomBaptiste Coudurier2006-08-071-2/+4
* indentionBaptiste Coudurier2006-08-071-8/+8
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-071-1/+8
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-071-3/+2
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-071-1/+1
* use ternaryBaptiste Coudurier2006-08-071-5/+1
* vbr compression id is only used in movBaptiste Coudurier2006-08-071-7/+7
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-011-1/+1
* 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-19/+15
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-10/+10
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-21/+1
* typo fixBaptiste Coudurier2006-07-061-1/+1
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-061-1/+1
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-061-20/+8
* check for unparsed AMR inputMichael Niedermayer2006-07-061-0/+4
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-061-11/+8
* write exact values for audio stsd v1Baptiste Coudurier2006-07-041-42/+42
* check only existing streamsBaptiste Coudurier2006-06-251-5/+6
* simplifyBaptiste Coudurier2006-06-241-53/+28
* fix aac in mov for ipodBaptiste Coudurier2006-06-191-4/+12
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-1/+1
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-3/+3
* fix mp3 muxingBaptiste Coudurier2006-06-131-0/+1
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-191-3/+30
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-181-0/+2
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-181-1/+2
* simplify meta tag writing codeMichael Niedermayer2006-05-181-173/+40
* fix avc nal parsingBaptiste Coudurier2006-05-151-4/+4
* fix mulaw muxingBaptiste Coudurier2006-05-131-0/+1
* do not write wave if not neededBaptiste Coudurier2006-05-131-1/+5
* fix AMR muxing in movBaptiste Coudurier2006-05-131-16/+24
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-131-23/+46
* simplifyMichael Niedermayer2006-05-131-45/+9
* clean and simplifyBaptiste Coudurier2006-05-131-174/+156
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-101-11/+3
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-101-4/+4
* move declaration to mov.hBaptiste Coudurier2006-04-191-3/+0
* clean and simplify mov_write_packetBaptiste Coudurier2006-04-141-37/+29
* get avcC profile and level indication from sps (from handbrake)Baptiste Coudurier2006-04-141-7/+8
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-131-6/+3
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-111-2/+2
* fix edts for tracks without b framesBaptiste Coudurier2006-04-101-1/+4
* little h.264 related hunk from diff between cvs and mobile hackerzMichael Niedermayer2006-04-041-2/+9
* the PSP rejects video with too high bitrates so lets claim they arent too hig...Michael Niedermayer2006-04-041-4/+6
* use 64bit atom version if neededBaptiste Coudurier2006-03-261-20/+46