Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10movenc: Simplify setting the fragmentation flagMartin Storsjö
2013-09-10movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö
2013-09-03movenc: Don't flush after each written packetMartin Storsjö
2013-08-27movenc: Check for errors from mov_create_chapter_trackMartin Storsjö
2013-08-27movenc: Properly free allocated data on failures in mov_write_headerMartin Storsjö
2013-08-27movenc: Check that tracks->enc exists before trying to free extradataMartin Storsjö
2013-08-27movenc: Check for allocation failures in mov_create_chapter_trackMartin Storsjö
2013-08-25mov: Write tmcd extradataLuca Barbato
2013-08-23movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins
2013-08-21movenc: fix detection of 64bit offset requirementClément Bœsch
2013-08-21movenc: Make chapter track QuickTime compatibleJohn Stebbins
2013-08-21movenc: add faststart option for web streamingClément Bœsch
2013-08-20movenc: Allow chapters to be written in trailerJohn Stebbins
2013-08-20movenc: Allow chapter track in default MODE_MP4John Stebbins
2013-08-20mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato
2013-08-20mov: Compute max duration among the tracks with a timescaleLuca Barbato
2013-08-20mov: Set the timescale for data streamsLuca Barbato
2013-08-18movenc: Indicate that negative timestamps are supportedMartin Storsjö
2013-07-07movenc: K&R formatting cosmeticsMartin Storsjö
2013-06-04movenc: Grow the frag_info array in chunksAndrey Semashev
2013-06-04movenc: Increase the cluster array allocation by doublingAndrey Semashev
2013-06-04movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev
2013-05-17movenc: Don't add base_data_offset in tfhd for PIFF filesJeremy Hinegardner
2013-01-30movenc: Simplify code by using avio_wb24Martin Storsjö
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-06-18mov: Support muxing/demuxing iLBCMartin Storsjö
2012-06-04movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse
2012-05-25movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse
2012-04-21movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse
2012-04-13movenc: Remove a dead initializationAlex Converse
2012-04-11movenc: small refactor mov_write_packetLuca Barbato
2012-04-11movenc: remove redundant checkLuca Barbato
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-25movenc: Merge if statementsMartin Storsjö
2012-03-25avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö
2012-03-20movenc: Add a min_frag_duration optionMartin Storsjö
2012-02-27movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles
2012-02-27movenc: use the first cluster duration as the tfhd default durationJustin Ruggles