summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-10
* movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-10
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-10
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* improved 'edts' atom writing supportGil Pedersen2011-05-31
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-27
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-27
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
* movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-12
* movenc: fix adpcm mono muxing.Alex Converse2011-05-12
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-02
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-25
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-25
* reindent after tapt patchMaksym Veremeyenko2011-02-25
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* movenc: Force first sample as SYNCTakashi Mochizuki2011-02-13
* movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-28
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier2011-01-07
* In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier2011-01-07
* Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier2010-11-23
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-15
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-15
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-08
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
* movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö2010-07-20
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-08
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-15
* fix raw 555 pixel format, add abgr fourccBaptiste Coudurier2010-06-04
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-23
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-23