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
2018-09-09Use QT format for audio sample descriptors depending on stsd version.Justin Ruggles
2018-09-09lavf/mov: factor out setting codec_idJohn Stebbins
2018-09-09lavf/mov: add AVCodecTag entry for GoPro metadataJohn Stebbins
2018-09-01avformat/mov: Error on too large stsd entry counts.Dale Curtis
2018-08-23avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.Dale Curtis
2018-08-22avformat/mov: Allow saio/saiz in clear content.Jacob Trimble
2018-08-17avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer
2018-08-11lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva
2018-08-09lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos
2018-07-26avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...Michael Niedermayer
2018-07-20avformat/mov: add support for AV1 streamsJames Almer
2018-07-16avformat/mov: only set handler_name from mdia->hdlrGyan Doshi
2018-07-13avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer
2018-07-13avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer
2018-07-12avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer
2018-07-12avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer
2018-07-04avformat/mov: Expose encryption info to the app.Jacob Trimble
2018-06-19lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos
2018-06-14avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer
2018-06-13avformat/mov: Add check for per-sample IV size.Jacob Trimble
2018-06-09avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble
2018-06-06lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva
2018-06-05lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva
2018-06-02libavformat/mov: Fix heap buffer overflow.Jacob Trimble
2018-05-22avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer
2018-05-21avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer
2018-05-21avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer
2018-04-26mov: Properly abide by the track's media durationDerek Buitenhuis
2018-04-21avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble
2018-04-19avformat/mov: Remove old encryption info methods.Jacob Trimble
2018-04-19avformat/mov: Fix memory leak in encryption info.Jacob Trimble
2018-04-19avformat/mov: Increase support for common encryption.Jacob Trimble
2018-04-13avformat/mov: Fix extradata memleakMichael Niedermayer
2018-04-05avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble
2018-04-01avformat/mov: parse multiple iTunes cover imagesTimo Teräs
2018-03-26avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer
2018-03-21avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer
2018-03-12avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer
2018-03-10lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva
2018-03-09avformat/mov: print the projection type when reporting it as unsupportedJames Almer
2018-03-09ffmpeg: Fix stts_data memory allocationXiaohan Wang
2018-03-07avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer
2018-03-05avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz
2018-03-04avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu
2018-03-02ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang
2018-02-10avformat/mov: Fix ctts_index calculationXiaohan Wang
2018-02-07avformat/mov: add VP8 codec supportJames Almer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-02lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos
2017-12-21avformat/mov: simplify parsing of mdcv atom using av_make_q()James Almer