summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat/movenc: support dvwC box for Dolby VisionLimin Wang2021-10-28
* avformat/{isom,mov,movenc}: add support for CMAF DASH rolesJan Ekström2021-10-04
* lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4Derek Buitenhuis2021-10-01
* avformat/movenc: Simplify reserving space for tfrf tagsAndreas Rheinhardt2021-09-27
* avformat/movenc: Limit ism_lookahead to a sane valueAndreas Rheinhardt2021-09-27
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat/movenc: Avoid calling strlen multiple timesAndreas Rheinhardt2021-08-27
* avformat/movenc: add support for TTML muxingJan Ekström2021-08-25
* movenc: Get rid of frag_startHu Weiwen2021-08-18
* movenc: Ensure no separate moof written for empty trackHu Weiwen2021-08-18
* movenc: Don't try to fix the fragment end duration if none will be writtenMartin Storsjö2021-08-10
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/movenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
* avformat/movenc: Support encryption of H.265 stream in AnnexB formatVadym Bezdushnyi2021-06-29
* avcodec/movenc: fix spelling in warning messageJoel Linn2021-06-01
* avformat/movenc: Check pal_size before useMichael Niedermayer2021-05-29
* 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