aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: fix setting index of LCEVC enhancement streamJames Almer2024-09-231-1/+1
* avformat/mov: support for LCEVC tracksJames Almer2024-09-191-0/+87
* avformat/mov: Fix nullptr dereference with invalid encryption metadata.Dale Curtis2024-08-181-2/+6
* avformat/mov: ensure required number of bytes is readKacper Michajłow2024-08-081-1/+1
* avformat/mov: use AV_WL*AJames Almer2024-07-291-10/+10
* avformat/mov: check that child boxes of trak are only present inside itJames Almer2024-07-281-0/+30
* avformat/mov: check that sample and chunk count is 1 for HEIFJames Almer2024-07-281-0/+3
* avformat/mov: add an EOF check in IPRPMichael Niedermayer2024-07-231-0/+5
* avformat/mov: Use 64bit for str_sizeMichael Niedermayer2024-07-211-1/+2
* avformat/mov: Check extradata in mov_read_iacb()Michael Niedermayer2024-07-211-0/+5
* avformat/mov: don't export frame cropping stream side data when the clap box ...James Almer2024-07-181-0/+3
* avformat/mov: ensure pasp box derived SAR is used if presentJames Almer2024-07-111-4/+12
* avformat/mov: export cropping values from clap boxesJames Almer2024-07-111-0/+74
* avformat/mov: Mark streams with a layered HEVC box as multilayerDerek Buitenhuis2024-07-071-0/+2
* avformat/mov: add support for lhvC box parsingJames Almer2024-07-071-0/+48
* avformat/mov: add more checks for infe atom sizeJames Almer2024-07-031-0/+4
* avformat/mov: check for EOF inside the infe list parsing loopJames Almer2024-07-031-0/+2
* avformat/mov: check extent_offset calculation for overflowJames Almer2024-07-031-1/+2
* avformat/mov: check that iloc offset values fit on an int64_tJames Almer2024-07-031-3/+5
* avformat/mov: Check requested_sample before using itMichael Niedermayer2024-07-021-1/+1
* avformat/mov: Check edit list for overflowMichael Niedermayer2024-07-021-0/+4
* avformat/mov: set Stereo3D type when parsing eyes boxJames Almer2024-06-281-1/+9
* avformat/mov: don't use sizeof(AVStereo3D)James Almer2024-06-251-5/+5
* lavu/stereo3d: change the horizontal FOV field to a rationalLynne2024-06-241-1/+2
* avformat/mov: use the updated default value for horizontal_disparity_adjustme...James Almer2024-06-211-1/+1
* avformat/mov: don't use sizeof(AVMasteringDisplayMetadata)James Almer2024-06-201-3/+3
* avformat/mov: Add support for reading and exporting horizontal field of viewDerek Buitenhuis2024-06-181-0/+29
* avformat/mov: Add support for exporting Video Extension Usage infoDerek Buitenhuis2024-06-181-0/+283
* avformat/mov: Use int64_t in intermediate for corrected_dtsMichael Niedermayer2024-06-121-1/+1
* avformat/mov: Use 64bit in intermediate for current_dtsMichael Niedermayer2024-06-121-2/+2
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-041-1/+1
* avformat/mov: store sample_sizes as unsigned intsJames Almer2024-05-221-2/+2
* avformat/mov: avoid seeking back to 0 on HEVC open GOP filesllyyr2024-05-211-2/+12
* avformat/mov: don't use stream duration to calculate bitrate with fragmented ...James Almer2024-05-051-19/+1
* avformat/mov: free the infe allocated item data on failureJames Almer2024-04-301-6/+25
* avformat/mov: support SpatialAudioBox ambisonic layouts with non-diegetic cha...James Almer2024-04-301-4/+11
* avformat/mov: support SpatialAudioBox ambisonic layouts with arbitrary channe...James Almer2024-04-301-7/+22
* avformat/mov: fix the check for the heif item parsing loopJames Almer2024-04-271-1/+2
* avformat/mov: ignore old infe box versionsJames Almer2024-04-181-5/+8
* configure: Separate subsystem for Immersive Audio ModelEugene Zemtsov2024-04-031-1/+14
* avformat/mov: simplify the entry count overflow check in the keys atomJames Almer2024-04-021-1/+1
* avformat/mov: don't read key_size bytes twice in the keys atomJames Almer2024-04-021-0/+1
* avformat/mov: take into account the first eight bytes in the keys atomJames Almer2024-04-021-0/+1
* avformat/mov: Check if a key is longer than the atom containing itEugene Zemtsov2024-04-021-1/+2
* avformat/mov: Don't add attached pic if one is already presentAndreas Rheinhardt2024-04-021-1/+1
* avformat/mov: ensure all items id referenced by a grid are validJames Almer2024-04-011-1/+9
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* Revert "avformat/mov: ignore item boxes for animated heif"James Almer2024-03-301-40/+4
* avformat/mov: don't abort on duplicate Mastering Display Metadata boxesJames Almer2024-03-271-3/+10
* avformat/mov: use 64bit for intermediate for roundingMichael Niedermayer2024-03-261-1/+1