]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.c
Add RTP packetization of VP8
[ffmpeg] / libavformat / movenc.c
2010-07-20 Martin Storsjömovenc: Free the buffer returned by url_close_dyn_buffe...
2010-07-08 Baptiste CoudurierIn mov muxer, write pixel aspect ratio tag in mov files.
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-04 Baptiste Coudurierfix raw 555 pixel format, add abgr fourcc
2010-05-23 Baptiste Coudurierwrite 3gp perf tag for artist metadata
2010-05-23 Baptiste Coudurieralbm 3gp tag has optional track field not date
2010-05-23 Baptiste Coudurierchange author metadata to artist in mov de/muxer
2010-05-18 Martin StorsjöAdd initial support for RTP hinting in the mov muxer
2010-05-18 Martin StorsjöMake mov_write_packet non-static, add ff_ prefix
2010-05-18 Martin StorsjöMove the mov muxer structures to a separate header
2010-05-05 David Conradmovenc: Write QuickTime chapters
2010-05-05 David Conradmovenc: Swap positions of mov_write_header and mov_writ...
2010-04-21 David Conradmovenc: Write nero chapters
2010-04-12 Tomas HärdinPredicting the size of the hdlr, string data and trkn...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Baptiste CoudurierFix encoder metadata string langcode in mov muxer
2010-03-09 Baptiste CoudurierCorrectly mark mov metadata as utf-8, using iso languag...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-17 Stefano SabatiniUse av_match_ext() rather than the deprecated match_ext...
2010-01-04 Mike MelansonAdd support for these widely-used iTunes metadata field...
2009-11-29 Baptiste Coudurier100l, max value for timescale is UINT16_MAX
2009-11-29 Baptiste Coudurierremove useless mov timescale field
2009-11-29 Baptiste Coudurierchange track timescale to unsigned int, fix warning
2009-11-29 Baptiste Couduriertrack time can be 64bit
2009-11-29 Baptiste Couduriersupport pcm_f32/64le in mov
2009-11-29 Baptiste Couduriercosmetics, reindent after last commit
2009-11-29 Baptiste Couduriersupport sample rates > INT16_MAX in mov using stsd v2
2009-11-23 David ConradMOV: Add several iTunes metadata tags
2009-11-23 David ConradMOV: Fix writing \251wrt metadata (r20453 only fixed...
2009-11-22 Justin RugglesDo not write an extra byte in the iTunes 'hdlr' tag...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-05-31 Larbi Joubalafix 3gp metadata, write strings in UTF8, patch by Larbi...
2009-05-23 Larbi Joubalafix hdlr descr in mp4 which use c string, patch by...
2009-05-15 Baptiste Coudurierwrite 'stps' for mpeg-2 open gop in .mov
2009-05-14 Baptiste Coudurieruse flags field and remove key_frame field
2009-05-14 Baptiste Coudurierchange cts type to int, save some space
2009-05-13 Baptiste Coudurierfactorize av_set_pts_info
2009-05-13 Baptiste Couduriercosmetics, alignment
2009-05-10 Baptiste Coudurierrgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
2009-05-10 Baptiste Coudurierbgra in .mov muxing
2009-05-10 Baptiste Couduriercorrect pixfmt for argb
2009-05-10 Baptiste Coudurierrgba in .mov muxing
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 Baptiste Couduriermove codec tag tables near corresponding code
2009-04-07 Baptiste Couduriercosmetics, reindent
2009-04-07 Baptiste Couduriercosmetics, add empty line and remove useless braces
2009-04-07 Baptiste Coudurierfix compilation, add missing parenthesis
2009-04-07 Baptiste Couduriercomment the ipod subtitle check
2009-04-07 Baptiste Coudurierinvert condition to simplify code
2009-04-07 Baptiste Coudurierremove no more needed code, tag is set by default
2009-04-07 Baptiste Couduriercosmetics, reindent, add empty lines
2009-04-07 Baptiste Couduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 Baptiste Coudurierset bits_per_coded_sample for rawvideo
2009-04-07 Baptiste Coudurieroverride mov fourcc for pcm audio, this is safer when...
2009-03-22 Baptiste Coudurierallocate tracks instead of using MAX_STREAMS
2009-03-15 Baptiste Couduriertypo in the mail, the 4am commit is always the worst
2009-03-15 Baptiste Couduriercosmetics
2009-03-15 Baptiste Coudurieradd my copyright in mov de/muxer
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierkeep original tag when stream copying subs with ipod...
2009-03-11 Baptiste Coudurieripod supports both subs tags
2009-03-11 Baptiste Coudurierreindent
2009-03-11 Baptiste Coudurierwrite correct atoms based on tag and not format, fixes...
2009-03-11 Baptiste Coudurieruse correct codec tag list for ipod format
2009-03-11 Baptiste Coudurierfix subs track height, set track->height to codec heigh...
2009-02-28 Ronald S. BultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-26 Aurelien Jacobsmovenc: add muxing of language along with metadata...
2009-02-26 Aurelien Jacobsreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 Aurelien Jacobscosmetics: indentation
2009-02-26 Aurelien Jacobsuse new metadata API in mov muxer
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-12 Baptiste Coudurierwrite active picture height for d-10/imx in mov
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-16 Baptiste Couduriermove actual writing before so new size can be taken...
2009-01-15 Luca AbeniReindent after last commit
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 Baptiste Coudurierremove warnings about uninitialized vars
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 David ConradAdd support for muxing mov/mp4/3gp timed text streams
2008-12-11 Baptiste Coudurierremove _t in typedef for POSIX compatibility
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-08 Baptiste Coudurierwrite copyright metadata tag
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Baptiste Coudurierterminate tag tables by CODEC_ID_NONE
2008-09-05 Baptiste Coudurierdo not fail if audio is uncompressed and frame size...
2008-09-04 Baptiste Couduriercosmetics, remove whitespace
2008-09-04 Kurtnoiseactually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 Damiano Galassiskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-03 Baptiste Coudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 Baptiste Coudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 Baptiste Coudurierdirac muxing support in mp4/mov
2008-09-03 Baptiste Couduriercosmetics, vertical align
2008-09-03 Baptiste Coudurierac3 muxing support in mov/mp4/m4v
2008-09-02 Baptiste Couduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-08-31 Baptiste Couduriercheck for malloc failure
2008-08-31 Baptiste Couduriercopy whole frame in vosData for dnxhd, this code will...
next