summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-3/+3
* movenc: Support muxing VC1Martin Storsjö2012-02-141-1/+166
* movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-131-2/+17
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-301-143/+144
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-271-2/+13
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-271-0/+130
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-5/+0
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-271-8/+0
* movenc: Don't require frame_size to be set for modes other than movMartin Storsjö2012-01-251-1/+1
* movenc: Reindent a blockMartin Storsjö2012-01-251-13/+15
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-251-2/+2
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-251-4/+134
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-251-8/+20
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-251-10/+399
* movenc: Add a separate start_ptsMartin Storsjö2012-01-251-2/+5
* movenc: Don't store a nonzero creation time if nothing was set by the callerMartin Storsjö2012-01-101-1/+2
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-1/+20
* movenc: Rudimentary IODs support.Alex Converse2011-12-151-11/+28
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
* Remove extraneous semicolonsMans Rullgard2011-12-111-1/+1
* movenc: Use the actual converted sample for RTP hintingMartin Storsjö2011-12-111-2/+11
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles2011-12-091-0/+1
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-091-0/+26
* movenc: simplify handling of pcm vs. adpcm vs. other compressed codecsJustin Ruggles2011-12-091-43/+18
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-051-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-051-10/+17
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-191-1/+1
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-171-1/+2
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-221-0/+12
* movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov2011-08-161-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-60/+56
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-5/+2
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-1/+13
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-101-0/+2
* movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-101-3/+3
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-101-1/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-12/+13
* improved 'edts' atom writing supportGil Pedersen2011-05-311-10/+39
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-271-1/+11
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-271-0/+18
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-131-11/+3
* movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-121-1/+1
* movenc: fix adpcm mono muxing.Alex Converse2011-05-121-0/+1
OpenPOWER on IntegriCloud