1784 Commits (eab65379bf89c55d8ec4bc6f00e04f15b37d3d85)

Author SHA1 Message Date
Eugene Zemtsov 7c9bde1d0d avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment 2 months ago
Michael Niedermayer 954d55c2a4
avformat/mov: dereference pointer after null check 2 months ago
Michael Niedermayer e8c94e31da
avformat/mov: free stream_info when the surrounding array is freed 2 months ago
Marth64 8291aedf1a avformat/mov: don't reallocate extradata when converting dvdsub palette 2 months ago
Marth64 3b0e6c0ecc avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes 3 months ago
James Almer 19f7dae81a avformat/mov: add missing stts array syncing in mov_build_index 3 months ago
James Almer 8ddbc26ded avformat/mov: don't unconditionally set all audio packets in fragments as key frames 3 months ago
Darren Mo 865c73c86f avformat/mov: Populate packet duration using stts atom instead of guessing 3 months ago
James Almer b328bf8f7e avformat/mov: rename MOVCtts.duration to offset 3 months ago
James Almer e7bdaadce6 avformat/mov: check that items are allocated before accessing them 3 months ago
James Almer 92b849df13 avformat/mov: reindent after previous commit 3 months ago
James Almer 2e338152a2 avformat/mov: use an array of pointers for heif_item 3 months ago
vectronic 380a518c43 avformat/mov: if pos has been reset, clear fragments and indexes and search for next root 3 months ago
Michael Niedermayer 057b8c2066
avformat/mov: Avoid overflow in dts 5 months ago
James Almer e907bf677a avformat/mov: split off lcevc stream group initialization to its own function 5 months ago
James Almer d5eb0e7fb3 avformat/mov: split off heif item initialization to its own function 5 months ago
James Almer 650ce61745 avformat/mov: don't abort on invalid clap box data 5 months ago
James Almer 7573f02840 avformat/mov: get heif image mirroring from imir box 5 months ago
James Almer f225e6f3c6 avformat/mov: parse clap boxes that reference heif items 5 months ago
James Almer ba6eeb2c65 avformat/mov: parse colr boxes that reference tile grids 5 months ago
James Almer 58c265d956 avformat/mov: factorize getting the current item 5 months ago
James Almer 76eb3e5ff3 avformat/mov: get heif image rotation from irot box 5 months ago
James Almer 04182b5549 avformat/mov: don't return the latest stream when an item stream is expected 5 months ago
James Almer 0dd6f1d5bf avformat/mov: fix setting index of LCEVC enhancement stream 5 months ago
James Almer 5fa9c4e596 avformat/mov: support for LCEVC tracks 5 months ago
Dale Curtis 4230379835
avformat/mov: Fix nullptr dereference with invalid encryption metadata. 6 months ago
Kacper Michajłow b534e402d8
avformat/mov: ensure required number of bytes is read 7 months ago
James Almer 92b317245c avformat/mov: use AV_WL*A 7 months ago
James Almer e7d3ff8dcd avformat/mov: check that child boxes of trak are only present inside it 7 months ago
James Almer 2aa63784b5 avformat/mov: check that sample and chunk count is 1 for HEIF 7 months ago
Michael Niedermayer 586f6fda1d
avformat/mov: add an EOF check in IPRP 7 months ago
Michael Niedermayer 046d069552
avformat/mov: Use 64bit for str_size 7 months ago
Michael Niedermayer 167bf8f61e
avformat/mov: Check extradata in mov_read_iacb() 7 months ago
James Almer 3de65f47e0 avformat/mov: don't export frame cropping stream side data when the clap box is a no-op 7 months ago
James Almer 58cb0cab5e avformat/mov: ensure pasp box derived SAR is used if present 8 months ago
James Almer 93be6b425e avformat/mov: export cropping values from clap boxes 8 months ago
Derek Buitenhuis c4ebdd8d2d avformat/mov: Mark streams with a layered HEVC box as multilayer 8 months ago
James Almer c657c694e3 avformat/mov: add support for lhvC box parsing 8 months ago
James Almer cf7e2c5e05 avformat/mov: add more checks for infe atom size 8 months ago
James Almer 235ba14cc0 avformat/mov: check for EOF inside the infe list parsing loop 8 months ago
James Almer a9a5d000aa avformat/mov: check extent_offset calculation for overflow 8 months ago
James Almer c49898a6b1 avformat/mov: check that iloc offset values fit on an int64_t 8 months ago
Michael Niedermayer 64df7d4c1e
avformat/mov: Check requested_sample before using it 8 months ago
Michael Niedermayer 2882d30e3a
avformat/mov: Check edit list for overflow 8 months ago
James Almer 0b330d8642 avformat/mov: set Stereo3D type when parsing eyes box 8 months ago
James Almer f6b29c8773 avformat/mov: don't use sizeof(AVStereo3D) 8 months ago
Lynne dae12ddb2e
lavu/stereo3d: change the horizontal FOV field to a rational 8 months ago
James Almer 127545350f avformat/mov: use the updated default value for horizontal_disparity_adjustment in the eyes box 8 months ago
James Almer a91f34aad8 avformat/mov: don't use sizeof(AVMasteringDisplayMetadata) 8 months ago
Derek Buitenhuis 8e7ca22b36 avformat/mov: Add support for reading and exporting horizontal field of view 8 months ago