Commit | Line | Data |
---|---|---|
1b4f0857 | 1 | *.a |
348b8218 JG |
2 | *.o |
3 | *.d | |
f1aa8597 JP |
4 | *.def |
5 | *.dll | |
348b8218 | 6 | *.exe |
d2d08d70 | 7 | *.exp |
a862c7d3 RT |
8 | *.gcda |
9 | *.gcno | |
dfd9159f | 10 | *.h.c |
d2d08d70 | 11 | *.ilk |
f1aa8597 | 12 | *.lib |
1b4f0857 | 13 | *.pc |
d2d08d70 | 14 | *.pdb |
1b4f0857 DB |
15 | *.so |
16 | *.so.* | |
17 | *.ver | |
2c3589bf | 18 | *-example |
348b8218 | 19 | *-test |
40e61b7b DB |
20 | /.config |
21 | /.version | |
22 | /avconv | |
23 | /avplay | |
24 | /avprobe | |
25 | /avserver | |
26 | /config.* | |
a862c7d3 | 27 | /coverage.info |
40e61b7b DB |
28 | /version.h |
29 | /doc/*.1 | |
30 | /doc/*.html | |
31 | /doc/*.pod | |
32 | /doc/avoptions_codec.texi | |
33 | /doc/avoptions_format.texi | |
d7a39b33 | 34 | /doc/doxy/html/ |
294a51e1 | 35 | /doc/examples/avcodec |
e7dfaf16 | 36 | /doc/examples/filter_audio |
294a51e1 | 37 | /doc/examples/metadata |
3cd612d4 DB |
38 | /doc/examples/output |
39 | /doc/examples/transcode_aac | |
40e61b7b | 40 | /doc/print_options |
a862c7d3 | 41 | /lcov/ |
40e61b7b DB |
42 | /libavcodec/*_tablegen |
43 | /libavcodec/*_tables.c | |
44 | /libavcodec/*_tables.h | |
45 | /libavutil/avconfig.h | |
46 | /tests/audiogen | |
47 | /tests/base64 | |
48 | /tests/data/ | |
49 | /tests/rotozoom | |
50 | /tests/tiny_psnr | |
51 | /tests/videogen | |
52 | /tests/vsynth1/ | |
53 | /tools/aviocat | |
54 | /tools/cws2fws | |
55 | /tools/graph2dot | |
56 | /tools/ismindex | |
40e61b7b DB |
57 | /tools/pktdumper |
58 | /tools/probetest | |
59 | /tools/qt-faststart | |
60 | /tools/trasher |