summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat/movenc: allow Apple Lossless inside mp4Leo Izen2020-11-22
* avformat/movenc: Avoid allocation for timecode trackAndreas Rheinhardt2020-10-05
* avformat/movenc: Don't forget to free fragment buffersAndreas Rheinhardt2020-10-05
* avformat/movenc: Free old vos_data before overwriting itAndreas Rheinhardt2020-10-05
* avformat/movenc: Don't free AVCodecParameters manuallyAndreas Rheinhardt2020-10-05
* avformat/movenc: Make some AVCodecTag tables staticAndreas Rheinhardt2020-10-04
* avformat/movenc: Fix segfault when remuxing rtp hint streamAndreas Rheinhardt2020-10-04
* avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_ratesJan Ekström2020-10-02
* avformat/movenc: Fix stack overflow when remuxing timecode tracksAndreas Rheinhardt2020-10-01
* avformat/movenc: Fix segfault upon allocation errorAndreas Rheinhardt2020-09-28
* avformat/movenc: simplify ISML manifest bit rate logicJan Ekström2020-09-22
* avformat/movenc: use more fall-back values for average bit rate fieldsJan Ekström2020-09-22
* avformat/movenc: implement writing of the btrt boxJan Ekström2020-09-22
* avformat/movenc: utilize bit rate helper function in ISML writingJan Ekström2020-09-21
* avformat/movenc: split MPEG-4 bit rate value calculationJan Ekström2020-09-21
* avformat/movenc: write the colr atom by defaultMichael Bradshaw2020-08-21
* lavf/movenc: Use a dynamic buffer when writing the mfra boxDerek Buitenhuis2020-06-28
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avformat/movenc: Write 'av01' as a compatible brand when muxing AV1Derek Buitenhuis2020-06-17
* avformat/movenc: fix remuxing eia-608 into mov from other containersPaul B Mahol2020-06-15
* movenc: Fix accidental leftover duplication from 1aec1fbcc595Martin Storsjö2020-05-22
* movenc: Fix conversion of the first frame for extradata-less H264/HEVCMartin Storsjö2020-05-22
* movenc: Use first H264/HEVC frame as extradata, if it is missingMartin Storsjö2020-05-20
* avformat/movenc: cosmeticsLimin Wang2020-04-26
* lavf/movenc: enable dvcC/dvvC box support from DOVI sidedataJun Zhao2020-04-23
* avformat/movenc: cosmeticsLimin Wang2020-04-20
* avformat/movenc: remove call to av_copy_packet_side_data() when concatenating...James Almer2020-04-15
* avformat/movenc: write the mdcv atom by defaultMichael Bradshaw2020-04-13
* avformat/movenc: remove the write_clli mov flagMichael Bradshaw2020-04-13
* avformat/movenc: stop guessing colr atom valuesMichael Bradshaw2020-04-13
* avformat/movenc: use enum values directly for colr atomMichael Bradshaw2020-04-13
* avformat/movenc: add write_clli flag to write clli atomMichael Bradshaw2020-04-01
* movenc: mark Opus encapsulation as stableLynne2020-03-27
* avformat/movenc: Reduce size of the allocated MOVIentry arrayJames Almer2020-03-26
* avformat/movenc: add ICC profile support to colr atomvectronic2020-03-10
* avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt2020-01-26
* avformat/movenc: Check for reformatting errors when writing hint tracksAndreas Rheinhardt2020-01-26
* avformat/movenc: allow ISMV timescale to be user-setGyan Doshi2020-01-25
* avformat/movenc, segafilmenc: Remove unnecessary avio_tell()Andreas Rheinhardt2020-01-17
* Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer2020-01-16
* avformat/movenc: add a flag to enable CMAF compatabilityJames Almer2020-01-15
* avformat/movenc: use AVProducerReferenceTime side data to write the prft atomJames Almer2020-01-15
* avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer2020-01-15
* movenc: Write durations based on pts into mvhd/mdhd/tkhd/elstMartin Storsjö2020-01-10
* avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK...Marton Balint2020-01-07
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...James Almer2019-12-21
* avformat/movenc: ensure we don't write the major brand as a compatible brand ...James Almer2019-12-21
* avformat/movenc: write the major brand also as the first compatible brandJames Almer2019-12-21
* lavf/movenc: cosmeticsYuki Tsuchiya2019-12-12