aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-4/+2
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+1
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-041-1/+1
* avformat/movenc: Use dedicated pointer for access to MOVTrackAndreas Rheinhardt2022-01-041-19/+19
* avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary referencesAndreas Rheinhardt2022-01-041-1/+3
* avformat/movenc: Refactor mov_write_dvcc_dvvc_tag to use ff_isom_put_dvcc_dvvcquietvoid2022-01-041-17/+7
* avformat/movenc: factorize data shiftingMarton Balint2022-01-031-53/+2
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-1/+0
* avformat/movenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-271-6/+1
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-2/+2
* avformat/mov: make STTS duration unsigned intGyan Doshi2021-11-221-1/+1
* avformat/movenc: support dvwC box for Dolby VisionLimin Wang2021-10-281-2/+4
* avformat/{isom,mov,movenc}: add support for CMAF DASH rolesJan Ekström2021-10-041-0/+51
* lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4Derek Buitenhuis2021-10-011-1/+8
* avformat/movenc: Simplify reserving space for tfrf tagsAndreas Rheinhardt2021-09-271-16/+6
* avformat/movenc: Limit ism_lookahead to a sane valueAndreas Rheinhardt2021-09-271-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avformat/movenc: Avoid calling strlen multiple timesAndreas Rheinhardt2021-08-271-9/+13
* avformat/movenc: add support for TTML muxingJan Ekström2021-08-251-2/+177
* movenc: Get rid of frag_startHu Weiwen2021-08-181-20/+4
* movenc: Ensure no separate moof written for empty trackHu Weiwen2021-08-181-1/+1
* movenc: Don't try to fix the fragment end duration if none will be writtenMartin Storsjö2021-08-101-10/+15
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/movenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-22/+13
* avformat/movenc: Support encryption of H.265 stream in AnnexB formatVadym Bezdushnyi2021-06-291-2/+14
* avcodec/movenc: fix spelling in warning messageJoel Linn2021-06-011-1/+1
* avformat/movenc: Check pal_size before useMichael Niedermayer2021-05-291-2/+4
* movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles2021-05-041-11/+12
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-8/+8
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-35/+3
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-5/+5
* avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt2021-04-271-15/+0
* 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