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
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ö
2012-01-25Add a tool for creating smooth streaming manifestsMartin Storsjö
2012-01-21aviocat: Remove useless includesMartin Storsjö
2012-01-21aviocat: Flush the output before closingMartin Storsjö
2012-01-21Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-31qt-faststart: K&R reformatting; fix comment typosDiego Biurrun
2011-12-29qt-faststart: Fix up indentationMartin Storsjö
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-12-05doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun
2011-10-28tools/pktdumper: update to recent avformat apiJanne Grunau
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-06-06Remove some unused scripts from tools/.Diego Biurrun
2011-05-16cws2fws: Improve error message wording.Diego Biurrun
2011-05-16tools: Check the return value of write().Diego Biurrun
2011-05-12patcheck: warn about assert usagePeter Ross
2011-04-23Replace `` by $() syntax in shell scripts.Diego Biurrun
2011-04-23patcheck: Allow overiding grep program(s) through environment variables.Brad
2011-04-16Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17In graph2dot, print more specific audio information for audio links.Stefano Sabatini
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau