summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
...
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
* track time can be 64bitBaptiste Coudurier2009-11-29
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-23
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-23
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-31
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-23
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
* cosmetics, alignmentBaptiste Coudurier2009-05-13
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
* bgra in .mov muxingBaptiste Coudurier2009-05-10
* correct pixfmt for argbBaptiste Coudurier2009-05-10
* rgba in .mov muxingBaptiste Coudurier2009-05-10
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
* cosmetics, reindentBaptiste Coudurier2009-04-07
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
* invert condition to simplify codeBaptiste Coudurier2009-04-07
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-07
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-07
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-22
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-15
* cosmeticsBaptiste Coudurier2009-03-15
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-15
* reindentBaptiste Coudurier2009-03-11
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-11
* ipod supports both subs tagsBaptiste Coudurier2009-03-11
* reindentBaptiste Coudurier2009-03-11
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-11
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-11
* fix subs track height, set track->height to codec height if not setBaptiste Coudurier2009-03-11
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26