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-10-14movenc: Write tfdt atomsMartin Storsjö
2014-10-12movenc: Simplify code by using an existing local pointerMartin Storsjö
2014-10-12movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö
2014-10-12movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö
2014-10-12movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö
2014-10-12movenc: Adjust edit lists to trim out parts of tracks with negative ptsMichael Niedermayer
2014-09-04vc1: Split bits used in libavformat into a separate headerDiego Biurrun
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-07movenc: fix QT chapter track character encodingJohn Stebbins
2014-08-07movenc: add track title to tracksJohn Stebbins
2014-08-07movenc: remove pointless loop around BITEXACT testJohn Stebbins
2014-08-05movenc: Add option to disable nero chaptersJohn Stebbins
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