aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-151-0/+1
| | | | Originally committed as revision 17979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-111-1/+1
| | | | Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-111-0/+5
| | | | Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod supports both subs tagsBaptiste Coudurier2009-03-111-0/+1
| | | | Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-03-111-2/+2
| | | | 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-111-2/+2
| | | | Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-111-1/+1
| | | | 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-111-2/+3
| | | | 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-281-21/+21
| | | | | | | 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-261-8/+20
| | | | 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-261-0/+2
| | | | Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2009-02-261-8/+7
| | | | Originally committed as revision 17610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mov muxerAurelien Jacobs2009-02-261-57/+61
| | | | 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-241-2/+2
| | | | Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-121-3/+15
| | | | Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
| | | | 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-161-9/+9
| | | | Originally committed as revision 16623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-151-1/+1
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-9/+7
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
| | | | | | 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-111-2/+2
| | | | Originally committed as revision 16535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-111-1/+1
| | | | Originally committed as revision 16534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2009-01-111-6/+4
| | | | Originally committed as revision 16532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-111-3/+63
| | | | Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-111-2/+2
| | | | Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-34/+34
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write copyright metadata tagBaptiste Coudurier2008-09-081-0/+3
| | | | Originally committed as revision 15276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-081-0/+2
| | | | Originally committed as revision 15259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-051-1/+2
| | | | Originally committed as revision 15216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-041-1/+1
| | | | Originally committed as revision 15198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-041-0/+3
| | | | Originally committed as revision 15197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi2008-09-041-1/+1
| | | | | | patch by Damiano Galassi, damiog at gmail dot com Originally committed as revision 15196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-031-3/+2
| | | | Originally committed as revision 15190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-031-0/+6
| | | | Originally committed as revision 15189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-031-0/+1
| | | | Originally committed as revision 15188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertical alignBaptiste Coudurier2008-09-031-1/+1
| | | | Originally committed as revision 15185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-031-1/+51
| | | | Originally committed as revision 15184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier2008-09-021-1/+7
| | | | Originally committed as revision 15156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for malloc failureBaptiste Coudurier2008-08-311-0/+2
| | | | 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-311-6/+4
| | | | | | 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-241-6/+6
| | | | | | 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-231-5/+5
| | | | | | 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-271-1/+2
| | | | Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct ftyp minor version for 3gp/2Baptiste Coudurier2008-06-151-6/+9
| | | | Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert mode_mov conditionBaptiste Coudurier2008-06-141-3/+4
| | | | Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-141-3/+2
| | | | Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change 3gp/3g2 brands if h264 is presentBaptiste Coudurier2008-06-141-4/+4
| | | | Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ipod brand selectionBaptiste Coudurier2008-06-141-10/+6
| | | | Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warning, write_ftyp return int nowBaptiste Coudurier2008-06-141-1/+1
| | | | Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk