1758 Commits (fd00a56653cd643859197cbdfeb9443828033421)

Author SHA1 Message Date
Kacper Michajłow b534e402d8
avformat/mov: ensure required number of bytes is read 5 months ago
James Almer 92b317245c avformat/mov: use AV_WL*A 5 months ago
James Almer e7d3ff8dcd avformat/mov: check that child boxes of trak are only present inside it 5 months ago
James Almer 2aa63784b5 avformat/mov: check that sample and chunk count is 1 for HEIF 5 months ago
Michael Niedermayer 586f6fda1d
avformat/mov: add an EOF check in IPRP 6 months ago
Michael Niedermayer 046d069552
avformat/mov: Use 64bit for str_size 6 months ago
Michael Niedermayer 167bf8f61e
avformat/mov: Check extradata in mov_read_iacb() 6 months ago
James Almer 3de65f47e0 avformat/mov: don't export frame cropping stream side data when the clap box is a no-op 6 months ago
James Almer 58cb0cab5e avformat/mov: ensure pasp box derived SAR is used if present 6 months ago
James Almer 93be6b425e avformat/mov: export cropping values from clap boxes 6 months ago
Derek Buitenhuis c4ebdd8d2d avformat/mov: Mark streams with a layered HEVC box as multilayer 6 months ago
James Almer c657c694e3 avformat/mov: add support for lhvC box parsing 6 months ago
James Almer cf7e2c5e05 avformat/mov: add more checks for infe atom size 6 months ago
James Almer 235ba14cc0 avformat/mov: check for EOF inside the infe list parsing loop 6 months ago
James Almer a9a5d000aa avformat/mov: check extent_offset calculation for overflow 6 months ago
James Almer c49898a6b1 avformat/mov: check that iloc offset values fit on an int64_t 6 months ago
Michael Niedermayer 64df7d4c1e
avformat/mov: Check requested_sample before using it 6 months ago
Michael Niedermayer 2882d30e3a
avformat/mov: Check edit list for overflow 6 months ago
James Almer 0b330d8642 avformat/mov: set Stereo3D type when parsing eyes box 6 months ago
James Almer f6b29c8773 avformat/mov: don't use sizeof(AVStereo3D) 7 months ago
Lynne dae12ddb2e
lavu/stereo3d: change the horizontal FOV field to a rational 7 months ago
James Almer 127545350f avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box 7 months ago
James Almer a91f34aad8 avformat/mov: don't use sizeof(AVMasteringDisplayMetadata) 7 months ago
Derek Buitenhuis 8e7ca22b36 avformat/mov: Add support for reading and exporting horizontal field of view 7 months ago
Derek Buitenhuis 5c17376321 avformat/mov: Add support for exporting Video Extension Usage info 7 months ago
Michael Niedermayer 034054b370
avformat/mov: Use int64_t in intermediate for corrected_dts 7 months ago
Michael Niedermayer 0c977d37aa
avformat/mov: Use 64bit in intermediate for current_dts 7 months ago
Anton Khirnov e4601cc339 lavc/hevc*: move to hevc/ subdir 7 months ago
James Almer 3146b77a7d avformat/mov: store sample_sizes as unsigned ints 8 months ago
llyyr d1b96c3808 avformat/mov: avoid seeking back to 0 on HEVC open GOP files 8 months ago
James Almer 0ec8f3c55a avformat/mov: don't use stream duration to calculate bitrate with fragmented input 8 months ago
James Almer e09164940e avformat/mov: free the infe allocated item data on failure 8 months ago
James Almer b7debef3cc avformat/mov: support SpatialAudioBox ambisonic layouts with non-diegetic channels 8 months ago
James Almer 37c8d93e56 avformat/mov: support SpatialAudioBox ambisonic layouts with arbitrary channel mapping 8 months ago
James Almer 31327c2d07 avformat/mov: fix the check for the heif item parsing loop 8 months ago
James Almer 5b9db32ccc avformat/mov: ignore old infe box versions 9 months ago
Eugene Zemtsov 591e27d1e7 configure: Separate subsystem for Immersive Audio Model 9 months ago
James Almer 8e294abd9d avformat/mov: simplify the entry count overflow check in the keys atom 9 months ago
James Almer 5a06d3810e avformat/mov: don't read key_size bytes twice in the keys atom 9 months ago
James Almer 3d12ba77d9 avformat/mov: take into account the first eight bytes in the keys atom 9 months ago
Eugene Zemtsov 8a23a145d8 avformat/mov: Check if a key is longer than the atom containing it 9 months ago
Andreas Rheinhardt 9d219ff149 avformat/mov: Don't add attached pic if one is already present 9 months ago
James Almer f492f1ac23 avformat/mov: ensure all items id referenced by a grid are valid 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
James Almer e37b233ee2 Revert "avformat/mov: ignore item boxes for animated heif" 9 months ago
James Almer 189c32f536 avformat/mov: don't abort on duplicate Mastering Display Metadata boxes 10 months ago
Michael Niedermayer f01a89c5a3
avformat/mov: use 64bit for intermediate for rounding 10 months ago
Michael Niedermayer 0a114d7318
avformat/mov: Do not deallocate heif_item in a input dependant way 10 months ago
James Almer 1e7ba76562 avformat/mov: free HEIFItem.name when cleaning items in mov_read_trak 10 months ago
Andreas Rheinhardt 4a4dcde339 avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h 10 months ago