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
2019-09-26lavf/mov: Fix timestamp rescale on sidx atomJun Li
2019-09-17avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer
2019-09-17avformat/mov: Fix memleakAndreas Rheinhardt
2019-08-28avformat/mov: improve timecode calculationPaul B Mahol
2019-08-25avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer
2019-07-22avformat/mov: fix return code for trun box with no sample entriesGyan Doshi
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
2018-12-21libavformat/mov: Fix NULL-dereference read for some encrypted content.Jacob Trimble
2018-12-19avformat/mov: Simplify get_stream_info_time()Michael Niedermayer
2018-12-18lavf/mov: document the dvh1 codec switch based on hvcC availabilityJan Ekström
2018-12-16lavf/mov: ensure only one tkhd per trakchcunningham
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