summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* movenc: Don't require frame_size to be set for modes other than movMartin Storsjö2012-01-25
* movenc: Reindent a blockMartin Storsjö2012-01-25
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-25
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-25
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-25
* movenc: Add a separate start_ptsMartin Storsjö2012-01-25
* movenc: Don't store a nonzero creation time if nothing was set by the callerMartin Storsjö2012-01-10
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-21
* movenc: Rudimentary IODs support.Alex Converse2011-12-15
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Remove extraneous semicolonsMans Rullgard2011-12-11
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-09
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-09
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-09
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-05
* 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