]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.c
ARM: dca: disable optimised decode_blockcodes() for old gcc
[ffmpeg] / libavformat / movenc.c
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-10 Martin Storsjömovenc: Use the actual converted sample for RTP hinting
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-09 Justin Rugglesmovenc: write 'chan' tag for AC-3 in MOV
2011-12-09 Justin Rugglesmov: add support for reading and writing the 'chan...
2011-12-09 Justin Rugglesmovenc: simplify handling of pcm vs. adpcm vs. other...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-05 Carl Eugen Hoyosmovenc: Set a correct packet size for AMR-NB mode 15...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-05 Anton Khirnovlavc/lavf: use unique private classes.
2011-09-19 Anton Khirnovmovenc: fix NULL reference in mov_write_tkhd_tag
2011-09-17 Anton Khirnovmovenc: create an alternate group for each media type
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-08-22 Anton Khirnovmovenc: use libx264 by default when possible for mov...
2011-08-16 Anton Khirnovmovenc: change AV_LOG_INFO to AV_LOG_WARNING for some...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-10 Martin Storsjömovenc: Add RTP muxer/hinter options
2011-06-10 Martin Storsjömovenc: Pass the RTP AVFormatContext to the SDP generation
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-31 Gil Pedersenimproved 'edts' atom writing support
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-05-13 Baptiste Couduriermovenc: always write esds descriptor length using 4...
2011-05-12 Baptiste Couduriermovenc: fix yuv range in avid atoms used by dnxhd.
2011-05-12 Alex Conversemovenc: fix adpcm mono muxing.
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-02 Baptiste Couduriermovenc: use correct tag for dvcpro hd
2011-03-01 Baptiste Couduriermovenc: fix tkhd height for imx
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Ronald S. Bultjemovenc: remove uses of deprecated API.
2011-02-25 Maksym Veremeyenkostore pasp atom for all types of quicktime movie
2011-02-25 Maksym Veremeyenkoreindent after tapt patch
2011-02-25 Maksym Veremeyenkouse tapt atom for sample aspect ratio
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-13 Takashi Mochizukimovenc: Force first sample as SYNC
2011-01-28 Janne Grunaumovenc: byteswap codec_tag in mov_write_ms_tag
2011-01-28 Baptiste CoudurierIn mov muxer, mux adpcm_ms and adpcm_ima_wav the way...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-07 Baptiste CoudurierIn mov muxer, override codec tag for dv in mov, fix...
2011-01-07 Baptiste CoudurierIn mov muxer, override codec tag for h263 in mov, fix...
2010-11-23 Baptiste CoudurierUnset variable fps for mov and mp4 muxer, they support it
2010-10-15 Baptiste CoudurierIn mov muxer, write artist metadata tag
2010-10-15 Baptiste CoudurierIn mov muxer, use correct metadata tag for encoder...
2010-09-08 Baptiste CoudurierIn mov muxer, write reduced sample aspect ratio values...
2010-08-25 Martin StorsjöProperly handle IPv6 addresses in the SDP generation
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
next