Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-07-03ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö
2014-07-03ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö
2014-03-01qt-faststart: Add a note about the -movflags +faststart featureLou Logan
2014-03-01qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö
2014-03-01qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer
2014-03-01qt-faststart: Check the ftello() return codesMichael Niedermayer
2014-03-01qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer
2014-03-01qt-faststart: Check fseeko() return codesMichael Niedermayer
2014-03-01qt-faststart: Simplify code by using a MIN() macroMichael Niedermayer
2014-03-01qt-faststart: Increase the copy buffer size to 64 KBMartin Storsjö
2014-01-17aviocat: Add support for specifying the input durationMartin Storsjö
2014-01-17aviocat: Check the argv array length before reading element i+1Martin Storsjö
2013-11-05graph2dot: Add missing #include for av_get_channel_layout_string()Diego Biurrun
2013-11-05graph2dot: Fix use of deprecated APIDiego Biurrun
2013-10-05ismindex: Change the duration field to int64_tMartin Storsjö
2013-10-05ismindex: Calculate the file duration among the included tracksMartin Storsjö
2013-10-05ismindex: Use the individual stream duration instead of the global oneMartin Storsjö
2013-08-05ismindex: Replace mkdir ifdeffery by os_support.h #includeDiego Biurrun
2013-07-06tools: Wording and formatting cosmeticsDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-13ismindex: Check the return value of allocationsMartin Storsjö
2013-03-13ismindex: Factorize code for printing chunk duration listsMartin Storsjö
2013-03-13ismindex: Rename structs and fields from "file" to "track"Martin Storsjö
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-14trasher: Include all the necessary headersMartin Storsjö
2012-08-31pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö
2012-08-31pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö
2012-08-31pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö
2012-08-29graph2dot: Use the fallback getopt implementation if neededMartin Storsjö
2012-08-29tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö
2012-08-29qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö
2012-08-29ismindex: Include direct.h for _mkdir on windowsMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-07-04graph2dot: fix printf format specifierDiego Biurrun
2012-07-03ismindex: Verify that all bitrate variants matchMartin Storsjö
2012-07-03ismindex: Properly report errors reading the MFRA atomMartin Storsjö
2012-07-03misc typo and wording fixesDiego Biurrun
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-03-10Fix a bunch of common typos.Diego Biurrun
2012-01-26ismindex: Fix build on mingwMartin Storsjö
2012-01-25tools: Remove some unnecessary #undefs.Diego Biurrun
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2012-01-25pktdumper: Use usleep instead of sleepMartin Storsjö