index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mov: Check the entries value when parsing dref boxes
Luca Barbato
2016-03-11
1
-1
/
+3
*
mov: Trim dref absolute path
Vittorio Giovara
2016-03-05
1
-0
/
+7
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-174
/
+182
*
mov: Force the full parsing of mp3
Luca Barbato
2016-02-19
1
-0
/
+3
*
mov: Fix the format specifier type for size
Vittorio Giovara
2016-02-16
1
-2
/
+3
*
mov: Use the correct type for size
Luca Barbato
2016-02-14
1
-5
/
+5
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-5
/
+5
*
mov: Add an option to toggle dref opening
Derek Buitenhuis
2016-01-21
1
-4
/
+16
*
avformat: expose av_stream_new_side_data helper
John Stebbins
2015-11-18
1
-2
/
+2
*
mov: Drop dref when unable to parse
Vittorio Giovara
2015-11-12
1
-1
/
+6
*
mov: Correctly store dref paths
Vittorio Giovara
2015-11-12
1
-4
/
+2
*
mov: detect cover art pictures by content
wm4
2015-11-03
1
-0
/
+8
*
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
wm4
2015-09-29
1
-1
/
+1
*
mov: Allow more than one keyframe per trun
Martin Storsjö
2015-09-06
1
-3
/
+3
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-10
/
+10
*
Revert "mov: Double-check that alias path is not an absolute path"
Vittorio Giovara
2015-07-17
1
-1
/
+1
*
riff: Use the correct logging context
Luca Barbato
2015-07-11
1
-1
/
+1
*
mov: Log format rather than fourcc in stsd in trace mode
Vittorio Giovara
2015-07-01
1
-3
/
+3
*
mov: Adjust variable types to fix format warnings
Vittorio Giovara
2015-07-01
1
-1
/
+1
*
mp3: enable packed main_data decoding in MP4
nu774
2015-06-20
1
-1
/
+9
*
mov: Check memory allocation
Vittorio Giovara
2015-06-08
1
-1
/
+5
*
mov: always check avio_read return value
Andreas Cadhalpun
2015-05-31
1
-22
/
+101
*
mov: reject zero bytes_per_frame with non-zero samples_per_frame
Andreas Cadhalpun
2015-05-31
1
-0
/
+7
*
mov: Correctly allocate ctts_data
Luca Barbato
2015-05-31
1
-1
/
+1
*
mov: Fix two memleaks
Andreas Cadhalpun
2015-05-31
1
-1
/
+4
*
mov: Double-check that alias path is not an absolute path
Vittorio Giovara
2015-04-19
1
-1
/
+1
*
mov: Read alternate absolute path in dref alis
Vittorio Giovara
2015-04-19
1
-1
/
+3
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-41
/
+42
*
mov: Rely on box type rather than file type for colr atom
Vittorio Giovara
2015-04-09
1
-2
/
+2
*
mov: Write the display matrix in order
Vittorio Giovara
2015-03-23
1
-1
/
+1
*
mov: Add option to keep exact packet sequence after seeking
Derek Buitenhuis
2015-03-18
1
-9
/
+33
*
mov: Fix little endian audio detection
Vittorio Giovara
2015-03-17
1
-1
/
+1
*
Revert "mov: Change DTS-based seek into CTS-based seek."
Martin Storsjö
2015-03-02
1
-29
/
+15
*
mov: Change DTS-based seek into CTS-based seek.
Yusuke Nakamura
2015-02-15
1
-15
/
+29
*
mov: Fix compilation with DEBUG enabled
Diego Biurrun
2015-02-14
1
-2
/
+2
*
mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom
Hendrik Leppkes
2015-02-03
1
-0
/
+16
*
mov: export audio service type as side data
Anton Khirnov
2015-01-27
1
-4
/
+20
*
mov: Do not compute negative SAR values
Vittorio Giovara
2015-01-23
1
-7
/
+6
*
mov: Check angle rather than full matrix when updating SAR
Vittorio Giovara
2015-01-14
1
-8
/
+4
*
mov: avoid a memleak when multiple stss boxes are present
Anton Khirnov
2014-12-19
1
-0
/
+1
*
mov: Fix handling of zero-length metadata values
Martin Storsjö
2014-12-15
1
-1
/
+1
*
mov: further expand the list of parsed metadata tags
Dave Rice
2014-12-08
1
-0
/
+18
*
mov: expand the list of parsed metadata tags
Vittorio Giovara
2014-12-08
1
-0
/
+23
*
mov: parse XMP metadata on demand
Vittorio Giovara
2014-12-08
1
-0
/
+4
*
mov: parse @PRM and @PRQ metadata tags
Vittorio Giovara
2014-12-08
1
-3
/
+6
*
mov: cosmetics: reorder the list of tags
Vittorio Giovara
2014-12-08
1
-29
/
+29
*
mov: skip version and flags attributes in mov_read_chan()
Matthieu Bouron
2014-12-05
1
-0
/
+3
*
mov: allocate the tag value dynamically
Thilo Borgmann
2014-12-02
1
-5
/
+10
*
mov: Add an option for exporting all metadata
Vittorio Giovara
2014-12-02
1
-7
/
+18
*
mov: do not truncate the language-prefixed tag
Vittorio Giovara
2014-12-02
1
-1
/
+1
[next]