OSDN Git Service

Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.
[coroid/ffmpeg_saccubus.git] / Makefile
2011-08-15 Dave YeoFix NASM include directive
2011-08-12 Anton KhirnovMake a copy of ffmpeg under a new name -- avconv.
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-08-09 Anton KhirnovRename ffprobe to avprobe.
2011-08-09 Anton KhirnovRename ffplay to avplay.
2011-07-21 Mans Rullgardbuild: add -L flags before existing LDFLAGS
2011-07-11 Mans Rullgardbuild: remove unnecessary dependency on libs from ...
2011-07-11 Mans Rullgardbuild: remove unnecessary FFLDFLAGS variable
2011-07-10 Mans Rullgardbuild: rework rules for things in the tools dir
2011-07-04 Diego Biurrunbuild: Remove deleted 'check' target from .PHONY list.
2011-06-30 Diego Biurrunbuild: Eliminate obsolete test targets.
2011-06-29 Mans Rullgardbuild: fix creation of tools dir with make 3.81
2011-06-29 Diego Biurrunbuild: Mark all-yes Makefile target as phony.
2011-06-29 Mans Rullgardbuild: create output directories as needed
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-26 Mans Rullgardbuild: factor out the .c and .S compile commands as...
2011-06-23 Mans Rullgardbuild: remove SRC_PATH_BARE variable
2011-06-23 Mans Rullgardbuild: move basic rules and variables to main Makefile
2011-06-23 Mans Rullgardbuild: move special targets to end of main Makefile
2011-06-22 Mans Rullgardbuild: move documentation rules to doc/Makefile
2011-06-22 Mans Rullgardbuild: move test rules to tests/Makefile
2011-06-14 Mans Rullgardbuild: move vpath directives to main Makefile
2011-06-14 Mans Rullgardbuild: move ALLFFLIBS to a more logical place
2011-06-11 Mans Rullgardbuild: fix "make install" with documentation disabled
2011-06-11 Mans Rullgardbuild: simplify some conditional targets
2011-06-07 Mans Rullgardbuild: make rule for linking ff* apply only to these...
2011-06-06 Mans Rullgardbuild: rearrange some lines in a more logical way
2011-06-06 Mans Rullgardbuild: clean up .PHONY lists
2011-06-06 Mans Rullgardbuild: move all (un)install* target aliases to toplevel...
2011-06-03 Diego Biurrunbuild: Simplify texi2html invocation through the -...
2011-05-29 Mans Rullgardbuild: remove BUILD_ROOT variable
2011-05-26 Diego Biurrunbuild: Remove generated .version file on distclean.
2011-05-18 Mans RullgardRemove unused make variable SEEK_REFFILE
2011-05-18 Mans Rullgardfate: remove redundant aref and vref references
2011-05-18 Mans Rullgardfate: run aref and vref as regular tests
2011-05-03 Reinhard TartlerImplement fate-rsync target
2011-04-21 Ronald S. BultjeFATE: allow forcing thread-type when doing threaded...
2011-04-20 Martin StorsjöMakefile: Include dependencies for test tools, too
2011-03-29 Mans RullgardRemove support for stripping executables
2011-03-23 Luca Barbatofate: add support for multithread testing
2011-03-18 Janne Grunauget rid of the last svn mentions
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-02-20 Mans RullgardMakefile: include deps from tools directory
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-12 Stefano SabatiniAllow "make clean" to clean files in tools
2011-02-12 Stefano SabatiniAdd lavfi-showfiltfmts and graph2dot to $(TOOLS)
2011-02-11 Mans RullgardVP8: ARM optimised decode_block_coeffs_internal
2011-02-01 Mans RullgardMakefile: remove unused variable ALLHTMLPAGES
2011-02-01 Mans RullgardMakefile: build docs only for enabled tools; fix docs...
2011-02-01 Mans RullgardAuto-generate dependencies for documentation
2011-01-29 Janne Grunaudoc: modify style for texi2html 1.78+
2011-01-25 Mans RullgardMakefile: fix cleaning of tools in tests directory
2011-01-25 Daniel VerkampFix ALLPROGS_G so that *_g binaries get cleaned properly
2011-01-23 Mans RullgardMakefile: simplify test tools handling
2011-01-21 Mans RullgardMakefile: simplify setting of some variables
2011-01-09 Stefano SabatiniAdd demuxers.texi file.
2010-12-27 Anton KhirnovMetadata muxer
2010-12-23 Stefano SabatiniAdd dependency for the libavfitler.html file.
2010-12-14 Stefano SabatiniSimplify texi files naming: ff*-doc.texi -> ff*.texi.
2010-12-11 Stefano SabatiniDefine PODPAGES in Makefile, and make them depend on
2010-12-07 Ramiro PollaFix building of object files in tools/
2010-11-08 Stefano SabatiniAdd a file for bitstream filters documentation.
2010-11-03 Stefano SabatiniAdd eval.texi file.
2010-08-26 Måns Rullgårdfate: print list of tests with "make fate-list"
2010-08-23 Vitor SessakMP3 float decoder FATE tests
2010-08-22 Måns Rullgårdfate: remove pointless fate/fate2 separation
2010-08-17 Diego BiurrunSkip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
2010-08-04 Måns Rullgårdfate: move some groups of related tests to their own...
2010-08-01 Stefano SabatiniFix fate-lavfi-pixfmts test cross-compilation.
2010-07-31 Stefano SabatiniAdd protocols.texi.
2010-07-27 Stefano SabatiniAdd the indevs.texi and outdevs.texi files.
2010-07-26 Måns Rullgårdfate: create report files
2010-07-26 Måns RullgårdAdd a simple base64 encoder for use in tests
2010-07-22 Måns RullgårdDo not automatically run configure
2010-07-21 Stefano SabatiniAdd libavcore.
2010-07-21 Måns RullgårdEnable lavfi test in "make test"
2010-07-20 Måns RullgårdRerun configure when all*.c files have changed
2010-07-20 Måns RullgårdChange message tag for tests to simply TEST
2010-07-20 Måns RullgårdRemove old regtest make rules redirecting to fate-based...
2010-07-20 Måns Rullgårdfate: allow running regtests through fate frontend
2010-07-19 Måns RullgårdGenerate list of lavfi tests in configure
2010-07-19 Måns Rullgårdfate: echo fate-run command with V=1
2010-07-09 Måns RullgårdRemove dead target from .PHONY list
2010-07-09 Måns Rullgårdfate: add oneoff test for twinvq
2010-07-09 Måns Rullgårdfate: add oneoff comparison method
2010-07-09 Måns Rullgårdfate: pass additional variables to test script
2010-07-08 Måns RullgårdChange names of regtest output files to closer match...
2010-07-08 Måns RullgårdSimplify regtest reference makefile dependencies
2010-07-08 Måns RullgårdMove regression test dependencies to configure
2010-07-08 Måns RullgårdCreate the regtest reference files only when necessary
2010-07-08 Måns RullgårdClean up make rules for calling codec test scripts
2010-07-08 Måns RullgårdBeautify make messages when generating test data files
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-06-21 Stefano SabatiniMake the ffmpeg and ffplay man pages show the list...
2010-06-21 Stefano SabatiniUpdate documentation dependencies, make ff* tools manpa...
2010-06-06 Michael NiedermayerAdd simple rgb/yuv in avi regression test.
2010-05-24 Stefano SabatiniAdd libavfilter 1-input - 1-output regression test...
2010-05-10 Måns RullgårdFATE: print friendly error for individual tests when...
2010-04-19 Vitor SessakMakefile: make fate target depend on compiling ffmpeg
2010-03-17 Stefano SabatiniAdd some ad-hoc tests for libavfilter.
next