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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
ismindex: Calculate the pts duration of trun atoms, not the dts duration
Martin Storsjö
2015-03-19
1
-4
/
+10
*
sidxindex: Remove parsing that isn't necessary any longer
Martin Storsjö
2015-01-03
1
-14
/
+0
*
sidxindex: Don't adjust the Period start time depending on the track start time
Martin Storsjö
2015-01-03
1
-12
/
+1
*
sidxindex: Write mimeType=audio/mp4 for audio-only representations
Martin Storsjö
2014-11-24
1
-2
/
+3
*
tools: Add a sidxindex tool
Martin Storsjö
2014-11-17
1
-0
/
+410
*
tools: Use av_gettime_relative
Olivier Langlois
2014-10-24
1
-2
/
+2
*
ismindex: use tfhd default duration if no sample duration
Mika Raento
2014-10-16
1
-4
/
+19
*
ismindex: handle discontinuous streams better
Mika Raento
2014-10-09
1
-10
/
+86
*
ismindex: handle time discontinuities and nonzero start time
Mika Raento
2014-09-15
1
-3
/
+42
*
ismindex: Avoid writing ismf files if no base name has been specified
Martin Storsjö
2014-09-07
1
-0
/
+2
*
ismindex: produce .ismf file
Mika Raento
2014-09-05
1
-22
/
+95
*
ismindex: recover from completely empty streams
Mika Raento
2014-09-03
1
-0
/
+6
*
ismindex: improve diagnostics
Mika Raento
2014-09-02
1
-14
/
+43
*
qt-faststart: Undefine fseeko/ftello before defining them
Diego Biurrun
2014-08-22
1
-0
/
+4
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
ismindex: Add an option for outputting files elsewhere than in the current di...
Martin Storsjö
2014-07-03
1
-18
/
+36
*
ismindex: Allow adding a path prefix to the generated .ism file
Martin Storsjö
2014-07-03
1
-6
/
+19
*
qt-faststart: Add a note about the -movflags +faststart feature
Lou Logan
2014-03-01
1
-1
/
+2
*
qt-faststart: Avoid unintentionally sign extending BE_32
Martin Storsjö
2014-03-01
1
-5
/
+5
*
qt-faststart: Check offset_count before reading from the moov_atom buffer
Michael Niedermayer
2014-03-01
1
-0
/
+8
*
qt-faststart: Check the ftello() return codes
Michael Niedermayer
2014-03-01
1
-2
/
+6
*
qt-faststart: Fix the signedness of variables keeping the ftello return values
Michael Niedermayer
2014-03-01
1
-2
/
+2
*
qt-faststart: Check fseeko() return codes
Michael Niedermayer
2014-03-01
1
-6
/
+18
*
qt-faststart: Simplify code by using a MIN() macro
Michael Niedermayer
2014-03-01
1
-4
/
+3
*
qt-faststart: Increase the copy buffer size to 64 KB
Martin Storsjö
2014-03-01
1
-1
/
+1
*
aviocat: Add support for specifying the input duration
Martin Storsjö
2014-01-17
1
-2
/
+14
*
aviocat: Check the argv array length before reading element i+1
Martin Storsjö
2014-01-17
1
-1
/
+1
*
graph2dot: Add missing #include for av_get_channel_layout_string()
Diego Biurrun
2013-11-04
1
-0
/
+1
*
graph2dot: Fix use of deprecated API
Diego Biurrun
2013-11-04
1
-2
/
+2
*
ismindex: Change the duration field to int64_t
Martin Storsjö
2013-10-05
1
-2
/
+2
*
ismindex: Calculate the file duration among the included tracks
Martin Storsjö
2013-10-05
1
-2
/
+4
*
ismindex: Use the individual stream duration instead of the global one
Martin Storsjö
2013-10-05
1
-2
/
+1
*
ismindex: Replace mkdir ifdeffery by os_support.h #include
Diego Biurrun
2013-08-05
1
-5
/
+1
*
tools: Wording and formatting cosmetics
Diego Biurrun
2013-07-06
2
-9
/
+9
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-1
/
+1
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
1
-1
/
+1
*
ismindex: Check the return value of allocations
Martin Storsjö
2013-03-13
1
-2
/
+13
*
ismindex: Factorize code for printing chunk duration lists
Martin Storsjö
2013-03-13
1
-22
/
+19
*
ismindex: Rename structs and fields from "file" to "track"
Martin Storsjö
2013-03-13
1
-149
/
+149
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-1
/
+1
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-2
/
+2
*
tools: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-2
/
+2
*
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-10-01
1
-1
/
+0
*
trasher: Include all the necessary headers
Martin Storsjö
2012-09-13
1
-0
/
+2
*
pktdumper: Use a custom define instead of PATH_MAX for buffers
Martin Storsjö
2012-08-31
1
-2
/
+4
*
pktdumper: Use av_strlcpy instead of strncpy
Martin Storsjö
2012-08-31
1
-2
/
+3
*
pktdumper: Use sizeof(variable) instead of the direct buffer length
Martin Storsjö
2012-08-31
1
-4
/
+4
*
graph2dot: Use the fallback getopt implementation if needed
Martin Storsjö
2012-08-29
1
-0
/
+7
*
tools: Include io.h for open/read/write/close if unistd.h doesn't exist
Martin Storsjö
2012-08-29
2
-0
/
+12
*
qt-faststart: Use other seek/tell functions on MSVC than on mingw
Martin Storsjö
2012-08-29
1
-0
/
+3
[next]