mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
a862c7d336
The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
56 lines
662 B
Plaintext
56 lines
662 B
Plaintext
*.a
|
|
*.o
|
|
*.d
|
|
*.def
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.gcda
|
|
*.gcno
|
|
*.h.c
|
|
*.ilk
|
|
*.lib
|
|
*.pc
|
|
*.pdb
|
|
*.so
|
|
*.so.*
|
|
*.ver
|
|
*-example
|
|
*-test
|
|
/.config
|
|
/.version
|
|
/avconv
|
|
/avplay
|
|
/avprobe
|
|
/avserver
|
|
/config.*
|
|
/coverage.info
|
|
/version.h
|
|
/doc/*.1
|
|
/doc/*.html
|
|
/doc/*.pod
|
|
/doc/avoptions_codec.texi
|
|
/doc/avoptions_format.texi
|
|
/doc/doxy/html/
|
|
/doc/print_options
|
|
/lcov/
|
|
/libavcodec/*_tablegen
|
|
/libavcodec/*_tables.c
|
|
/libavcodec/*_tables.h
|
|
/libavutil/avconfig.h
|
|
/tests/audiogen
|
|
/tests/base64
|
|
/tests/data/
|
|
/tests/rotozoom
|
|
/tests/tiny_psnr
|
|
/tests/videogen
|
|
/tests/vsynth1/
|
|
/tools/aviocat
|
|
/tools/cws2fws
|
|
/tools/graph2dot
|
|
/tools/ismindex
|
|
/tools/pktdumper
|
|
/tools/probetest
|
|
/tools/qt-faststart
|
|
/tools/trasher
|