| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: fix setting index of LCEVC enhancement stream | James Almer | 2024-09-23 | 1 | -1/+1 |
* | avformat/mov: support for LCEVC tracks | James Almer | 2024-09-19 | 1 | -0/+87 |
* | avformat/mov: Fix nullptr dereference with invalid encryption metadata. | Dale Curtis | 2024-08-18 | 1 | -2/+6 |
* | avformat/mov: ensure required number of bytes is read | Kacper Michajłow | 2024-08-08 | 1 | -1/+1 |
* | avformat/mov: use AV_WL*A | James Almer | 2024-07-29 | 1 | -10/+10 |
* | avformat/mov: check that child boxes of trak are only present inside it | James Almer | 2024-07-28 | 1 | -0/+30 |
* | avformat/mov: check that sample and chunk count is 1 for HEIF | James Almer | 2024-07-28 | 1 | -0/+3 |
* | avformat/mov: add an EOF check in IPRP | Michael Niedermayer | 2024-07-23 | 1 | -0/+5 |
* | avformat/mov: Use 64bit for str_size | Michael Niedermayer | 2024-07-21 | 1 | -1/+2 |
* | avformat/mov: Check extradata in mov_read_iacb() | Michael Niedermayer | 2024-07-21 | 1 | -0/+5 |
* | avformat/mov: don't export frame cropping stream side data when the clap box ... | James Almer | 2024-07-18 | 1 | -0/+3 |
* | avformat/mov: ensure pasp box derived SAR is used if present | James Almer | 2024-07-11 | 1 | -4/+12 |
* | avformat/mov: export cropping values from clap boxes | James Almer | 2024-07-11 | 1 | -0/+74 |
* | avformat/mov: Mark streams with a layered HEVC box as multilayer | Derek Buitenhuis | 2024-07-07 | 1 | -0/+2 |
* | avformat/mov: add support for lhvC box parsing | James Almer | 2024-07-07 | 1 | -0/+48 |
* | avformat/mov: add more checks for infe atom size | James Almer | 2024-07-03 | 1 | -0/+4 |
* | avformat/mov: check for EOF inside the infe list parsing loop | James Almer | 2024-07-03 | 1 | -0/+2 |
* | avformat/mov: check extent_offset calculation for overflow | James Almer | 2024-07-03 | 1 | -1/+2 |
* | avformat/mov: check that iloc offset values fit on an int64_t | James Almer | 2024-07-03 | 1 | -3/+5 |
* | avformat/mov: Check requested_sample before using it | Michael Niedermayer | 2024-07-02 | 1 | -1/+1 |
* | avformat/mov: Check edit list for overflow | Michael Niedermayer | 2024-07-02 | 1 | -0/+4 |
* | avformat/mov: set Stereo3D type when parsing eyes box | James Almer | 2024-06-28 | 1 | -1/+9 |
* | avformat/mov: don't use sizeof(AVStereo3D) | James Almer | 2024-06-25 | 1 | -5/+5 |
* | lavu/stereo3d: change the horizontal FOV field to a rational | Lynne | 2024-06-24 | 1 | -1/+2 |
* | avformat/mov: use the updated default value for horizontal_disparity_adjustme... | James Almer | 2024-06-21 | 1 | -1/+1 |
* | avformat/mov: don't use sizeof(AVMasteringDisplayMetadata) | James Almer | 2024-06-20 | 1 | -3/+3 |
* | avformat/mov: Add support for reading and exporting horizontal field of view | Derek Buitenhuis | 2024-06-18 | 1 | -0/+29 |
* | avformat/mov: Add support for exporting Video Extension Usage info | Derek Buitenhuis | 2024-06-18 | 1 | -0/+283 |
* | avformat/mov: Use int64_t in intermediate for corrected_dts | Michael Niedermayer | 2024-06-12 | 1 | -1/+1 |
* | avformat/mov: Use 64bit in intermediate for current_dts | Michael Niedermayer | 2024-06-12 | 1 | -2/+2 |
* | lavc/hevc*: move to hevc/ subdir | Anton Khirnov | 2024-06-04 | 1 | -1/+1 |
* | avformat/mov: store sample_sizes as unsigned ints | James Almer | 2024-05-22 | 1 | -2/+2 |
* | avformat/mov: avoid seeking back to 0 on HEVC open GOP files | llyyr | 2024-05-21 | 1 | -2/+12 |
* | avformat/mov: don't use stream duration to calculate bitrate with fragmented ... | James Almer | 2024-05-05 | 1 | -19/+1 |
* | avformat/mov: free the infe allocated item data on failure | James Almer | 2024-04-30 | 1 | -6/+25 |
* | avformat/mov: support SpatialAudioBox ambisonic layouts with non-diegetic cha... | James Almer | 2024-04-30 | 1 | -4/+11 |
* | avformat/mov: support SpatialAudioBox ambisonic layouts with arbitrary channe... | James Almer | 2024-04-30 | 1 | -7/+22 |
* | avformat/mov: fix the check for the heif item parsing loop | James Almer | 2024-04-27 | 1 | -1/+2 |
* | avformat/mov: ignore old infe box versions | James Almer | 2024-04-18 | 1 | -5/+8 |
* | configure: Separate subsystem for Immersive Audio Model | Eugene Zemtsov | 2024-04-03 | 1 | -1/+14 |
* | avformat/mov: simplify the entry count overflow check in the keys atom | James Almer | 2024-04-02 | 1 | -1/+1 |
* | avformat/mov: don't read key_size bytes twice in the keys atom | James Almer | 2024-04-02 | 1 | -0/+1 |
* | avformat/mov: take into account the first eight bytes in the keys atom | James Almer | 2024-04-02 | 1 | -0/+1 |
* | avformat/mov: Check if a key is longer than the atom containing it | Eugene Zemtsov | 2024-04-02 | 1 | -1/+2 |
* | avformat/mov: Don't add attached pic if one is already present | Andreas Rheinhardt | 2024-04-02 | 1 | -1/+1 |
* | avformat/mov: ensure all items id referenced by a grid are valid | James Almer | 2024-04-01 | 1 | -1/+9 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | Revert "avformat/mov: ignore item boxes for animated heif" | James Almer | 2024-03-30 | 1 | -40/+4 |
* | avformat/mov: don't abort on duplicate Mastering Display Metadata boxes | James Almer | 2024-03-27 | 1 | -3/+10 |
* | avformat/mov: use 64bit for intermediate for rounding | Michael Niedermayer | 2024-03-26 | 1 | -1/+1 |