summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-05
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-19
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-17
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-22
* movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov2011-08-16
* 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