1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .config
- .version
- *.o
- *.d
- *.exe
- *.ho
- *-example
- *-test
- *_g
- *.def
- *.dll
- *.lib
- *.exp
- config.*
- doc/*.1
- doc/*.html
- doc/*.pod
- doxy
- ffmpeg
- ffplay
- ffprobe
- ffserver
- libavcodec/*_tablegen
- libavcodec/*_tables.c
- libavcodec/*_tables.h
- libavcodec/libavcodec*
- libavcore/libavcore*
- libavdevice/libavdevice*
- libavfilter/libavfilter*
- libavformat/libavformat*
- libavutil/avconfig.h
- libavutil/libavutil*
- libpostproc/libpostproc*
- libswscale/libswscale*
- tests/audiogen
- tests/base64
- tests/data
- tests/rotozoom
- tests/tiny_psnr
- tests/videogen
- tests/vsynth1
- tests/vsynth2
- tools/cws2fws
- tools/graph2dot
- tools/lavfi-showfiltfmts
- tools/pktdumper
- tools/probetest
- tools/qt-faststart
- tools/trasher
- version.h
|