summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö2012-08-31
* pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö2012-08-31
* pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö2012-08-31
* graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-29
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-29
* qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö2012-08-29
* ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-29
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
* graph2dot: fix printf format specifierDiego Biurrun2012-07-04
* ismindex: Verify that all bitrate variants matchMartin Storsjö2012-07-03
* ismindex: Properly report errors reading the MFRA atomMartin Storsjö2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
* Fix a bunch of common typos.Diego Biurrun2012-03-09
* ismindex: Fix build on mingwMartin Storsjö2012-01-26
* tools: Remove some unnecessary #undefs.Diego Biurrun2012-01-25
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-25
* pktdumper: Use usleep instead of sleepMartin Storsjö2012-01-25
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-25
* aviocat: Remove useless includesMartin Storsjö2012-01-21
* aviocat: Flush the output before closingMartin Storsjö2012-01-21
* Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö2012-01-20
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-11
* Fix a bunch of typos.Diego Biurrun2012-01-02
* qt-faststart: K&R reformatting; fix comment typosDiego Biurrun2011-12-30
* qt-faststart: Fix up indentationMartin Storsjö2011-12-29
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-04