summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
* 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
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-22
| | | | Originally committed as revision 18140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-15
| | | | Originally committed as revision 17981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-03-15
| | | | Originally committed as revision 17980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-15
| | | | Originally committed as revision 17979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod supports both subs tagsBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix subs track height, set track->height to codec height if not setBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
| | | | | | | in mov.c for the demuxer. See "[PATCH] rename movenc.c MOVContext to MOVMuxContext" thread on the mailinglist. Originally committed as revision 17659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mov muxerAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
| | | | Originally committed as revision 16623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-15
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
| | | | Originally committed as revision 16534 to svn://svn.ffmpeg.org/ffmpeg/trunk