| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: allow Apple Lossless inside mp4 | Leo Izen | 2020-11-22 | 1 | -0/+1 |
* | avformat/movenc: Avoid allocation for timecode track | Andreas Rheinhardt | 2020-10-05 | 1 | -8/+4 |
* | avformat/movenc: Don't forget to free fragment buffers | Andreas Rheinhardt | 2020-10-05 | 1 | -0/+2 |
* | avformat/movenc: Free old vos_data before overwriting it | Andreas Rheinhardt | 2020-10-05 | 1 | -0/+1 |
* | avformat/movenc: Don't free AVCodecParameters manually | Andreas Rheinhardt | 2020-10-05 | 1 | -3/+1 |
* | avformat/movenc: Make some AVCodecTag tables static | Andreas Rheinhardt | 2020-10-04 | 1 | -2/+2 |
* | avformat/movenc: Fix segfault when remuxing rtp hint stream | Andreas Rheinhardt | 2020-10-04 | 1 | -0/+4 |
* | avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates | Jan Ekström | 2020-10-02 | 1 | -2/+3 |
* | avformat/movenc: Fix stack overflow when remuxing timecode tracks | Andreas Rheinhardt | 2020-10-01 | 1 | -1/+1 |
* | avformat/movenc: Fix segfault upon allocation error | Andreas Rheinhardt | 2020-09-28 | 1 | -0/+3 |
* | avformat/movenc: simplify ISML manifest bit rate logic | Jan Ekström | 2020-09-22 | 1 | -10/+3 |
* | avformat/movenc: use more fall-back values for average bit rate fields | Jan Ekström | 2020-09-22 | 1 | -0/+17 |
* | avformat/movenc: implement writing of the btrt box | Jan Ekström | 2020-09-22 | 1 | -0/+33 |
* | avformat/movenc: utilize bit rate helper function in ISML writing | Jan Ekström | 2020-09-21 | 1 | -5/+4 |
* | avformat/movenc: split MPEG-4 bit rate value calculation | Jan Ekström | 2020-09-21 | 1 | -10/+34 |
* | avformat/movenc: write the colr atom by default | Michael Bradshaw | 2020-08-21 | 1 | -6/+12 |
* | lavf/movenc: Use a dynamic buffer when writing the mfra box | Derek Buitenhuis | 2020-06-28 | 1 | -12/+26 |
* | avcodec, avformat: Remove unnecessary initializations of side data size | Andreas Rheinhardt | 2020-06-22 | 1 | -1/+1 |
* | avformat/movenc: Write 'av01' as a compatible brand when muxing AV1 | Derek Buitenhuis | 2020-06-17 | 1 | -1/+5 |
* | avformat/movenc: fix remuxing eia-608 into mov from other containers | Paul B Mahol | 2020-06-15 | 1 | -0/+16 |
* | movenc: Fix accidental leftover duplication from 1aec1fbcc595 | Martin Storsjö | 2020-05-22 | 1 | -3/+1 |
* | movenc: Fix conversion of the first frame for extradata-less H264/HEVC | Martin Storsjö | 2020-05-22 | 1 | -16/+19 |
* | movenc: Use first H264/HEVC frame as extradata, if it is missing | Martin Storsjö | 2020-05-20 | 1 | -0/+2 |
* | avformat/movenc: cosmetics | Limin Wang | 2020-04-26 | 1 | -69/+69 |
* | lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata | Jun Zhao | 2020-04-23 | 1 | -0/+35 |
* | avformat/movenc: cosmetics | Limin Wang | 2020-04-20 | 1 | -1/+1 |
* | avformat/movenc: remove call to av_copy_packet_side_data() when concatenating... | James Almer | 2020-04-15 | 1 | -2/+0 |
* | avformat/movenc: write the mdcv atom by default | Michael Bradshaw | 2020-04-13 | 1 | -1/+37 |
* | avformat/movenc: remove the write_clli mov flag | Michael Bradshaw | 2020-04-13 | 1 | -8/+3 |
* | avformat/movenc: stop guessing colr atom values | Michael Bradshaw | 2020-04-13 | 1 | -30/+3 |
* | avformat/movenc: use enum values directly for colr atom | Michael Bradshaw | 2020-04-13 | 1 | -28/+3 |
* | avformat/movenc: add write_clli flag to write clli atom | Michael Bradshaw | 2020-04-01 | 1 | -0/+26 |
* | movenc: mark Opus encapsulation as stable | Lynne | 2020-03-27 | 1 | -1/+2 |
* | avformat/movenc: Reduce size of the allocated MOVIentry array | James Almer | 2020-03-26 | 1 | -1/+1 |
* | avformat/movenc: add ICC profile support to colr atom | vectronic | 2020-03-10 | 1 | -2/+21 |
* | avformat/av1: Avoid allocation + copying when filtering OBUs | Andreas Rheinhardt | 2020-01-26 | 1 | -4/+7 |
* | avformat/movenc: Check for reformatting errors when writing hint tracks | Andreas Rheinhardt | 2020-01-26 | 1 | -4/+11 |
* | avformat/movenc: allow ISMV timescale to be user-set | Gyan Doshi | 2020-01-25 | 1 | -4/+10 |
* | avformat/movenc, segafilmenc: Remove unnecessary avio_tell() | Andreas Rheinhardt | 2020-01-17 | 1 | -1/+1 |
* | Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument" | James Almer | 2020-01-16 | 1 | -2/+4 |
* | avformat/movenc: add a flag to enable CMAF compatability | James Almer | 2020-01-15 | 1 | -2/+23 |
* | avformat/movenc: use AVProducerReferenceTime side data to write the prft atom | James Almer | 2020-01-15 | 1 | -2/+16 |
* | avformat/utils: make ff_ntp_time() accept a timestamp as input argument | James Almer | 2020-01-15 | 1 | -1/+1 |
* | movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst | Martin Storsjö | 2020-01-10 | 1 | -7/+28 |
* | avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK... | Marton Balint | 2020-01-07 | 1 | -4/+4 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -1/+0 |
* | avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru... | James Almer | 2019-12-21 | 1 | -4/+11 |
* | avformat/movenc: ensure we don't write the major brand as a compatible brand ... | James Almer | 2019-12-21 | 1 | -10/+22 |
* | avformat/movenc: write the major brand also as the first compatible brand | James Almer | 2019-12-21 | 1 | -29/+32 |
* | lavf/movenc: cosmetics | Yuki Tsuchiya | 2019-12-12 | 1 | -33/+33 |