Age | Commit message (Expand) | Author |
2010-01-15 | Get one step closer to world domination. | Ramiro Polla |
2009-12-12 | Add ROQ format regression test. | Reimar Döffinger |
2009-11-10 | Fix make install when all of ffmpeg/ffplay/ffserver are disabled | Måns Rullgård |
2009-10-31 | Allow disabling doc generation with --disable-doc | Måns Rullgård |
2009-10-31 | Makefile cosmetics | Måns Rullgård |
2009-10-29 | Add generic rules for building helpers with HOSTCC | Måns Rullgård |
2009-10-27 | Split codec-regression.sh again and create a lavfi-regression.sh for | Stefano Sabatini |
2009-10-24 | Split codec-regression.sh, and create the lavf-regression.sh script. | Stefano Sabatini |
2009-10-21 | Rename vfilters.texi to libavfilter.texi, as the file is meant to | Stefano Sabatini |
2009-10-18 | cosmetics: Break overly long lines. | Diego Biurrun |
2009-10-18 | Add documentation for libavfilter video filters. | Stefano Sabatini |
2009-10-06 | Add ALAC encoding and decoding regression tests. | Justin Ruggles |
2009-09-27 | Implement a lavfitest target for testing regressions in libavfilter. | Stefano Sabatini |
2009-09-21 | Split dnxhd regression test so the parts can run in parallel | Måns Rullgård |
2009-09-18 | Add probetest to TOOLS list. | Diego Biurrun |
2009-09-18 | Introduce a variable for all targets in the tools subdirectory. | Diego Biurrun |
2009-09-17 | Add dnxhd test to regression tests. | Reimar Döffinger |
2009-09-10 | Fix typo: '.' was used instead of '/' as directory separator. | Diego Biurrun |
2009-08-23 | Skip headers requiring external libs not present in checkheaders | Måns Rullgård |
2009-07-28 | Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts | Måns Rullgård |
2009-07-22 | Fix building of tools/* | Måns Rullgård |
2009-07-17 | Make sure that tests/seek_test.o gets deleted on 'make clean'. | Diego Biurrun |
2009-07-12 | Use LD for linking, default to same as CC | Måns Rullgård |
2009-06-24 | Split developer documentation off from general documentation. | Diego Biurrun |
2009-06-22 | Consistently rename variables denoting regression reference file(s) | Stefano Sabatini |
2009-06-18 | Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref, | Stefano Sabatini |
2009-06-15 | Add "config" make target to rerun configure with old options | Måns Rullgård |
2009-05-28 | Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean | Dave Yeo |
2009-05-25 | The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. | Diego Biurrun |
2009-05-25 | NEON-OBJS should also be cleared for each subdir. | Ramiro Polla |
2009-03-30 | Move generated file aynth1.sw to the data subdirectory. Thus it does not have | Diego Biurrun |
2009-03-30 | Rename regression.sh --> codec-regression.sh. Now all regression test scripts | Diego Biurrun |
2009-03-30 | Rename server-regression.sh --> ffserver-regression.sh for consistency. | Diego Biurrun |
2009-03-30 | Rename servertest target to ffservertest. | Diego Biurrun |
2009-03-29 | Rename libav.regression.ref --> lavf.regression.ref. | Diego Biurrun |
2009-03-29 | Rename libavtest target to lavftest to better express what it tests. | Diego Biurrun |
2009-03-29 | Rename test.conf --> ffserver.conf, the new name is more meaningful. | Diego Biurrun |
2009-03-29 | Rename seek_test.sh --> seek-regression.sh for greater consistency. | Diego Biurrun |
2009-03-27 | Move output_example.c --> libavformat/output-example.c. | Diego Biurrun |
2009-03-26 | Remove unnecessary CFLAGS variable from output_example link command. | Diego Biurrun |
2009-03-26 | Removing example programs is already handled by the generic clean commands, | Diego Biurrun |
2009-03-25 | Clear some more variables that are used on subdir Makefiles. | Ramiro Polla |
2009-03-22 | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun |
2009-03-22 | Add rule for building API example programs. | Diego Biurrun |
2009-03-20 | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp |
2009-03-13 | Remove 'lib' and 'swscale-error' from list of phony targets. | Diego Biurrun |
2009-03-13 | Mark all clean targets as phony. | Diego Biurrun |
2009-03-13 | Add "testclean" target to .PHONY | Reimar Döffinger |
2009-03-11 | mxf and mxf d10 regression tests | Baptiste Coudurier |
2009-03-08 | Allow different executable suffix for host and target | Måns Rullgård |