summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/movenc: initialize pts/dts of timecode packetLimin Wang2022-03-221-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* libavformat: Split version.hMartin Storsjö2022-03-161-0/+1
* mov: convert to new channel layout APIVittorio Giovara2022-03-151-11/+14
* movenc: Use LIBAVFORMAT_IDENT instead of LIBAVCODEC_IDENTMartin Storsjö2022-03-131-1/+1
* avformat/movenc: Simplify creating chapter track extradataAndreas Rheinhardt2022-03-111-53/+26
* avformat/movenc: fix duration in mdhd boxZhao Zhili2022-01-101-1/+1
* 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