summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
* write 3gp perf tag for artist metadataReinhard Tartler2010-05-27
| | | | | | | backport r23268 by bcoudurier Originally committed as revision 23354 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* change author metadata to artist in mov de/muxerReinhard Tartler2010-05-27
| | | | | | | backport r23266 by bcoudurier Originally committed as revision 23353 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-21
| | | | | | | backport r23164 by mstorsjo Originally committed as revision 23237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-21
| | | | | | | backport r23163 by mstorsjo Originally committed as revision 23236 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-21
| | | | | | | backport r23162 by mstorsjo Originally committed as revision 23235 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersReinhard Tartler2010-05-19
| | | | | | | backport r23022 by conrad Originally committed as revision 23173 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler2010-05-19
| | | | | | | backport r23021 by conrad Originally committed as revision 23172 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update version string in changelogReinhard Tartler2010-05-13
| | | | Originally committed as revision 23114 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
| | | | Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Write nero chaptersDavid Conrad2010-04-21
| | | | Originally committed as revision 22927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin2010-04-12
| | | | Originally committed as revision 22846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-09
| | | | Originally committed as revision 22369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-09
| | | | Originally committed as revision 22368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
| | | | | | Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-17
| | | | | | warnings. Originally committed as revision 21263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
| | | | | | Grouping, and Lyrics. Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* track time can be 64bitBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
| | | | Originally committed as revision 20648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
| | | | Originally committed as revision 20647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-23
| | | | Originally committed as revision 20586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-23
| | | | Originally committed as revision 20585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
| | | | | | | | | extra byte and are not compliant with ISO 14496-12. This causes some strict demuxers (notably the MPEG-4 ALS reference software) to fail. It has been confirmed that not writing the extra byte will still allow the generated MP4 files to work with QuickTime/iTunes/iPod. Originally committed as revision 20571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-31
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 19023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-23
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 18911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
| | | | Originally committed as revision 18831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
| | | | Originally committed as revision 18830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, alignmentBaptiste Coudurier2009-05-13
| | | | Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bgra in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pixfmt for argbBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgba in .mov muxingBaptiste Coudurier2009-05-10
| | | | Originally committed as revision 18787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
| | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert condition to simplify codeBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk