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