summaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-18/+18
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-1/+0
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-2/+0
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-6/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-92/+92
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-6/+6
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-15/+6
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-211-1/+1
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-181-1/+2
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-041-1/+3
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-251-20/+1
* movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse2012-04-201-12/+7
* movenc: Remove a dead initializationAlex Converse2012-04-121-1/+1
* movenc: small refactor mov_write_packetLuca Barbato2012-04-111-27/+32
* movenc: remove redundant checkLuca Barbato2012-04-111-3/+0
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-19/+21
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* movenc: Merge if statementsMartin Storsjö2012-03-251-5/+2
* avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-241-24/+10
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-201-5/+10
* movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-271-5/+20
* movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-271-1/+1
* movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-271-11/+18
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-231-1/+1
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-221-24/+50
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-181-2/+4
* mov: Use defines for trun flagsMartin Storsjö2012-02-181-12/+12
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-181-9/+9
* movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö2012-02-181-0/+6
* movenc: Write track durations with all bits set if duration is unknownMartin Storsjö2012-02-181-2/+8
* movenc: Don't set a default sample duration when creating ismvMartin Storsjö2012-02-161-3/+4
* 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
OpenPOWER on IntegriCloud