summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: Mark streams with a layered HEVC box as multilayerDerek Buitenhuis9 days
* avformat/mov: add support for lhvC box parsingJames Almer9 days
* avformat/mov: don't use sizeof(AVMasteringDisplayMetadata)James Almer13 days
* avformat/mov: Add support for reading and exporting horizontal field of viewDerek Buitenhuis2024-06-18
* avformat/mov: Add support for exporting Video Extension Usage infoDerek Buitenhuis2024-06-18
* avformat/mov: Use int64_t in intermediate for corrected_dtsMichael Niedermayer2024-06-12
* avformat/mov: Use 64bit in intermediate for current_dtsMichael Niedermayer2024-06-12
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-04
* avformat/mov: store sample_sizes as unsigned intsJames Almer2024-05-22
* avformat/mov: avoid seeking back to 0 on HEVC open GOP filesllyyr2024-05-21
* avformat/mov: don't use stream duration to calculate bitrate with fragmented ...James Almer2024-05-05
* avformat/mov: free the infe allocated item data on failureJames Almer2024-04-30
* avformat/mov: support SpatialAudioBox ambisonic layouts with non-diegetic cha...James Almer2024-04-30
* avformat/mov: support SpatialAudioBox ambisonic layouts with arbitrary channe...James Almer2024-04-30
* avformat/mov: fix the check for the heif item parsing loopJames Almer2024-04-27
* avformat/mov: ignore old infe box versionsJames Almer2024-04-18
* configure: Separate subsystem for Immersive Audio ModelEugene Zemtsov2024-04-03
* avformat/mov: simplify the entry count overflow check in the keys atomJames Almer2024-04-02
* avformat/mov: don't read key_size bytes twice in the keys atomJames Almer2024-04-02
* avformat/mov: take into account the first eight bytes in the keys atomJames Almer2024-04-02
* avformat/mov: Check if a key is longer than the atom containing itEugene Zemtsov2024-04-02
* avformat/mov: Don't add attached pic if one is already presentAndreas Rheinhardt2024-04-02
* avformat/mov: ensure all items id referenced by a grid are validJames Almer2024-04-01
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* Revert "avformat/mov: ignore item boxes for animated heif"James Almer2024-03-30
* avformat/mov: don't abort on duplicate Mastering Display Metadata boxesJames Almer2024-03-27
* avformat/mov: use 64bit for intermediate for roundingMichael Niedermayer2024-03-26
* avformat/mov: Do not deallocate heif_item in a input dependant wayMichael Niedermayer2024-03-26
* avformat/mov: free HEIFItem.name when cleaning items in mov_read_trakJames Almer2024-03-26
* avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.hAndreas Rheinhardt2024-03-26
* avformat/mov: don't use cur_item_id as array indexJames Almer2024-03-25
* avformat/mov: Check sample_count and auxiliary_info_default_size to be 0Michael Niedermayer2024-03-25
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-07
* avformat/mov: fix setting dependent disposition on ambisonic IAMF streamsJames Almer2024-03-05
* avformat/mov: set stream index field in tile gridsJames Almer2024-03-04
* avformat/mov: don't mark an item referenced by a grid as dependent if it's th...James Almer2024-03-04
* avformat/mov: fix setting disposition for the first iamf streamJames Almer2024-03-04
* avformat/mov: Update bits_per_coded_sample after read pcmCZhao Zhili2024-03-01
* avformat/mov: Don't use entry[-1] in pointer arithmeticAndreas Rheinhardt2024-02-27
* Revert "avformat/mov: zero initialize the index ranges buffer"Andreas Rheinhardt2024-02-27
* avformat/mov: add support for tile HEIF still imagesJames Almer2024-02-26
* Avoid OOM for invalid STCO / CO64 constructions.Dale Curtis2024-02-21
* avformat/mov: add support for Immersive Audio Model and Formats in ISOBMFFJames Almer2024-02-20
* avformat/mov: make MOVStreamContext refcountedJames Almer2024-02-20
* avformat/mov: factorize out setting the output packet propertiesJames Almer2024-02-20
* avformat/mov: factorize reading the main part of the chnl atom to mov_chanMarton Balint2024-02-18
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avformat/mov: add support for 'amve' ambient viewing environment boxDamiano Galassi2024-02-04
* avformat/mov: use a more descriptive name for variables of type HEIFItemJames Almer2024-02-03
* avformat/mov: ignore item boxes for animated heifJames Almer2024-02-01