aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-29/+29
* avformat/mov: add support for 'amve' ambient viewing environment boxDamiano Galassi2024-02-041-0/+28
* avformat/mov: rename rescale_mdcvCosmin Stejerean2024-02-041-11/+11
* avformat/mp4: add muxer support for H266/VVCThomas Siedel2024-01-311-1/+39
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* lavf/movenc: sort options by nameStefano Sabatini2024-01-101-43/+43
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracksJames Almer2023-12-121-41/+41
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-41/+53
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-031-0/+45
* lavf/movenc: enable dvh1 FourCCDamiano Galassi2023-09-201-0/+1
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-4/+4
* avformat/vpcc: fix VP9 metadata in FLV and RTMPAlessandro Ros2023-09-041-3/+0
* avformat/movenc: fix sample size being zero in pcmCZhao Zhili2023-08-061-1/+6
* avformat/mov_muxer: Extended MOV muxer to handle EVC video contentDawid Kozinski2023-06-151-0/+33
* avformat/movenc: factorize determining mdhd/mvhd/tkhd versionMarton Balint2023-04-241-9/+12
* avformat/movenc: fixed fmp4 packets containing incorrect flags after transcodingWang Yaqiang2023-04-241-2/+2
* avformat/movenc: correct loci parameter handlingGyan Doshi2023-04-031-3/+3
* avformat/mov: fix 2 compile errorsTong Wu2023-03-161-1/+1
* avformat/movenc: add PCM in mp4 supportZhao Zhili2023-03-151-1/+83
* avformat/movenc: allow writing out channel count in MP4 and 3GPJan Ekström2023-02-141-7/+1
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-091-4/+3
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-85/+85
* avformat/movenc: Add loop parameter to animated AVIFVignesh Venkatasubramanian2023-01-131-4/+31
* avformat/movenc: Add movie_timescale option to AVIFVignesh Venkatasubramanian2023-01-131-0/+6
* avformat/movenc: correct write_colr warning placementGyan Doshi2022-12-151-2/+3
* avformat/movenc: use av_dict_iterateMarvin Scholz2022-12-011-4/+4
* avformat/vpcc: parse bitstream data to get profile and bitdepthJames Almer2022-11-171-1/+3
* avformat/movenc: Write auxi box for animated AVIF with alphaVignesh Venkatasubramanian2022-09-221-12/+15
* avformat/movenc: Remove experimental status of flac-in-MP4 muxingMartijn van Beurden2022-08-081-1/+1
* avformat/movenc: Ensure packet is writable before modifying itAndreas Rheinhardt2022-07-091-0/+3
* avformat/movenc: Fix invalid checkAndreas Rheinhardt2022-06-301-1/+1
* avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8Jan Ekström2022-06-301-0/+8
* avformat/movenc: handle OOM situations when parsing AC-3 headersJan Ekström2022-06-301-1/+4
* avformat/movenc: utilize existing AC-3 parsing workflow for AC-3Jan Ekström2022-06-301-28/+18
* avformat/movenc: move eac3_info definition so that it can be used for AC-3Jan Ekström2022-06-301-33/+33
* avformat/movenc: enable handle_eac3 to handle AC-3 tracksJan Ekström2022-06-301-3/+19
* {configure,avformat/movenc}: enable AC-3 parser for movencJan Ekström2022-06-301-4/+0
* avformat/movenc: Support alpha channel for AVIFVignesh Venkatasubramanian2022-06-271-60/+128
* avformat/movenc: enable compressorname for mp4 modeZhao Zhili2022-06-241-2/+3
* avformat/mov: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-4/+5
* avformat/movenc: Add support for AVIF muxingVignesh Venkatasubramanian2022-05-131-25/+316
* avformat/av1: Add a parameter to av1c to omit seq headerVignesh Venkatasubramanian2022-05-131-1/+1
* avformat/utils: Move ff_get_packet_palette() to rawutils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-101-0/+1
* movenc: add write_btrt optionerankor2022-05-021-5/+11
* avformat/movenc: sidx earliest_presentation_time is applied after editlistZhao Zhili2022-04-291-1/+5
* avformat/movenc: don't use mono layout when a front center label is expectedJames Almer2022-04-051-0/+25
* avformat/movenc: write channel descriptions when a known layout or a bitmap c...James Almer2022-04-051-10/+27
* avformat/movenc: use warning log level and small adjustment for the logLimin Wang2022-03-221-3/+2