| Commit message (Expand) | Author | Age | Files | Lines |
* | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -2/+2 |
* | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
* | mov: Convert to the new bitstream reader | Alexandra Hájková | 2017-01-13 | 1 | -20/+21 |
* | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -1/+1 |
* | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | movenc: Add an option for skipping writing the mfra/tfra/mfro trailer | Martin Storsjö | 2016-07-08 | 1 | -3/+26 |
* | movenc: Apply offsets on timestamps when peeking into interleaving queues | Martin Storsjö | 2016-06-28 | 1 | -6/+6 |
* | movenc: Write 'loci' geotag metadata for 3gp and mp4 | Martin Storsjö | 2016-05-19 | 1 | -0/+53 |
* | movenc: Factorize a function for finding a metadata entry and the associated ... | Martin Storsjö | 2016-05-19 | 1 | -7/+19 |
* | movenc: Write ?xyz geotag metadata for mov files | Michael Niedermayer | 2016-05-19 | 1 | -0/+1 |
* | movenc: Add a missed const | Martin Storsjö | 2016-05-18 | 1 | -1/+1 |
* | movenc: Use packets in interleaving queues for the duration at the end of fra... | Martin Storsjö | 2016-05-18 | 1 | -0/+22 |
* | movenc: Provide output bytestream markers for fragmented content | Martin Storsjö | 2016-05-18 | 1 | -0/+16 |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -4/+4 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | movenc: Handle pts == NOPTS when autoflushing | Martin Storsjö | 2016-04-21 | 1 | -1/+4 |
* | movenc: Update a comment to reflect how the code actually behaves | Martin Storsjö | 2016-04-19 | 1 | -1/+2 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -261/+258 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -2/+2 |
* | movenc: use the CPB props side data | Anton Khirnov | 2015-12-06 | 1 | -5/+8 |
* | movenc: add fallback audio track tref support | John Stebbins | 2015-11-18 | 1 | -4/+15 |
* | movenc: Allow setting start_dts/start_cts before writing actual packets | Martin Storsjö | 2015-11-11 | 1 | -3/+12 |
* | movenc: Assume streams starting at pts=0 for discontinuous fragments with edi... | Martin Storsjö | 2015-11-11 | 1 | -4/+12 |
* | movenc: Automatically flush after writing the initial moov | Martin Storsjö | 2015-11-10 | 1 | -0/+1 |
* | movenc: Honor flush requests with delay_moov, when some tracks lack samples | Martin Storsjö | 2015-10-23 | 1 | -8/+8 |
* | movenc: Add a new flag for writing global sidx indexes for dash | Martin Storsjö | 2015-08-12 | 1 | -7/+8 |
* | movenc: Place the sidx index after the initial moov/mdat pair | Martin Storsjö | 2015-08-10 | 1 | -0/+3 |
* | movenc: Rename reserved_moov_pos to reserved_header_pos | Martin Storsjö | 2015-08-10 | 1 | -7/+7 |
* | movenc: Check that frag_info entries exist in mov_write_sidx_tag | Martin Storsjö | 2015-08-10 | 1 | -0/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | mov: Preserve the metadata even when bit-exactness is requested | Luca Barbato | 2015-06-30 | 1 | -7/+7 |
* | movenc: fixes a questionable valgrind uninitialized value warning | Janne Grunau | 2015-06-10 | 1 | -1/+1 |
* | movenc: Write the make and model metadata keys for mov style files | Martin Storsjö | 2015-03-23 | 1 | -0/+2 |
* | movenc: write the display transform matrix | Anton Khirnov | 2015-03-19 | 1 | -9/+21 |
* | movenc: Don't assume that fragment durations in pts is equal to duration in dts | Martin Storsjö | 2015-03-19 | 1 | -9/+24 |
* | movenc: Move sidx edit list timestamp adjustment into a block | Martin Storsjö | 2015-03-19 | 1 | -4/+4 |
* | movenc: Only adjust the cts offset at the start of fragments if necessary | Martin Storsjö | 2015-03-19 | 1 | -2/+4 |
* | movenc: Write pts timestamps in tfxd, instead of dts timestamps | Martin Storsjö | 2015-03-19 | 1 | -1/+2 |
* | movenc: Set the last packet duration based on the next packet when autoflushing | Martin Storsjö | 2015-03-19 | 1 | -1/+7 |
* | movenc: Heuristically set the duration of the last sample in a fragment if no... | Martin Storsjö | 2015-03-19 | 1 | -0/+26 |
* | movenc: Allow interleaving samples when writing fragmented files | Martin Storsjö | 2015-03-16 | 1 | -7/+78 |
* | movenc: Support writing multiple trun atoms | Martin Storsjö | 2015-03-16 | 1 | -8/+16 |
* | movenc: Support setting fragment_index before the moov atom is written | Martin Storsjö | 2015-03-10 | 1 | -8/+9 |
* | movenc: Don't rely on the fragment index for vc1 info gathering | Martin Storsjö | 2015-03-10 | 1 | -4/+7 |
* | movenc: Avoid writing separate flags for the first sample if not necessary | Martin Storsjö | 2015-03-09 | 1 | -1/+2 |
* | movenc: Set tfhd default sample flags based on actual samples, if possible | Martin Storsjö | 2015-03-09 | 1 | -10/+15 |
* | movenc: Keep writing zero-entry stts atoms as intended | Martin Storsjö | 2015-03-06 | 1 | -6/+6 |
* | movenc: Check memory allocations | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+12 |
* | movenc: Fix a typo in a comment | Martin Storsjö | 2015-01-06 | 1 | -1/+1 |