summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-25
| | | | | | | | It can also optionally split the file into individual fragments, which allows it to be served from any web server without any server side support. Signed-off-by: Martin Storsjö <martin@martin.st>
* aviocat: Remove useless includesMartin Storsjö2012-01-21
| | | | | | | Also include stdlib.h explicitly - currently it is used implicitly via avformat.h. Signed-off-by: Martin Storsjö <martin@martin.st>
* aviocat: Flush the output before closingMartin Storsjö2012-01-21
| | | | | | Without this, the end of the file might not be transmitted/written. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö2012-01-20
| | | | | | | It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
| | | | | | This restores indentation after 65b875d8fcc. Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
|
* tools/pktdumper: update to recent avformat apiJanne Grunau2011-10-28
|
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
|
* Remove some unused scripts from tools/.Diego Biurrun2011-06-06
|
* cws2fws: Improve error message wording.Diego Biurrun2011-05-16
|
* tools: Check the return value of write().Diego Biurrun2011-05-16
| | | | | This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
* patcheck: warn about assert usagePeter Ross2011-05-12
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Replace `` by $() syntax in shell scripts.Diego Biurrun2011-04-23
| | | | $() is easier to nest and POSIX, which we require in other places.
* patcheck: Allow overiding grep program(s) through environment variables.Brad2011-04-23
| | | | | | | patcheck hardcodes the binary names for grep/egrep. This makes overriding the binary names a pain, e.g. when calling a GNU version of grep on BSD systems. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun2011-04-15
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-12
| | | | Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
| | | | | | | The new name is shorter and more consistent with the FFmpeg API, and sounds less evil. Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
| | | | | | | | avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-15
| | | | Originally committed as revision 25490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
| | | | Originally committed as revision 25442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-10
| | | | Originally committed as revision 25435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer2010-10-09
| | | | | | container type and codecs in each file that point back to the file. Originally committed as revision 25428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-08
| | | | Originally committed as revision 25417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the correct type for the output links.Stefano Sabatini2010-08-17
| | | | Originally committed as revision 24810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
| | | | | | | | | | | AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to: int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name); This way it is possible to propagate an error code telling the reason of the failure. Originally committed as revision 24765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-06
| | | | Originally committed as revision 24722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-06
| | | | Originally committed as revision 24721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet2010-08-02
| | | | Originally committed as revision 24660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavfi-showfiltfmts: print one format per lineMåns Rullgård2010-08-01
| | | | Originally committed as revision 24647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about "/** text" comments.Michael Niedermayer2010-07-28
| | | | Originally committed as revision 24574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept stdin as input for patcheck.Rafaël Carré2010-07-25
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grep Changelog entry from unified diffsRafaël Carré2010-07-15
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for doxy filetag with filenameMichael Niedermayer2010-07-02
| | | | Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-28
| | | | | | Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if input and output are the sameBaptiste Coudurier2010-06-21
| | | | Originally committed as revision 23672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
| | | | Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-24
| | | | | | | | | | target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qt-faststart: Abort scanning of the input file if a badly sized atom is ↵Martin Storsjö2010-05-13
| | | | | | | | | encountered If the atom size is 0, qt-faststart currently hangs forever while scanning the file. Originally committed as revision 23129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö2010-05-13
| | | | Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk