summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat/movenc: don't use mono layout when a front center label is expectedJames Almer2022-04-05
* avformat/movenc: write channel descriptions when a known layout or a bitmap c...James Almer2022-04-05
* avformat/movenc: use warning log level and small adjustment for the logLimin Wang2022-03-22
* avformat/movenc: initialize pts/dts of timecode packetLimin Wang2022-03-22
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* libavformat: Split version.hMartin Storsjö2022-03-16
* mov: convert to new channel layout APIVittorio Giovara2022-03-15
* movenc: Use LIBAVFORMAT_IDENT instead of LIBAVCODEC_IDENTMartin Storsjö2022-03-13
* avformat/movenc: Simplify creating chapter track extradataAndreas Rheinhardt2022-03-11
* avformat/movenc: fix duration in mdhd boxZhao Zhili2022-01-10
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-04
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-04
* avformat/movenc: Use dedicated pointer for access to MOVTrackAndreas Rheinhardt2022-01-04
* avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary referencesAndreas Rheinhardt2022-01-04
* avformat/movenc: Refactor mov_write_dvcc_dvvc_tag to use ff_isom_put_dvcc_dvvcquietvoid2022-01-04
* avformat/movenc: factorize data shiftingMarton Balint2022-01-03
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/movenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-27
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-27
* avformat/mov: make STTS duration unsigned intGyan Doshi2021-11-22
* 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