summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö2012-08-311-4/+4
* graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-291-0/+7
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-292-0/+12
* qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö2012-08-291-0/+3
* ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-291-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-041-102/+0
* graph2dot: fix printf format specifierDiego Biurrun2012-07-041-1/+1
* ismindex: Verify that all bitrate variants matchMartin Storsjö2012-07-031-4/+26
* ismindex: Properly report errors reading the MFRA atomMartin Storsjö2012-07-031-4/+11
* misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-222-3/+4
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* Fix a bunch of common typos.Diego Biurrun2012-03-092-2/+2
* ismindex: Fix build on mingwMartin Storsjö2012-01-261-0/+4
* tools: Remove some unnecessary #undefs.Diego Biurrun2012-01-252-3/+0
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-259-133/+158
* pktdumper: Use usleep instead of sleepMartin Storsjö2012-01-251-1/+1
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-251-0/+514
* aviocat: Remove useless includesMartin Storsjö2012-01-211-5/+1
OpenPOWER on IntegriCloud