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
*
mov: Drop unused parameter from ff_mov_read_esds()
Diego Biurrun
2014-08-19
1
-2
/
+2
*
mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...
Andrew Stone
2014-08-13
1
-0
/
+6
*
mov: free the dv demux context with avformat_free_context()
Anton Khirnov
2014-07-09
1
-6
/
+2
*
mov: Remove a variable that is set but never used
Martin Storsjö
2014-07-08
1
-2
/
+1
*
mov: Support default-base-is-moof.
Yusuke Nakamura
2014-07-01
1
-3
/
+4
*
mov: Export geotag metadata fields
Martin Storsjö
2014-06-06
1
-0
/
+41
*
mov: store display matrix in a stream side data
Vittorio Giovara
2014-05-19
1
-10
/
+52
*
mov: export stsd Compressorname in metadata
Anton Khirnov
2014-05-01
1
-3
/
+8
*
mov: read hydrogenaudio replaygain information
Anton Khirnov
2014-04-10
1
-0
/
+97
*
lavf: add supported extension to avi and mov demuxers
Marc-Antoine Arnaud
2014-04-02
1
-0
/
+1
*
More correct printf format specifiers
Diego Biurrun
2014-04-02
1
-1
/
+1
*
mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd
Michael Niedermayer
2014-03-31
1
-0
/
+55
*
mov: fill in subtitle dimensions after parsing tkhd
Michael Niedermayer
2014-03-31
1
-1
/
+13
*
lavf: more correct printf format specifiers
Diego Biurrun
2014-03-11
1
-3
/
+4
*
movdec: handle 0x7fff langcode as macintosh per the specs
Baptiste Coudurier
2014-03-09
1
-1
/
+1
*
mov: do not set avg_frame_rate in the demuxer
Justin Ruggles
2014-01-20
1
-4
/
+0
*
mov: Free an earlier allocated array if allocating a new one
Martin Storsjö
2014-01-15
1
-0
/
+1
*
mov: Free intermediate arrays in the normal cleanup function
Martin Storsjö
2014-01-15
1
-0
/
+8
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+1
*
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
*
mov: Don't allocate arrays with av_malloc that will be realloced
Martin Storsjö
2013-10-05
1
-1
/
+1
*
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: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-5
/
+4
*
mov: Don't use a negative duration for setting other fields
Martin Storsjö
2013-09-17
1
-2
/
+2
*
avformat: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-09-10
1
-18
/
+22
*
mov: Parse tmcd extradata
Luca Barbato
2013-08-25
1
-4
/
+22
*
mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
Luca Barbato
2013-08-24
1
-15
/
+26
*
mov: Refactor codec specific final steps in mov_finalize_stsd_codec
Luca Barbato
2013-08-24
1
-58
/
+65
*
mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle
Luca Barbato
2013-08-24
1
-8
/
+17
*
mov: Refactor audio specific parsing in mov_parse_stsd_audio
Luca Barbato
2013-08-24
1
-78
/
+87
*
mov: Refactor video specific parsing in mov_parse_stsd_video
Luca Barbato
2013-08-24
1
-107
/
+108
*
mov: Refactor codec id selection in mov_codec_id
Luca Barbato
2013-08-24
1
-20
/
+32
*
mov: use tkhd enabled flag to set the default track
John Stebbins
2013-08-23
1
-7
/
+3
*
mov: Do not allow updating the time scale after it has been set
Martin Storsjö
2013-07-15
1
-0
/
+5
*
mov: Seek back if overreading an individual atom
Martin Storsjö
2013-07-15
1
-0
/
+6
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-1
/
+0
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+1
*
Move misplaced file author information where it belongs
Diego Biurrun
2013-04-11
1
-5
/
+3
*
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2013-03-11
1
-6
/
+0
*
mov: use the format context for logging.
Anton Khirnov
2013-02-23
1
-1
/
+1
*
mov: handle h263 and flv1 for codec_tag 'H','2','6','3'
Janne Grunau
2012-12-19
1
-0
/
+4
*
mov: validate number of DataReferenceBox entries against box size
Janne Grunau
2012-12-07
1
-1
/
+3
*
mov: compute avg_frame_rate only if duration is known
Janne Grunau
2012-12-07
1
-2
/
+3
*
lavf: add a common function for selecting a pcm codec from parameters
Justin Ruggles
2012-11-28
1
-27
/
+6
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
mov: support random access point grouping
Yusuke Nakamura
2012-09-19
1
-0
/
+53
*
mov: check for EOF in long lasting loops
Luca Barbato
2012-09-18
1
-16
/
+56
[next]