index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
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: Move code shared with CAF to a separate file
Diego Biurrun
2017-04-03
1
-36
/
+0
*
spherical: Change types of bounding and pad to uint32_t
Vittorio Giovara
2017-03-23
1
-4
/
+3
*
mov: Export bounds and padding from spherical metadata
Vittorio Giovara
2017-03-07
1
-1
/
+26
*
mov: Validate cubemap layout
Vittorio Giovara
2017-03-07
1
-1
/
+7
*
mov: Validate spherical metadata version
Vittorio Giovara
2017-03-07
1
-4
/
+22
*
mov: Ignore old spherical metadata when newer version is present
Vittorio Giovara
2017-03-07
1
-2
/
+3
*
mov: Fix spherical metadata_source parsing
Aaron Colwell
2017-03-07
1
-2
/
+2
*
mov: Do not try to parse multiple stsd for the same track
Luca Barbato
2017-02-15
1
-0
/
+6
*
mov: Rework stsc index validation
Vittorio Giovara
2017-02-10
1
-4
/
+4
*
Use bitstream_init8() where appropriate
Diego Biurrun
2017-02-07
1
-1
/
+1
*
mov: Avoid memcmp of uninitialised data
Mark Thompson
2017-01-30
1
-2
/
+2
*
mov: Convert to the new bitstream reader
Alexandra Hájková
2017-01-13
1
-4
/
+6
*
Use correct printf conversion specifiers for POSIX integer types
Diego Biurrun
2016-12-23
1
-1
/
+1
*
mov: fix a possible invalid read in mov_read_mac_string()
Anton Khirnov
2016-12-19
1
-1
/
+5
*
mov: Export spherical information
Vittorio Giovara
2016-12-07
1
-0
/
+262
*
mov: Use av_stream_add_side_data() for displaymatrix side data
James Almer
2016-11-23
1
-13
/
+5
*
mov: Fix identity matrix boolean logic
Vittorio Giovara
2016-11-16
1
-2
/
+2
*
mov: Read multiple stsd from DV
Vittorio Giovara
2016-11-08
1
-0
/
+2
*
hevc: Support extradata changes from multiple stsd
Vittorio Giovara
2016-11-08
1
-7
/
+5
*
mov: Evaluate the movie display matrix
Vittorio Giovara
2016-11-01
1
-14
/
+35
*
Use ISO C printf conversion specifiers where appropriate
Diego Biurrun
2016-10-28
1
-11
/
+14
*
Adjust printf conversion specifiers to match variable signedness
Diego Biurrun
2016-10-28
1
-21
/
+21
*
Remove some pointless TRACE level debug code
Diego Biurrun
2016-10-27
1
-6
/
+0
*
mov: Update colr values
Vittorio Giovara
2016-10-21
1
-7
/
+11
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
1
-6
/
+6
*
mov: Remove old b-frame/video delay heuristic
Derek Buitenhuis
2016-08-29
1
-3
/
+0
*
mov: Remove ancient heuristic hack
Derek Buitenhuis
2016-08-29
1
-7
/
+1
*
mov: Validate the ID number
Luca Barbato
2016-07-29
1
-2
/
+2
*
mov: Rework the check for invalid indexes in stsc
Vittorio Giovara
2016-07-20
1
-2
/
+7
*
mov: Wrap stsc index and count compare in a separate function
Vittorio Giovara
2016-07-20
1
-5
/
+10
*
mov: Fix stsc_count comparison
Matthieu Bouron
2016-07-20
1
-1
/
+1
*
mov: fix stream extradata_size allocation
Matthieu Bouron
2016-07-15
1
-1
/
+1
*
mov: Save number of stsd elements after stream extradata allocation
Vittorio Giovara
2016-06-29
1
-3
/
+4
*
mov: Support prores with multiple stsd
Vittorio Giovara
2016-06-17
1
-0
/
+2
*
mov: Implement support for multiple sample description tables
Vittorio Giovara
2016-06-17
1
-6
/
+119
*
mov: Also export loci altitude
Michael Niedermayer
2016-05-19
1
-2
/
+7
*
mov: Append place name instead of overwriting for loci
Michael Niedermayer
2016-05-19
1
-3
/
+3
*
mov: Fix parsing short loci
Michael Niedermayer
2016-05-19
1
-2
/
+2
*
mov: Print reason of loci parsing failure
Michael Niedermayer
2016-05-19
1
-3
/
+10
*
mov: Add a comment referring to the standard that defines the loci box
Martin Storsjö
2016-05-19
1
-0
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-3
/
+3
*
Drop pointless assert.h #includes
Diego Biurrun
2016-05-03
1
-3
/
+0
*
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
[next]