Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavfi: reclassify showfiltfmts as a TESTPROG | Mans Rullgard | 2012-07-04 | 1 | -1/+0 |
| | | | | | | | | This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | gitignore: Use full path instead of relative path to specify patterns | Diego Biurrun | 2012-07-04 | 1 | -35/+35 |
| | | | | | This avoids confusion from patterns meant to only match at the top level matching files in subdirectories. | ||||
* | build: Do not delete tests/vsynth2 directory, which is no longer created. | Diego Biurrun | 2012-06-13 | 1 | -1/+0 |
| | |||||
* | gitignore: add Win32 library suffixes | Joakim Plate | 2012-05-02 | 1 | -0/+3 |
| | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | gitignore: replace library catch-all pattern by more specific patterns | Diego Biurrun | 2012-04-27 | 1 | -6/+5 |
| | | | | | | Ignoring all files that start with the name of a library matches some files that are not generated. So replace libfoo/libfoo* with patterns for static and shared libraries, pkg-config and version files. | ||||
* | Ignore generated files below doc/. | Diego Biurrun | 2012-03-25 | 1 | -0/+3 |
| | |||||
* | Remove libpostproc. | Diego Biurrun | 2012-02-23 | 1 | -1/+0 |
| | | | | | | | | This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git | ||||
* | Ignore generated aviocat and ismindex tools. | Diego Biurrun | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | Remove ffmpeg. | Anton Khirnov | 2012-01-23 | 1 | -1/+0 |
| | |||||
* | Make a copy of ffmpeg under a new name -- avconv. | Anton Khirnov | 2011-08-12 | 1 | -0/+1 |
| | | | | | | | It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken. | ||||
* | Rename ffserver to avserver. | Anton Khirnov | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Rename ffprobe to avprobe. | Anton Khirnov | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Rename ffplay to avplay. | Anton Khirnov | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | build: move tests/seek_test.c to libavformat and reuse generic build rules | Diego Biurrun | 2011-07-13 | 1 | -1/+0 |
| | |||||
* | gitignore: Drop individual .d ignore; it is already covered by a wildcard. | Diego Biurrun | 2011-07-06 | 1 | -1/+0 |
| | |||||
* | Ignore generated tables and generated table generator programs. | Diego Biurrun | 2011-05-19 | 1 | -0/+3 |
| | |||||
* | Remove stray libavcore and _g binary references. | Diego Biurrun | 2011-04-23 | 1 | -2/+0 |
| | |||||
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -0/+30 |
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> | ||||
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+15 |
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> |