summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* doxygen: Build Doxygen documentation in the doc/ subdirectoryDiego Biurrun2012-10-23
|
* gitignore: ignore files created by msvcHendrik Leppkes2012-10-19
| | | | | | | | exp files are created in every build and contain export information of the libraries. Both pdb and ilk are created during debug builds, and contain linking and debug information used by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* build: change checkheaders to use regular build rulesMans Rullgard2012-08-07
| | | | | | | | | | | | | Many compilers need special flags to compile *.h files as regular source code, if they will do so at all. Rather than hoping all compilers will have such a flag and adding mappings for it, create wrapper .c files for test building single headers. This allows using the regular rule for compiling C files without the need for special flags, and it also provides proper dependency tracking for these objects. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
| | | | | | | | 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 patternsDiego Biurrun2012-07-04
| | | | | 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 Biurrun2012-06-13
|
* gitignore: add Win32 library suffixesJoakim Plate2012-05-02
| | | | | 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 patternsDiego Biurrun2012-04-27
| | | | | | 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 Biurrun2012-03-25
|
* Remove libpostproc.Diego Biurrun2012-02-23
| | | | | | | | 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 Biurrun2012-01-25
|
* Remove ffmpeg.Anton Khirnov2012-01-23
|
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
| | | | | | | 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 Khirnov2011-08-09
|
* Rename ffprobe to avprobe.Anton Khirnov2011-08-09
|
* Rename ffplay to avplay.Anton Khirnov2011-08-09
|
* build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13
|
* gitignore: Drop individual .d ignore; it is already covered by a wildcard.Diego Biurrun2011-07-06
|
* Ignore generated tables and generated table generator programs.Diego Biurrun2011-05-19
|
* Remove stray libavcore and _g binary references.Diego Biurrun2011-04-23
|
* 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>