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
2014-07-11mov: Clarify tkhd flag settingsLuca Barbato
2014-07-11mov: Do not group tracks if more than one is enabled per typeLuca Barbato
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-05-29movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov
2014-05-18movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-04-25mov: Emit the correct tags for clcp tracksMiles Gould
2014-04-25mov: Write prof section of tapt tagAidan Skinner
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-31mov: Unbreak sbtl writingMichael Niedermayer
2014-03-28movenc: Add dvd subtitle supportJohn Stebbins
2014-03-23movenc: Allow override of major brand in ftyp atomJohn Stebbins
2014-03-09movenc: allow muxing HEVC in MODE_MP4.Tim Walker
2014-03-09movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker
2014-03-09movenc: write hvcC tag for HEVC.Tim Walker
2014-03-08movenc: allow override of "writing application" tagJohn Stebbins
2014-02-19movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-23movenc: Add an F4V muxerClément Bœsch
2013-09-22movenc: Return a proper error code for invalid combinationsMartin Storsjö
2013-09-22movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö
2013-09-22movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö
2013-09-22movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö
2013-09-19movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö
2013-09-18movenc: Add an option for omitting the tfhd base offsetMartin Storsjö
2013-09-18movenc: Write the moof atom in two passesMartin Storsjö
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ö