summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* tools: Drop a stale headerLuca Barbato2015-08-311-1/+0
* ismindex: Use the correct abs() versionVittorio Giovara2015-08-311-1/+1
* cws2fws: Close file handles on errorVittorio Giovara2015-06-121-9/+12
* ismindex: Calculate the pts duration of trun atoms, not the dts durationMartin Storsjö2015-03-191-4/+10
* sidxindex: Remove parsing that isn't necessary any longerMartin Storsjö2015-01-031-14/+0
* sidxindex: Don't adjust the Period start time depending on the track start timeMartin Storsjö2015-01-031-12/+1
* sidxindex: Write mimeType=audio/mp4 for audio-only representationsMartin Storsjö2014-11-241-2/+3
* tools: Add a sidxindex toolMartin Storsjö2014-11-171-0/+410
* tools: Use av_gettime_relativeOlivier Langlois2014-10-241-2/+2
* ismindex: use tfhd default duration if no sample durationMika Raento2014-10-161-4/+19
* ismindex: handle discontinuous streams betterMika Raento2014-10-091-10/+86
* ismindex: handle time discontinuities and nonzero start timeMika Raento2014-09-151-3/+42
* ismindex: Avoid writing ismf files if no base name has been specifiedMartin Storsjö2014-09-071-0/+2
* ismindex: produce .ismf fileMika Raento2014-09-051-22/+95
* ismindex: recover from completely empty streamsMika Raento2014-09-031-0/+6
* ismindex: improve diagnosticsMika Raento2014-09-021-14/+43
* qt-faststart: Undefine fseeko/ftello before defining themDiego Biurrun2014-08-221-0/+4
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö2014-07-031-18/+36
* ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö2014-07-031-6/+19
* qt-faststart: Add a note about the -movflags +faststart featureLou Logan2014-03-011-1/+2
* qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö2014-03-011-5/+5
* qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer2014-03-011-0/+8
* qt-faststart: Check the ftello() return codesMichael Niedermayer2014-03-011-2/+6
* qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer2014-03-011-2/+2
* qt-faststart: Check fseeko() return codesMichael Niedermayer2014-03-011-6/+18
* qt-faststart: Simplify code by using a MIN() macroMichael Niedermayer2014-03-011-4/+3
* qt-faststart: Increase the copy buffer size to 64 KBMartin Storsjö2014-03-011-1/+1
* aviocat: Add support for specifying the input durationMartin Storsjö2014-01-171-2/+14
* aviocat: Check the argv array length before reading element i+1Martin Storsjö2014-01-171-1/+1
* graph2dot: Add missing #include for av_get_channel_layout_string()Diego Biurrun2013-11-041-0/+1
* graph2dot: Fix use of deprecated APIDiego Biurrun2013-11-041-2/+2
* ismindex: Change the duration field to int64_tMartin Storsjö2013-10-051-2/+2
* ismindex: Calculate the file duration among the included tracksMartin Storsjö2013-10-051-2/+4
* ismindex: Use the individual stream duration instead of the global oneMartin Storsjö2013-10-051-2/+1
* ismindex: Replace mkdir ifdeffery by os_support.h #includeDiego Biurrun2013-08-051-5/+1
* tools: Wording and formatting cosmeticsDiego Biurrun2013-07-062-9/+9
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+1
* ismindex: Check the return value of allocationsMartin Storsjö2013-03-131-2/+13
* ismindex: Factorize code for printing chunk duration listsMartin Storsjö2013-03-131-22/+19
* ismindex: Rename structs and fields from "file" to "track"Martin Storsjö2013-03-131-149/+149
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+2
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-1/+0
* trasher: Include all the necessary headersMartin Storsjö2012-09-131-0/+2
* pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö2012-08-311-2/+4
* pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö2012-08-311-2/+3
OpenPOWER on IntegriCloud