summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAge
* avformat/movenc: Remove experimental status of flac-in-MP4 muxingMartijn van Beurden2022-08-08
* avformat/movenc: Ensure packet is writable before modifying itAndreas Rheinhardt2022-07-09
* avformat/movenc: Fix invalid checkAndreas Rheinhardt2022-06-30
* avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8Jan Ekström2022-06-30
* avformat/movenc: handle OOM situations when parsing AC-3 headersJan Ekström2022-06-30
* avformat/movenc: utilize existing AC-3 parsing workflow for AC-3Jan Ekström2022-06-30
* avformat/movenc: move eac3_info definition so that it can be used for AC-3Jan Ekström2022-06-30
* avformat/movenc: enable handle_eac3 to handle AC-3 tracksJan Ekström2022-06-30
* {configure,avformat/movenc}: enable AC-3 parser for movencJan Ekström2022-06-30
* avformat/movenc: Support alpha channel for AVIFVignesh Venkatasubramanian2022-06-27
* avformat/movenc: enable compressorname for mp4 modeZhao Zhili2022-06-24
* avformat/mov: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-12
* avformat/movenc: Add support for AVIF muxingVignesh Venkatasubramanian2022-05-13
* avformat/av1: Add a parameter to av1c to omit seq headerVignesh Venkatasubramanian2022-05-13
* avformat/utils: Move ff_get_packet_palette() to rawutils.cAndreas Rheinhardt2022-05-10
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-10
* movenc: add write_btrt optionerankor2022-05-02
* avformat/movenc: sidx earliest_presentation_time is applied after editlistZhao Zhili2022-04-29
* 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