summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
* kill harmless 64-bit pointer cast warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoAurelien Jacobs2007-05-30
| | | | Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user about the the mdhd problemMichael Niedermayer2007-05-30
| | | | | | | (this is of course not a good solution but its better than silently generating invalid files, we should find a better solution) Originally committed as revision 9153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
| | | | Originally committed as revision 9087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless sampleDurationBaptiste Coudurier2006-12-11
| | | | Originally committed as revision 7281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-11
| | | | Originally committed as revision 7280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* utf8 title support for psp (untested)Michael Niedermayer2006-11-08
| | | | Originally committed as revision 6939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov vfr muxingBaptiste Coudurier2006-11-01
| | | | Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
| | | | Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* move track timescale/sampleDuration init to write_header and return error if ↵Baptiste Coudurier2006-09-04
| | | | | | not set Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set elst start time to first ptsBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct tag for h263 in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detailed infos about d263 atomBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5945 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
* 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
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-06
| | | | Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for unparsed AMR inputMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-06
| | | | | | untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write exact values for audio stsd v1Baptiste Coudurier2006-07-04
| | | | Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check only existing streamsBaptiste Coudurier2006-06-25
| | | | Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-06-24
| | | | Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aac in mov for ipodBaptiste Coudurier2006-06-19
| | | | Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk