| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Require samples before trying to write edts | Martin Storsjö | 2014-11-08 | 1 | -3/+3 |
* | movenc: Avoid leaking locally allocated data when returning on errors | Martin Storsjö | 2014-11-08 | 1 | -6/+12 |
* | movenc: Remove an outdated comment | Martin Storsjö | 2014-11-08 | 1 | -1/+1 |
* | movenc: Write correct presentation timestamps in tfra | Martin Storsjö | 2014-11-07 | 1 | -0/+11 |
* | movenc: Remove a now redundant check | Martin Storsjö | 2014-11-07 | 1 | -1/+1 |
* | movenc: Allow to request not to use edit lists | Martin Storsjö | 2014-11-07 | 1 | -1/+32 |
* | lavf: use the format context strict_std_compliance instead of the codec one | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | movenc: Don't write any iso brands in ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+0 |
* | movenc: Don't write any tfdt atom for ismv files | Martin Storsjö | 2014-10-30 | 1 | -2/+3 |
* | movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov | Martin Storsjö | 2014-10-30 | 1 | -6/+12 |
* | movenc: Add a flag for using default-base-is-moof in tfhd atoms | Martin Storsjö | 2014-10-29 | 1 | -3/+11 |
* | movenc: Signal iso6 in compatible_brands when using tfdt | Martin Storsjö | 2014-10-29 | 1 | -0/+5 |
* | movenc: Use a local variable consistently | Martin Storsjö | 2014-10-29 | 1 | -1/+1 |
* | movenc: Don't check the custom IO flag when using faststart | Martin Storsjö | 2014-10-29 | 1 | -3/+2 |
* | movenc: Don't use track_id to decide which track is the first in a moof | Martin Storsjö | 2014-10-29 | 1 | -1/+3 |
* | movenc: Write tfdt atoms | Martin Storsjö | 2014-10-14 | 1 | -0/+13 |
* | movenc: Simplify code by using an existing local pointer | Martin Storsjö | 2014-10-12 | 1 | -1/+1 |
* | movenc: Print a warning for an unhandled case of nonzero start dts with empty... | Martin Storsjö | 2014-10-12 | 1 | -1/+7 |
* | movenc: Write edit lists for fragmented files as well, if necessary | Martin Storsjö | 2014-10-12 | 1 | -3/+10 |
* | movenc: Add some comments explaining subtle details in writing the edit lists | Martin Storsjö | 2014-10-12 | 1 | -0/+8 |
* | movenc: Adjust edit lists to trim out parts of tracks with negative pts | Michael Niedermayer | 2014-10-12 | 1 | -0/+7 |
* | vc1: Split bits used in libavformat into a separate header | Diego Biurrun | 2014-09-04 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | movenc: fix QT chapter track character encoding | John Stebbins | 2014-08-06 | 1 | -1/+6 |
* | movenc: add track title to tracks | John Stebbins | 2014-08-06 | 1 | -11/+64 |
* | movenc: remove pointless loop around BITEXACT test | John Stebbins | 2014-08-06 | 1 | -5/+3 |
* | movenc: Add option to disable nero chapters | John Stebbins | 2014-08-05 | 1 | -1/+2 |
* | mov: Clarify tkhd flag settings | Luca Barbato | 2014-07-11 | 1 | -3/+6 |
* | mov: Do not group tracks if more than one is enabled per type | Luca Barbato | 2014-07-11 | 1 | -5/+16 |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -6/+8 |
* | movenc: write avg_frame_rate as the framerate, not the codec timebase | Anton Khirnov | 2014-05-29 | 1 | -1/+7 |
* | movenc: use the "encoder" metadata tag to write stsd Compressorname | Anton Khirnov | 2014-05-18 | 1 | -2/+5 |
* | lavf: add AVFMT_FLAG_BITEXACT. | Anton Khirnov | 2014-05-15 | 1 | -1/+1 |
* | mov: Emit the correct tags for clcp tracks | Miles Gould | 2014-04-25 | 1 | -6/+24 |
* | mov: Write prof section of tapt tag | Aidan Skinner | 2014-04-25 | 1 | -0/+6 |
* | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -2/+5 |
* | mov: Unbreak sbtl writing | Michael Niedermayer | 2014-03-31 | 1 | -3/+7 |
* | movenc: Add dvd subtitle support | John Stebbins | 2014-03-28 | 1 | -5/+78 |
* | movenc: Allow override of major brand in ftyp atom | John Stebbins | 2014-03-23 | 1 | -1/+4 |
* | movenc: allow muxing HEVC in MODE_MP4. | Tim Walker | 2014-03-09 | 1 | -0/+1 |
* | movenc: enable Annex B to MP4 conversion for HEVC tracks. | Tim Walker | 2014-03-09 | 1 | -0/+9 |
* | movenc: write hvcC tag for HEVC. | Tim Walker | 2014-03-09 | 1 | -0/+13 |
* | movenc: allow override of "writing application" tag | John Stebbins | 2014-03-08 | 1 | -1/+2 |
* | movenc: Add a fallback fragmentation method for plain mp4 as well | Martin Storsjö | 2014-02-19 | 1 | -4/+2 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | movenc: Add an F4V muxer | Clément Bœsch | 2013-10-23 | 1 | -1/+37 |
* | movenc: Return a proper error code for invalid combinations | Martin Storsjö | 2013-09-22 | 1 | -2/+2 |
* | movenc: Use keyframes as default fragmentation point in ismv | Martin Storsjö | 2013-09-22 | 1 | -1/+1 |
* | movenc: Set all implicit flags immediately in mov_write_header | Martin Storsjö | 2013-09-22 | 1 | -2/+5 |