summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAge
...
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertical alignBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-03
| | | | Originally committed as revision 15184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier2008-09-02
| | | | Originally committed as revision 15156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for malloc failureBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy whole frame in vosData for dnxhd, this code will be used for other ↵Baptiste Coudurier2008-08-31
| | | | | | codecs too Originally committed as revision 15131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change codec_tag type from const struct AVCodecTag ** to const struct ↵Reimar Döffinger2008-08-24
| | | | | | AVCodecTag * const * Originally committed as revision 14947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
| | | | | | the corresponding AVStream instead of AVCodecContext Originally committed as revision 14933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify error message about codec tagBaptiste Coudurier2008-06-27
| | | | Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct ftyp minor version for 3gp/2Baptiste Coudurier2008-06-15
| | | | Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert mode_mov conditionBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change 3gp/3g2 brands if h264 is presentBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ipod brand selectionBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warning, write_ftyp return int nowBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put avc1 brand in compat list when h264 is presentBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I think we are also compliant to iso2.Michael Niedermayer2008-06-13
| | | | Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add isom to the compatible brands.Michael Niedermayer2008-06-13
| | | | Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate ftyp size instead of hardcoding it.Michael Niedermayer2008-06-13
| | | | Originally committed as revision 13763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify MODE_3G2Michael Niedermayer2008-06-12
| | | | Originally committed as revision 13755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer2008-06-12
| | | | Originally committed as revision 13754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2008-06-12
| | | | Originally committed as revision 13752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier2008-06-12
| | | | Originally committed as revision 13751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for 3gp metadataBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write usual brand for ipod formatBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize psp metadataBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-11
| | | | Originally committed as revision 13739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add parenthesesBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing ↵Baptiste Coudurier2008-06-09
| | | | | | scheme still fits Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if pts is not set, prevent writing negative/weird cts, happens when ↵Baptiste Coudurier2008-05-29
| | | | | | using genpts and streamcopy Originally committed as revision 13519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be valid for audio tooBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for alac in .movBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-04
| | | | Originally committed as revision 12685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent writing empty stss atomBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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