summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* movenc: Don't flush after each written packetMartin Storsjö2013-09-03
* movenc: Check for errors from mov_create_chapter_trackMartin Storsjö2013-08-27
* movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö2013-08-27
* movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö2013-08-27
* movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö2013-08-27
* mov: Write tmcd extradataLuca Barbato2013-08-25
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-23
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-21
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-21
* movenc: add faststart option for web streamingClément Bœsch2013-08-21
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-20
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-20
* mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato2013-08-20
* mov: Compute max duration among the tracks with a timescaleLuca Barbato2013-08-20
* mov: Set the timescale for data streamsLuca Barbato2013-08-20
* movenc: Indicate that negative timestamps are supportedMartin Storsjö2013-08-17
* movenc: K&R formatting cosmeticsMartin Storsjö2013-07-07
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-04
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-04
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-04
* movenc: Don't add base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-17
* movenc: Simplify code by using avio_wb24Martin Storsjö2013-01-30
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* 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