summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-18
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-04
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-25
* movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse2012-04-20
* movenc: Remove a dead initializationAlex Converse2012-04-12
* movenc: small refactor mov_write_packetLuca Barbato2012-04-11
* movenc: remove redundant checkLuca Barbato2012-04-11
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* movenc: Merge if statementsMartin Storsjö2012-03-25
* avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-24
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-20
* movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-27
* movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-27
* movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-27
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-23
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-22
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-18
* mov: Use defines for trun flagsMartin Storsjö2012-02-18
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-18
* movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö2012-02-18
* movenc: Write track durations with all bits set if duration is unknownMartin Storsjö2012-02-18
* movenc: Don't set a default sample duration when creating ismvMartin Storsjö2012-02-16
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* movenc: Support muxing VC1Martin Storsjö2012-02-14
* movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-13
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-30
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-27
* movenc: Support adding isml (smooth streaming live) metadataMartin Storsjö2012-01-27
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-27
* 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