summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ↵Baptiste Coudurier2008-03-20
| | | | | | does not contain it Originally committed as revision 12520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move case upBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
| | | | Originally committed as revision 11879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid typoBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support rawvideo in movBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use context in av_logBaptiste Coudurier2008-01-30
| | | | Originally committed as revision 11668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning is only valid for movBaptiste Coudurier2008-01-30
| | | | Originally committed as revision 11667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally set codec tags for mov/mp4/3gp muxers, this should not break ↵Baptiste Coudurier2008-01-28
| | | | | | anything, if it breaks anything, yell Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document tag fieldBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
| | | | | | | free the input buffer. This is required by upcoming extraction of isom_write_avcc to a function. Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-12-20
| | | | Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic 'glbl' atom if extradata is present but no specific method is knownBaptiste Coudurier2007-12-19
| | | | Originally committed as revision 11272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-03
| | | | Originally committed as revision 11154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentation.Benoit Fouet2007-10-24
| | | | Originally committed as revision 10853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent mov muxer from writing empty udta atoms.Benoit Fouet2007-10-24
| | | | Originally committed as revision 10852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are ↵Baptiste Coudurier2007-10-16
| | | | | | itunes specific Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-10-16
| | | | Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-09-11
| | | | Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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