summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles2021-05-04
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt2021-04-27
* avformat/movenc: fix writing dOps atomsJames Almer2021-04-16
* lavf/movenc: use framerate correctly in mov_write_tmcd_tagAnton Khirnov2021-04-08
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avformat/movenc: Avoid loosing cluster array on failureMichael Niedermayer2021-03-26
* avformat/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* Remove double ';'Andreas Rheinhardt2021-03-01
* avformat/movenc: Only check for timecodes if they are usedAndreas Rheinhardt2021-02-28
* avformat/movenc: Don't check for disabled muxersAndreas Rheinhardt2021-02-28
* avformat/movenc: Remove always true checkAndreas Rheinhardt2021-02-28
* avformat/movenc: Deduplicate codec tags listsAndreas Rheinhardt2021-02-23
* avformat/mux: return a pointer to the packet in ff_interleaved_peek()James Almer2021-02-13
* avformat/movenc: remove unnecessary HDR metadata log messagesJan Ekström2021-02-10
* movenc: Present durations in mvhd/tkhd/mdhd as they are after editsMartin Storsjö2021-01-15
* 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