aboutsummaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
AgeCommit message (Expand)Author
2020-08-21avformat/movenc: write the colr atom by defaultMichael Bradshaw
2020-06-28lavf/movenc: Use a dynamic buffer when writing the mfra boxDerek Buitenhuis
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-06-17avformat/movenc: Write 'av01' as a compatible brand when muxing AV1Derek Buitenhuis
2020-06-15avformat/movenc: fix remuxing eia-608 into mov from other containersPaul B Mahol
2020-05-22movenc: Fix accidental leftover duplication from 1aec1fbcc595Martin Storsjö
2020-05-22movenc: Fix conversion of the first frame for extradata-less H264/HEVCMartin Storsjö
2020-05-20movenc: Use first H264/HEVC frame as extradata, if it is missingMartin Storsjö
2020-04-26avformat/movenc: cosmeticsLimin Wang
2020-04-23lavf/movenc: enable dvcC/dvvC box support from DOVI sidedataJun Zhao
2020-04-20avformat/movenc: cosmeticsLimin Wang
2020-04-15avformat/movenc: remove call to av_copy_packet_side_data() when concatenating...James Almer
2020-04-13avformat/movenc: write the mdcv atom by defaultMichael Bradshaw
2020-04-13avformat/movenc: remove the write_clli mov flagMichael Bradshaw
2020-04-13avformat/movenc: stop guessing colr atom valuesMichael Bradshaw
2020-04-13avformat/movenc: use enum values directly for colr atomMichael Bradshaw
2020-04-01avformat/movenc: add write_clli flag to write clli atomMichael Bradshaw
2020-03-27movenc: mark Opus encapsulation as stableLynne
2020-03-26avformat/movenc: Reduce size of the allocated MOVIentry arrayJames Almer
2020-03-10avformat/movenc: add ICC profile support to colr atomvectronic
2020-01-26avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt
2020-01-26avformat/movenc: Check for reformatting errors when writing hint tracksAndreas Rheinhardt
2020-01-25avformat/movenc: allow ISMV timescale to be user-setGyan Doshi
2020-01-17avformat/movenc, segafilmenc: Remove unnecessary avio_tell()Andreas Rheinhardt
2020-01-16Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer
2020-01-15avformat/movenc: add a flag to enable CMAF compatabilityJames Almer
2020-01-15avformat/movenc: use AVProducerReferenceTime side data to write the prft atomJames Almer
2020-01-15avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer
2020-01-10movenc: Write durations based on pts into mvhd/mdhd/tkhd/elstMartin Storsjö
2020-01-07avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK...Marton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint
2019-12-21avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...James Almer
2019-12-21avformat/movenc: ensure we don't write the major brand as a compatible brand ...James Almer
2019-12-21avformat/movenc: write the major brand also as the first compatible brandJames Almer
2019-12-12lavf/movenc: cosmeticsYuki Tsuchiya
2019-12-12lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4Yuki Tsuchiya
2019-11-28avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt
2019-09-26aformat/movenc: add missing padding to output track extradataJames Almer
2019-09-26avformat/movenc: Fix undefined shiftAndreas Rheinhardt
2019-09-19avformat/movenc: don't hardcode the colr box sizeJames Almer
2019-08-24avformat/movenc: add muxing support for Dolby TrueHD streamsJames Almer
2019-07-12avformat/movenc: use unspecified language by defaultMarton Balint
2019-04-09lavf/movenc: Pass correct pointer to av_log().Carl Eugen Hoyos
2019-04-03lavf/movenc: fix tmcd writing for non-MP4/MOV modesGyan Doshi
2019-04-02avformat/movenc: Fix skip_trailer when global_sidx is enabledKarthick J
2019-03-31avformat/movenc: free eac3 private data only when closing the streamJames Almer
2019-03-18libavformat/movenc: mov: added subtitle codec tags to codec tag listPaweł Wegner
2019-02-07avformat/movenc: Add more error checking when writing sample entries.Nikolas Bowe
2019-01-24lavf/movenc: Mention video_track_timescale as option to fix the timescale.Carl Eugen Hoyos
2018-12-14avformat/movenc: treat ALAC same as FLAC and write correct infoPaul B Mahol