Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07avformat/mov: Disallow empty sidxMichael Niedermayer
2022-04-07avformat/mov: Corner case encryption error cleanup in mov_read_senc()Michael Niedermayer
2022-04-07avformat/mov: Check size before subtractionMichael Niedermayer
2022-04-07avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer
2022-04-07avformat/mov: Disallow duplicate smdmMichael Niedermayer
2022-04-07avformat/mov: Check for EOF in mov_read_glbl()Michael Niedermayer
2022-04-07avformat/mov: Check channels for mov_parse_stsd_audio()Michael Niedermayer
2021-10-06avformat/mov: Check for duplicate clliMichael Niedermayer
2021-10-06avformat/mov: do not ignore errors in mov_metadata_hmmt()Michael Niedermayer
2021-10-06avformat/mov: Check for duplicate mdcvMichael Niedermayer
2021-10-06avformat/mov: Ignore duplicate CoLLMichael Niedermayer
2021-10-06avformat/mov: Limit nb_chapter_tracks to input sizeMichael Niedermayer
2021-09-10avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer
2021-09-10avformat/mov: Check sample size for overflow in mov_parse_stsd_audio()Michael Niedermayer
2021-09-10avformat/mov: Extend data_size check in mov_read_udta_string()Michael Niedermayer
2021-09-10avformat/mov: Check element count in mov_metadata_hmmt()Michael Niedermayer
2021-09-10avformat/mov: Check for duplicate st3dMichael Niedermayer
2021-09-10avformat/mov: Use av_mul_q() to avoid integer overflowsMichael Niedermayer
2021-09-10avformat/mov: Check a.size before computing next_root_atomMichael Niedermayer
2021-09-10avformat/mov: Check if hoov is at the endMichael Niedermayer
2020-10-05avformat/mov: Check comp_brand_sizeMichael Niedermayer
2020-07-07avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea...Zhao Zhili
2020-07-05avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().Dale Curtis
2020-07-01avformat/mov: Fix memleakAndreas Rheinhardt
2020-07-01avformat/mov: fix memleaksZhao Zhili
2020-07-01libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt
2020-07-01avformat/mov: Fix reel_name size checkAndreas Rheinhardt
2020-07-01avformat/mov: Fix memleak upon encountering repeating tagsAndreas Rheinhardt
2020-07-01avformat/mov: Fix memleaks upon read_header failureAndreas Rheinhardt
2020-05-20avformat/mov: Free temp buffer upon negative sample_size error.Dale Curtis
2020-05-20avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt
2020-05-20avformat/mov: Free encryption data on errorAndreas Rheinhardt
2020-05-19avformat/mov: Don't allow negative sample sizes.Dale Curtis
2020-05-19libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell
2020-05-19avformat/mov: Check STCO locationMichael Niedermayer
2019-12-31avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer
2019-06-25avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer
2019-05-03avformat/mov: set AVFMT_SEEK_TO_PTS flagGyan Doshi
2019-04-24avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer
2019-04-23libavformat/mov: limit nb_frames_for_fps to INT_MAXDan Sanders
2019-03-25avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-02-26mov: Fix start_time for streams with empty edits in the middleJustin Ruggles
2019-02-14avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer
2019-02-12avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu
2019-02-11avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer
2019-02-08avformat/mov: validate chunk_count vs stsc_datachcunningham
2019-02-08avformat/mov.c: require tfhd to begin parsing trunchcunningham
2019-01-15lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos
2019-01-02mov: Remove duration-of-last-frame heuristic hackDerek Buitenhuis