index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QT format for audio sample descriptors depending on stsd version.
Justin Ruggles
2018-09-09
1
-3
/
+3
*
lavf/mov: factor out setting codec_id
John Stebbins
2018-09-08
1
-4
/
+1
*
lavf/mov: add AVCodecTag entry for GoPro metadata
John Stebbins
2018-09-08
1
-0
/
+3
*
avformat/mov: Error on too large stsd entry counts.
Dale Curtis
2018-09-01
1
-1
/
+2
*
avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.
Dale Curtis
2018-08-23
1
-1
/
+1
*
avformat/mov: Allow saio/saiz in clear content.
Jacob Trimble
2018-08-22
1
-0
/
+6
*
avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec
James Almer
2018-08-17
1
-10
/
+8
*
lavf/mov.c: Set start_time for all streams (in case of edit lists).
Sasi Inguva
2018-08-11
1
-2
/
+2
*
lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.
Carl Eugen Hoyos
2018-08-09
1
-0
/
+2
*
avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...
Michael Niedermayer
2018-07-26
1
-0
/
+5
*
avformat/mov: add support for AV1 streams
James Almer
2018-07-20
1
-0
/
+31
*
avformat/mov: only set handler_name from mdia->hdlr
Gyan Doshi
2018-07-16
1
-1
/
+2
*
avformat/mov: Simplify last element computation in mov_estimate_video_delay()
Michael Niedermayer
2018-07-13
1
-3
/
+2
*
avformat/mov: Break out of inner loop early in mov_estimate_video_delay()
Michael Niedermayer
2018-07-13
1
-0
/
+2
*
avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()
Michael Niedermayer
2018-07-12
1
-11
/
+8
*
avformat/mov: remove modulo operations from mov_estimate_video_delay()
Michael Niedermayer
2018-07-12
1
-3
/
+7
*
avformat/mov: Expose encryption info to the app.
Jacob Trimble
2018-07-04
1
-1
/
+119
*
lavf/mov: Do not fail hard for truncated stsz atoms.
Carl Eugen Hoyos
2018-06-19
1
-1
/
+2
*
avformat/mov: Only set pkt->duration to non negative values
Michael Niedermayer
2018-06-14
1
-1
/
+3
*
avformat/mov: Add check for per-sample IV size.
Jacob Trimble
2018-06-13
1
-2
/
+7
*
avformat/mov: Fix reading saio/saiz for clear content.
Jacob Trimble
2018-06-09
1
-16
/
+55
*
lavf/mov.c: Set st->start_time for video streams explicitly.
Sasi Inguva
2018-06-06
1
-4
/
+16
*
lavf/mov.c: Fix timestamps to be strictly monotonic for video also.
Sasi Inguva
2018-06-05
1
-4
/
+5
*
libavformat/mov: Fix heap buffer overflow.
Jacob Trimble
2018-06-02
1
-3
/
+3
*
avformat/mov: replace a value error by clipping into valid range in mov_read_...
Michael Niedermayer
2018-05-22
1
-3
/
+11
*
avformat/mov: Only fail for STCO/STSC contradictions if both exist
Michael Niedermayer
2018-05-21
1
-1
/
+1
*
avformat/mov: Break out early if chunk_count is 0 in mov_build_index()
Michael Niedermayer
2018-05-21
1
-0
/
+3
*
mov: Properly abide by the track's media duration
Derek Buitenhuis
2018-04-26
1
-3
/
+3
*
avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.
Jacob Trimble
2018-04-21
1
-0
/
+237
*
avformat/mov: Remove old encryption info methods.
Jacob Trimble
2018-04-19
1
-91
/
+0
*
avformat/mov: Fix memory leak in encryption info.
Jacob Trimble
2018-04-19
1
-0
/
+1
*
avformat/mov: Increase support for common encryption.
Jacob Trimble
2018-04-19
1
-81
/
+313
*
avformat/mov: Fix extradata memleak
Michael Niedermayer
2018-04-12
1
-0
/
+6
*
avformat/mov: Fix parsing of tfdt when using sample descriptors.
Jacob Trimble
2018-04-05
1
-1
/
+1
*
avformat/mov: parse multiple iTunes cover images
Timo Teräs
2018-04-01
1
-0
/
+4
*
avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...
Michael Niedermayer
2018-03-26
1
-1
/
+1
*
avformat/mov: Check STSC and remove invalid entries
Michael Niedermayer
2018-03-20
1
-0
/
+20
*
avformat/mov: Fix integer overflows related to sample_duration
Michael Niedermayer
2018-03-12
1
-5
/
+15
*
lavf/mov.c: Use the correct offset to shift timestamp when seeking.
Sasi Inguva
2018-03-10
1
-11
/
+16
*
avformat/mov: print the projection type when reporting it as unsupported
James Almer
2018-03-09
1
-1
/
+1
*
ffmpeg: Fix stts_data memory allocation
Xiaohan Wang
2018-03-09
1
-1
/
+1
*
avformat/mov: Fix integer overflow in mov_get_stsc_samples()
Michael Niedermayer
2018-03-07
1
-3
/
+4
*
avformat/mov: Initialize a potential gap in ctts_data in mov_build_index
Matt Wolenetz
2018-03-05
1
-0
/
+3
*
avformat/mov: Add manu/modl to mov_read_udta_string.
Tianqiang Liu
2018-03-03
1
-0
/
+2
*
ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)
Xiaohan Wang
2018-03-01
1
-2
/
+4
*
avformat/mov: Fix ctts_index calculation
Xiaohan Wang
2018-02-10
1
-1
/
+1
*
avformat/mov: add VP8 codec support
James Almer
2018-02-06
1
-0
/
+1
*
avformat: migrate to AVFormatContext->url
Marton Balint
2018-01-28
1
-1
/
+1
*
lavf/mov: Use av_fast_realloc() in mov_read_stts().
Carl Eugen Hoyos
2018-01-01
1
-4
/
+13
*
avformat/mov: simplify parsing of mdcv atom using av_make_q()
James Almer
2017-12-21
1
-14
/
+8
[next]