aboutsummaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
AgeCommit message (Expand)Author
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07move codec tag tables near corresponding codeBaptiste Coudurier
2009-04-07cosmetics, reindentBaptiste Coudurier
2009-04-07cosmetics, add empty line and remove useless bracesBaptiste Coudurier
2009-04-07fix compilation, add missing parenthesisBaptiste Coudurier
2009-04-07comment the ipod subtitle checkBaptiste Coudurier
2009-04-07invert condition to simplify codeBaptiste Coudurier
2009-04-07remove no more needed code, tag is set by defaultBaptiste Coudurier
2009-04-07cosmetics, reindent, add empty linesBaptiste Coudurier
2009-04-07split mov_find_codec_tag in separate per format functionsBaptiste Coudurier
2009-04-07set bits_per_coded_sample for rawvideoBaptiste Coudurier
2009-04-07override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier
2009-03-22allocate tracks instead of using MAX_STREAMSBaptiste Coudurier
2009-03-15typo in the mail, the 4am commit is always the worstBaptiste Coudurier
2009-03-15cosmeticsBaptiste Coudurier
2009-03-15add my copyright in mov de/muxerBaptiste Coudurier
2009-03-11reindentBaptiste Coudurier
2009-03-11keep original tag when stream copying subs with ipod formatBaptiste Coudurier
2009-03-11ipod supports both subs tagsBaptiste Coudurier
2009-03-11reindentBaptiste Coudurier
2009-03-11write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier
2009-03-11use correct codec tag list for ipod formatBaptiste Coudurier
2009-03-11fix subs track height, set track->height to codec height if not setBaptiste Coudurier
2009-02-28Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje
2009-02-26movenc: add muxing of language along with metadata tags when availableAurelien Jacobs
2009-02-26return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs
2009-02-26cosmetics: indentationAurelien Jacobs
2009-02-26use new metadata API in mov muxerAurelien Jacobs
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-12write active picture height for d-10/imx in movBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-16move actual writing before so new size can be taken into accountBaptiste Coudurier
2009-01-15Reindent after last commitLuca Abeni
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11cosmeticsBaptiste Coudurier
2009-01-11remove warnings about uninitialized varsBaptiste Coudurier
2009-01-11cosmeticsBaptiste Coudurier
2009-01-11Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad
2008-12-11remove _t in typedef for POSIX compatibilityBaptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08write copyright metadata tagBaptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-08terminate tag tables by CODEC_ID_NONEBaptiste Coudurier
2008-09-05do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier
2008-09-04cosmetics, remove whitespaceBaptiste Coudurier
2008-09-04actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise
2008-09-04skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi
2008-09-03change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier