summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-151-0/+1
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-151-1/+1
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-081-2/+2
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-251-1/+1
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-201-1/+1
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-081-0/+19
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-151-0/+2
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-041-1/+2
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-231-0/+1
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-231-1/+1
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-231-1/+1
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-181-2/+107
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-181-8/+8
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-181-59/+1
* movenc: Write QuickTime chaptersDavid Conrad2010-05-051-5/+70
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-051-111/+111
* movenc: Write nero chaptersDavid Conrad2010-04-211-0/+29
* Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin2010-04-121-14/+8
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-26/+26
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-091-2/+2
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-091-1/+3
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-4/+4
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-171-1/+1
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-041-0/+3
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-291-1/+1
* remove useless mov timescale fieldBaptiste Coudurier2009-11-291-7/+11
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-291-1/+1
* track time can be 64bitBaptiste Coudurier2009-11-291-1/+1
* support pcm_f32/64le in movBaptiste Coudurier2009-11-291-8/+12
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-291-18/+18
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-291-7/+68
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-231-0/+5
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-231-1/+1
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-221-1/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-9/+9
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-311-1/+1
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-231-1/+4
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-151-10/+44
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-141-5/+7
* change cts type to int, save some spaceBaptiste Coudurier2009-05-141-1/+1
* factorize av_set_pts_infoBaptiste Coudurier2009-05-131-3/+2
* cosmetics, alignmentBaptiste Coudurier2009-05-131-1/+1
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-101-0/+4
* bgra in .mov muxingBaptiste Coudurier2009-05-101-0/+1
* correct pixfmt for argbBaptiste Coudurier2009-05-101-1/+1
* rgba in .mov muxingBaptiste Coudurier2009-05-101-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-071-34/+34
OpenPOWER on IntegriCloud