aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/movenc: fix writing dOps atomsJames Almer2021-04-161-2/+13
* lavf/movenc: use framerate correctly in mov_write_tmcd_tagAnton Khirnov2021-04-081-3/+3
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avformat/movenc: Avoid loosing cluster array on failureMichael Niedermayer2021-03-261-2/+3
* avformat/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-37/+64
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-5/+7
* Remove double ';'Andreas Rheinhardt2021-03-011-1/+1
* avformat/movenc: Only check for timecodes if they are usedAndreas Rheinhardt2021-02-281-2/+5
* avformat/movenc: Don't check for disabled muxersAndreas Rheinhardt2021-02-281-7/+9
* avformat/movenc: Remove always true checkAndreas Rheinhardt2021-02-281-2/+0
* avformat/movenc: Deduplicate codec tags listsAndreas Rheinhardt2021-02-231-4/+10
* avformat/mux: return a pointer to the packet in ff_interleaved_peek()James Almer2021-02-131-7/+11
* avformat/movenc: remove unnecessary HDR metadata log messagesJan Ekström2021-02-101-2/+0
* movenc: Present durations in mvhd/tkhd/mdhd as they are after editsMartin Storsjö2021-01-151-6/+35
* avformat/movenc: allow Apple Lossless inside mp4Leo Izen2020-11-221-0/+1
* avformat/movenc: Avoid allocation for timecode trackAndreas Rheinhardt2020-10-051-8/+4
* avformat/movenc: Don't forget to free fragment buffersAndreas Rheinhardt2020-10-051-0/+2
* avformat/movenc: Free old vos_data before overwriting itAndreas Rheinhardt2020-10-051-0/+1
* avformat/movenc: Don't free AVCodecParameters manuallyAndreas Rheinhardt2020-10-051-3/+1
* avformat/movenc: Make some AVCodecTag tables staticAndreas Rheinhardt2020-10-041-2/+2
* avformat/movenc: Fix segfault when remuxing rtp hint streamAndreas Rheinhardt2020-10-041-0/+4
* avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_ratesJan Ekström2020-10-021-2/+3
* avformat/movenc: Fix stack overflow when remuxing timecode tracksAndreas Rheinhardt2020-10-011-1/+1
* avformat/movenc: Fix segfault upon allocation errorAndreas Rheinhardt2020-09-281-0/+3
* avformat/movenc: simplify ISML manifest bit rate logicJan Ekström2020-09-221-10/+3
* avformat/movenc: use more fall-back values for average bit rate fieldsJan Ekström2020-09-221-0/+17
* avformat/movenc: implement writing of the btrt boxJan Ekström2020-09-221-0/+33
* avformat/movenc: utilize bit rate helper function in ISML writingJan Ekström2020-09-211-5/+4
* avformat/movenc: split MPEG-4 bit rate value calculationJan Ekström2020-09-211-10/+34
* avformat/movenc: write the colr atom by defaultMichael Bradshaw2020-08-211-6/+12
* lavf/movenc: Use a dynamic buffer when writing the mfra boxDerek Buitenhuis2020-06-281-12/+26
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* avformat/movenc: Write 'av01' as a compatible brand when muxing AV1Derek Buitenhuis2020-06-171-1/+5
* avformat/movenc: fix remuxing eia-608 into mov from other containersPaul B Mahol2020-06-151-0/+16
* movenc: Fix accidental leftover duplication from 1aec1fbcc595Martin Storsjö2020-05-221-3/+1
* movenc: Fix conversion of the first frame for extradata-less H264/HEVCMartin Storsjö2020-05-221-16/+19
* movenc: Use first H264/HEVC frame as extradata, if it is missingMartin Storsjö2020-05-201-0/+2
* avformat/movenc: cosmeticsLimin Wang2020-04-261-69/+69
* lavf/movenc: enable dvcC/dvvC box support from DOVI sidedataJun Zhao2020-04-231-0/+35
* avformat/movenc: cosmeticsLimin Wang2020-04-201-1/+1
* avformat/movenc: remove call to av_copy_packet_side_data() when concatenating...James Almer2020-04-151-2/+0
* avformat/movenc: write the mdcv atom by defaultMichael Bradshaw2020-04-131-1/+37
* avformat/movenc: remove the write_clli mov flagMichael Bradshaw2020-04-131-8/+3
* avformat/movenc: stop guessing colr atom valuesMichael Bradshaw2020-04-131-30/+3
* avformat/movenc: use enum values directly for colr atomMichael Bradshaw2020-04-131-28/+3
* avformat/movenc: add write_clli flag to write clli atomMichael Bradshaw2020-04-011-0/+26
* movenc: mark Opus encapsulation as stableLynne2020-03-271-1/+2
* avformat/movenc: Reduce size of the allocated MOVIentry arrayJames Almer2020-03-261-1/+1
* avformat/movenc: add ICC profile support to colr atomvectronic2020-03-101-2/+21
* avformat/av1: Avoid allocation + copying when filtering OBUsAndreas Rheinhardt2020-01-261-4/+7