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
*
avformat/mov: make invalid sampledelta error more verbose
Michael Niedermayer
2014-02-20
1
-1
/
+2
*
avformat/mov: fix avg_frame_rate calculation
Michael Niedermayer
2014-02-16
1
-1
/
+1
*
avformat/mov: fix keyframe flags for sample from chromium Issue 340865
Michael Niedermayer
2014-02-12
1
-0
/
+5
*
avformat/mov: redesign the fps calculation
Michael Niedermayer
2014-01-22
1
-4
/
+8
*
avformat/mov: Ignore the last frame for duration and fps calculation if it lo...
Michael Niedermayer
2014-01-21
1
-0
/
+6
*
Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692'
Michael Niedermayer
2014-01-15
1
-0
/
+1
|
\
|
*
mov: Free an earlier allocated array if allocating a new one
Martin Storsjö
2014-01-15
1
-0
/
+1
*
|
Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e'
Michael Niedermayer
2014-01-15
1
-3
/
+5
|
\
\
|
|
/
|
*
mov: Free intermediate arrays in the normal cleanup function
Martin Storsjö
2014-01-15
1
-0
/
+8
*
|
avcodec/flashsv: check avio_read() return in mov_read_udta_string()
Michael Niedermayer
2014-01-14
1
-1
/
+3
*
|
avformat/mov: clear padding area in mov_read_extradata()
Michael Niedermayer
2013-12-28
1
-0
/
+1
*
|
avformat/mov: check avio_read() return in mov_read_dref()
Michael Niedermayer
2013-12-27
1
-1
/
+2
*
|
avformat/mov: use ff_get_extradata()
Michael Niedermayer
2013-12-25
1
-15
/
+9
*
|
avformat/mov: check avio_read return in mov_read_dvc1()
Michael Niedermayer
2013-12-25
1
-1
/
+5
*
|
Allow stream-copying grayscale mov files.
Carl Eugen Hoyos
2013-12-24
1
-1
/
+0
*
|
avformat/mov: Do not compute a grayscale palette for cinepak in mov.
Carl Eugen Hoyos
2013-12-24
1
-3
/
+3
*
|
avformat/mov: Check avio_read() return code in mov_read_extradata() and shrin...
Michael Niedermayer
2013-12-15
1
-1
/
+7
*
|
avformat/mov: use rfps_add_frame() only for video
Michael Niedermayer
2013-12-07
1
-1
/
+1
*
|
avformat/mov: calculate rfps from the first 100 frames of the index
Michael Niedermayer
2013-12-05
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-24
1
-0
/
+1
|
\
\
|
|
/
|
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+1
*
|
avformat/mov: Check that we have a stream before accessing it in mov_read_ares()
Michael Niedermayer
2013-11-22
1
-9
/
+11
*
|
Merge commit 'ecf442a58b09bdb1dc1d2c3904b82ac5f79b2878'
Michael Niedermayer
2013-11-14
1
-2
/
+4
|
\
\
|
|
/
|
*
lavf: improve support for AVC-Intra files.
Reimar Döffinger
2013-11-14
1
-0
/
+8
|
*
mov: Support HEVC demuxing
Yusuke Nakamura
2013-10-31
1
-1
/
+4
*
|
avformat/mov: only force parsing for video tracks if stss is empty
Hendrik Leppkes
2013-11-08
1
-1
/
+1
*
|
avformat/mov: fix "correctly" typo
Michael Niedermayer
2013-10-16
1
-1
/
+1
*
|
lavf/mov: Support HEVC demuxing.
Yusuke Nakamura
2013-10-16
1
-3
/
+7
*
|
avformat: use ff_alloc_extradata()
Paul B Mahol
2013-10-13
1
-19
/
+5
*
|
Merge commit 'b698542ad83284fbb8c22404e3cafeb2dd739d38'
Michael Niedermayer
2013-10-05
1
-1
/
+1
|
\
\
|
|
/
|
*
mov: Don't allocate arrays with av_malloc that will be realloced
Martin Storsjö
2013-10-05
1
-1
/
+1
*
|
avformat/mov: force parsing of headers if stts is absent
Michael Niedermayer
2013-10-04
1
-0
/
+2
*
|
mov: fix trun / pseudo_stream_id handling
Michael Niedermayer
2013-10-02
1
-1
/
+1
*
|
Merge commit 'c231987662194d009dd91bfc57c678e0e70ca161'
Michael Niedermayer
2013-09-30
1
-0
/
+5
|
\
\
|
|
/
|
*
mov: Make sure the read sample count is nonnegative
Martin Storsjö
2013-09-29
1
-0
/
+4
|
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-1
/
+3
*
|
avformat/mov: reset extradata size when extradata gets deallocated due to rea...
Michael Niedermayer
2013-09-22
1
-1
/
+3
*
|
Merge commit '5626f994f273af80fb100d4743b963304de9e05c'
Michael Niedermayer
2013-09-19
1
-5
/
+4
|
\
\
|
|
/
|
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-5
/
+4
*
|
Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52'
Michael Niedermayer
2013-09-17
1
-1
/
+1
|
\
\
|
|
/
|
*
mov: Don't use a negative duration for setting other fields
Martin Storsjö
2013-09-17
1
-2
/
+2
*
|
Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'
Michael Niedermayer
2013-09-11
1
-18
/
+22
|
\
\
|
|
/
|
*
avformat: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-09-10
1
-18
/
+22
*
|
Merge commit '5b41eb91e0083755de8c35e8cd005896ec3ab31f'
Michael Niedermayer
2013-08-26
1
-17
/
+32
|
\
\
|
|
/
|
*
mov: Parse tmcd extradata
Luca Barbato
2013-08-25
1
-4
/
+22
*
|
Merge commit '0b5af5cf1224add1769b1094b9924ecf10de3d7d'
Michael Niedermayer
2013-08-26
1
-14
/
+27
|
\
\
|
|
/
|
*
mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
Luca Barbato
2013-08-24
1
-15
/
+26
*
|
Merge commit '08504380ddf25d6905e189e9bf52e7a4c771a415'
Michael Niedermayer
2013-08-26
1
-67
/
+74
|
\
\
|
|
/
|
*
mov: Refactor codec specific final steps in mov_finalize_stsd_codec
Luca Barbato
2013-08-24
1
-58
/
+65
*
|
Merge commit 'dc518a3ae21e7b6420131b813cfc6bcdcad26b7e'
Michael Niedermayer
2013-08-26
1
-8
/
+17
|
\
\
|
|
/
[next]