summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* aviocat: Flush the output before closingMartin Storsjö2012-01-211-0/+1
* Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö2012-01-201-0/+97
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-111-1/+1
* Fix a bunch of typos.Diego Biurrun2012-01-021-1/+1
* qt-faststart: K&R reformatting; fix comment typosDiego Biurrun2011-12-301-45/+45
* qt-faststart: Fix up indentationMartin Storsjö2011-12-291-9/+9
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-9/+9
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-041-0/+1
* tools/pktdumper: update to recent avformat apiJanne Grunau2011-10-281-3/+3
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-261-2/+2
* Remove some unused scripts from tools/.Diego Biurrun2011-06-064-43/+0
* cws2fws: Improve error message wording.Diego Biurrun2011-05-161-2/+2
* tools: Check the return value of write().Diego Biurrun2011-05-162-4/+17
* patcheck: warn about assert usagePeter Ross2011-05-121-0/+1
* Replace `` by $() syntax in shell scripts.Diego Biurrun2011-04-232-8/+8
* patcheck: Allow overiding grep program(s) through environment variables.Brad2011-04-231-24/+26
* Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun2011-04-151-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-196-21/+21
* In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-171-4/+13
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-18/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+18
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-121-2/+3
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-1/+1
OpenPOWER on IntegriCloud