| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | movenc: Set mov->mode earlier in mov_write_header | Martin Storsjö | 2013-09-22 | 1 | -18/+19 |
* | movenc: Use null buffers for measuring the amount of data to be written | Martin Storsjö | 2013-09-19 | 1 | -12/+6 |
* | movenc: Add an option for omitting the tfhd base offset | Martin Storsjö | 2013-09-17 | 1 | -7/+16 |
* | movenc: Write the moof atom in two passes | Martin Storsjö | 2013-09-17 | 1 | -22/+25 |
* | movenc: Simplify setting the fragmentation flag | Martin Storsjö | 2013-09-09 | 1 | -5/+3 |
* | movenc: Add a warning message if conflicting options have been specified | Martin Storsjö | 2013-09-09 | 1 | -1/+4 |
* | movenc: Don't flush after each written packet | Martin Storsjö | 2013-09-03 | 1 | -2/+0 |
* | movenc: Check for errors from mov_create_chapter_track | Martin Storsjö | 2013-08-27 | 1 | -2/+5 |
* | movenc: Properly free allocated data on failures in mov_write_header | Martin Storsjö | 2013-08-27 | 1 | -15/+26 |
* | movenc: Check that tracks->enc exists before trying to free extradata | Martin Storsjö | 2013-08-27 | 1 | -1/+2 |
* | movenc: Check for allocation failures in mov_create_chapter_track | Martin Storsjö | 2013-08-27 | 1 | -0/+4 |
* | mov: Write tmcd extradata | Luca Barbato | 2013-08-25 | 1 | -0/+17 |
* | movenc: Make tkhd "enabled" flag QuickTime compatible | John Stebbins | 2013-08-23 | 1 | -1/+55 |
* | movenc: fix detection of 64bit offset requirement | Clément Bœsch | 2013-08-21 | 1 | -3/+9 |
* | movenc: Make chapter track QuickTime compatible | John Stebbins | 2013-08-21 | 1 | -2/+13 |
* | movenc: add faststart option for web streaming | Clément Bœsch | 2013-08-21 | 1 | -4/+133 |
* | movenc: Allow chapters to be written in trailer | John Stebbins | 2013-08-20 | 1 | -2/+15 |
* | movenc: Allow chapter track in default MODE_MP4 | John Stebbins | 2013-08-20 | 1 | -1/+1 |
* | mov: Prevent segfaults on mov_write_hdlr_tag | Luca Barbato | 2013-08-20 | 1 | -5/+16 |
* | mov: Compute max duration among the tracks with a timescale | Luca Barbato | 2013-08-20 | 1 | -1/+1 |
* | mov: Set the timescale for data streams | Luca Barbato | 2013-08-20 | 1 | -0/+2 |
* | movenc: Indicate that negative timestamps are supported | Martin Storsjö | 2013-08-17 | 1 | -7/+7 |
* | movenc: K&R formatting cosmetics | Martin Storsjö | 2013-07-07 | 1 | -189/+189 |
* | movenc: Grow the frag_info array in chunks | Andrey Semashev | 2013-06-04 | 1 | -3/+8 |
* | movenc: Increase the cluster array allocation by doubling | Andrey Semashev | 2013-06-04 | 1 | -1/+1 |
* | movenc: Keep track of the allocated size for the cluster array | Andrey Semashev | 2013-06-04 | 1 | -4/+6 |
* | movenc: Don't add base_data_offset in tfhd for PIFF files | Jeremy Hinegardner | 2013-05-17 | 1 | -2/+4 |
* | movenc: Simplify code by using avio_wb24 | Martin Storsjö | 2013-01-30 | 1 | -2/+1 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -4/+7 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -18/+18 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -2/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -6/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -92/+92 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -6/+6 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 1 | -15/+6 |