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
AgeCommit message (Collapse)Author
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
also update the multiple inclusion guards in config.h|mak
2011-02-20Makefile: include deps from tools directoryMans Rullgard
This ensures the tools are rebuilt when necessary. Specifically, lavfi-showfiltfmts was sometimes not rebuilt causing spurious test failures. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15Merge libavcore into libavutilReinhard Tartler
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-02-12Allow "make clean" to clean files in toolsStefano Sabatini
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-12Add lavfi-showfiltfmts and graph2dot to $(TOOLS)Stefano Sabatini
Allow make clean to remove the corresponding binaries. Fix issue 2162. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-11VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
Approximately 5% faster on Cortex-A8. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-01Makefile: remove unused variable ALLHTMLPAGESMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-01Makefile: build docs only for enabled tools; fix docs dependenciesMans Rullgard
This makes "make documentation" build the man/html pages only for the tools enabled in the build. It also fixes the dependency tracking for the built man pages. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-01Auto-generate dependencies for documentationMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-29doc: modify style for texi2html 1.78+Janne Grunau
The generated HTML files are similar to the ones generated with texi2html 1.56k used on the website. Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended version. The removed @sp from the titlepage section were ignored until texi2html 5.0. If not removed the pages generated by 5.0 will have ugly empty space around the title.
2011-01-25Makefile: fix cleaning of tools in tests directoryMans Rullgard
The variable TESTPROGS is reset by the library makefiles, use another name. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-23Makefile: simplify test tools handlingMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-21Makefile: simplify setting of some variablesMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-09Add demuxers.texi file.Stefano Sabatini
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-27Metadata muxerAnton Khirnov
Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-23Add dependency for the libavfitler.html file.Stefano Sabatini
Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-14Simplify texi files naming: ff*-doc.texi -> ff*.texi.Stefano Sabatini
Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-11Define PODPAGES in Makefile, and make them depend onStefano Sabatini
fftools-common-opts.texi. Fix pod files updating when fftools-common-opts.texi is changed. Originally committed as revision 25928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-07Fix building of object files in tools/Ramiro Polla
Fixes issue issue2408. Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-08Add a file for bitstream filters documentation.Stefano Sabatini
Based on a patch by Nicolas George <@var{name}.@var{surname}@@normalesup.@code{org}>. Originally committed as revision 25709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-03Add eval.texi file.Stefano Sabatini
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-26fate: print list of tests with "make fate-list"Måns Rullgård
Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-23MP3 float decoder FATE testsVitor Sessak
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-22fate: remove pointless fate/fate2 separationMåns Rullgård
Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-17Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.Diego Biurrun
We no longer create .d files directly, so the rule is pointless. Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-04fate: move some groups of related tests to their own filesMåns Rullgård
This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-01Fix fate-lavfi-pixfmts test cross-compilation.Stefano Sabatini
Add the lavfi-showfiltfmts dependency in the Makefile, and correctly use the $target_exec and $target_path variables for invoking the lavfi-showfiltfmts tool. Originally committed as revision 24645 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-31Add protocols.texi.Stefano Sabatini
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add the indevs.texi and outdevs.texi files.Stefano Sabatini
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: create report filesMåns Rullgård
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Add a simple base64 encoder for use in testsMåns Rullgård
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22Do not automatically run configureMåns Rullgård
Making automatic reconfigure work properly in all cases proved more difficult than it seemed, and people complained about it. Instead, print a warning when the configuration appears to be out of date. Originally committed as revision 24436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21Add libavcore.Stefano Sabatini
The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200 Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21Enable lavfi test in "make test"Måns Rullgård
Originally committed as revision 24382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Rerun configure when all*.c files have changedMåns Rullgård
Originally committed as revision 24370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Change message tag for tests to simply TESTMåns Rullgård
Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Remove old regtest make rules redirecting to fate-based onesMåns Rullgård
Originally committed as revision 24348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20fate: allow running regtests through fate frontendMåns Rullgård
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19Generate list of lavfi tests in configureMåns Rullgård
Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19fate: echo fate-run command with V=1Måns Rullgård
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10Remove dead target from .PHONY listMåns Rullgård
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff test for twinvqMåns Rullgård
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff comparison methodMåns Rullgård
This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: pass additional variables to test scriptMåns Rullgård
This passes the following additional variables to the test script: - CMP method to use comparing output with reference, default 'diff' - REF reference file, default 'tests/ref/fate/${test}' - FUZZ maximum fuzz factor in comparison, meaning depends on CMP Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09Change names of regtest output files to closer match the reference filesMåns Rullgård
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Simplify regtest reference makefile dependenciesMåns Rullgård
Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Move regression test dependencies to configureMåns Rullgård
This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08Create the regtest reference files only when necessaryMåns Rullgård
This avoid recreating the ref files every time an individual test is run from the command line. Originally committed as revision 24113 to svn://svn.ffmpeg.org/ffmpeg/trunk